0

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?

AleyRobotics
  • 970
  • 1
  • 10
  • 17

1 Answers1

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