Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 Activityindicator 放在 NavigationBar 的中间?
我正在使用 IOS 5.0,我可以把它作为 rightbarbutton 但我不知道如何把它放在中间。
您可以设置用于文本的视图:
self.navigationItem.titleView = myActivityIndicatorViewInstance;
正确设置大小等可能会很痛苦。请注意,此代码应该在 UIViewController 子类中,例如在 viewDidLoad 方法中。