I have an application built using storyboards, I have a requirement that I have to place a view as a footer in all view controllers which will contain the same (persistent) information in all screens. I have tried to add it in container view in a separate view controller, & then embed that view controller in navigation bar ( as explained here). But this didn't provide me any help. Can anyone help me with any suggestion or solution?
Asked
Active
Viewed 1,093 times
2 Answers
1
Check out my answer to this question. You can use a similar approach expect place it at the bottom instead of the top.
-
Do you have any sample project on this? – iYoung May 26 '15 at 13:44
-
No I do not, but if you follow the screenshot it should be straightforward to reproduce. – aahrens May 26 '15 at 13:46
-
What exactly have you taken in this? & from where you referred what? Can you tell the heirarchy? – iYoung May 26 '15 at 13:48
-
RootViewController has two embedded UIContainerViews. Those point to two different UIViewControllers – aahrens May 26 '15 at 13:49
-
Done any changes for coding part? – iYoung May 26 '15 at 13:58
-
Not able to get that... :( – iYoung May 27 '15 at 07:24
0
Please look into this link for achieving common footer implementation using container view concept.

Saikiran Komirishetty
- 6,525
- 1
- 29
- 36