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;
サイズなどを正しく設定するのは面倒です。このコードは、たとえばviewDidLoadメソッドなどのUIViewControllerサブクラスに含まれている必要があることに注意してください。