0

I want to add a progressview and an activity indicator view to the tool bar that come at the bottom of the navigation controller. But when I drag and drop it, it becomes applicable to the whole window?

How can I do it?

wolverine
  • 2,967
  • 5
  • 31
  • 35

1 Answers1

0

If I could understand your question, your problem is when adding the activity indicator on the toolbar. Because to add the UIProgressView is not a problem.

To do that, you have to first add a UIView on your toolbar, and then insert the activity indicator inside this view.

Let me know if it works, for you!

Cheers,
VFN

vfn
  • 6,026
  • 2
  • 34
  • 45