0

I have DialogViewController I select some data from web service, and add root, and my root view height is always increase (like load more tweets) and I want to fix toolbar. However I didn't do it. when I add toolbar, it added end of root view, but I want that it should be fix on screen. Please help, how can I do that?

bluish
  • 26,356
  • 27
  • 122
  • 180

1 Answers1

1

You should have the toolbar in your parent view controller. Look at the UITabBarController for an example.

Ivan Nikitin
  • 3,578
  • 27
  • 39