0

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?

Community
  • 1
  • 1
iYoung
  • 3,596
  • 3
  • 32
  • 59

2 Answers2

1

Check out my answer to this question. You can use a similar approach expect place it at the bottom instead of the top.

Add a topbar to iOS application visible to all views

Community
  • 1
  • 1
aahrens
  • 5,522
  • 7
  • 39
  • 63
0

Please look into this link for achieving common footer implementation using container view concept.

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