0

I need an individual navigation bar for every single tab-bar item because I have different type of titles in each every navigation bar and I need to add some customize buttons on this navigation bar. Please suggest me.

poupou
  • 43,413
  • 6
  • 77
  • 174

1 Answers1

0

Just create a new navigation bar for each element of your tab bars.

Look at TweetStation to see how it is done there:

https://github.com/migueldeicaza/TweetStation/blob/master/TweetStation/Main.cs#L90

miguel.de.icaza
  • 32,654
  • 6
  • 58
  • 76