Hi all,
I'm making some apps lately and I'm facing some issue's while navigation through views with consistency of my 'views'.
On all my views I make a UIView that contains my buttons.. and a UIView that acts like an 'header' with an image and some title bottom right just below the image.
Is there an way to make these 'header' and 'footer' in an UIViewController class, and load these INSIDE another view ?
So where I want to go is, making this 'header' and 'footer' once so I can include these in my views.
The reason I'm doing it like this is, the default Navigationcontroller class is too short for my image, and adjusting it with code is just ... not simple enough for quick editing.
AND I just don't seem how to include an 'footer' in my controller so my other viewcontrollers will be between the header and footer.
Hopefully someone can help me out here, with an sample or an tutorial ?
I been looking around but.. it just does not make sense to me.
Thanks!
I'm making some apps lately and I'm facing some issue's while navigation through views with consistency of my 'views'.
On all my views I make a UIView that contains my buttons.. and a UIView that acts like an 'header' with an image and some title bottom right just below the image.
Is there an way to make these 'header' and 'footer' in an UIViewController class, and load these INSIDE another view ?
So where I want to go is, making this 'header' and 'footer' once so I can include these in my views.
The reason I'm doing it like this is, the default Navigationcontroller class is too short for my image, and adjusting it with code is just ... not simple enough for quick editing.
AND I just don't seem how to include an 'footer' in my controller so my other viewcontrollers will be between the header and footer.
Hopefully someone can help me out here, with an sample or an tutorial ?
I been looking around but.. it just does not make sense to me.
Thanks!
Last edited: