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?
Asked
Active
Viewed 399 times
1 Answers
1
You should have the toolbar in your parent view controller. Look at the UITabBarController for an example.

Ivan Nikitin
- 3,578
- 27
- 39