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
Post a Comment