View user interface template - common user interface elements in all iOs application scripts?

I am developing an iOs application with common user interface elements - a header (with custom bots), a background image and a footer in all scenes. Can I create one scene / view a template using a storyboard with common elements and use it in all other scenes / ViewControllers as a base? In other scenes, simply add content to a free space (images, tables, ...).

I was thinking of a standard UIViewController superclass with hard-coded elements, but it’s easier to develop a storyboard interface.

The application must be compatible with iOs 5.0

+5
source share
1 answer

Options include:

UIAppearance . , push- ( segue, ), , UIViewController .

+2

All Articles