I am new to ipad development. In my application i want to create splitview like the below image. I made a new splitView application from XCode templet. How to create toolbar with Activity Indicator in TableViewController like a Mail.app?
Asked
Active
Viewed 296 times
0
-
[IMAGE LINK](http://aleyrobotics.com/images/IMG_0447.jpg) – AleyRobotics Apr 29 '12 at 07:57
-
i found it. [MasterViewController.navigationController setToolbarHidden:NO] – AleyRobotics May 01 '12 at 11:23
1 Answers
0
Looks like you want to put a UIActivityIndicatorView
in a UIToolBar
. You can add it as a subview of the toolbar, or better, create a custom UIBarButtonItem
using -initWithCustomView:
.

Morrowless
- 6,856
- 11
- 51
- 81
-
How to add UIToolBar to UITableViewController in SplitView templete application? – AleyRobotics Apr 30 '12 at 06:06