iphone - IOS: How to create a Master View -


i started project storyboards , has lot of views, each 1 of them has same header (with image, company name , 2 buttons). want once in main view, , make reusable other views. it’s master view header , footer. how this?

this first project starting cero , want make organized possible. best practices using storyboards , mvc?

thanks in advance.

there no special way of doing in storyboard.

but can making custom uiview.

make sub class of uiview , pust common design in it.

place uiview on top of every uiviewcontroller.uiview. set top uiview's class custom class in identity inspector.

all best.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -