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.
我是 ipad 开发的新手。在我的应用程序中,我想创建如下图所示的拆分视图。我从 XCode 模板制作了一个新的 splitView 应用程序。如何在 TableViewController 中创建带有活动指示器的工具栏,如 Mail.app?
看起来你想把 a 放在 aUIActivityIndicatorView中UIToolBar。您可以将其添加为工具栏的子视图,或者更好的是,UIBarButtonItem使用-initWithCustomView:.
UIActivityIndicatorView
UIToolBar
UIBarButtonItem
-initWithCustomView: