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.
我是 xcode 的新手,我正在尝试添加一些按钮作为 self.view 的子视图,但我想在 POPOVER 的框架内添加这些按钮的子视图,而不是在 popover 中。在弹出框上添加按钮?
使用 UINavigationViewController 作为弹出框内容。然后在你的 viewDidLoad 中使用 navigationItem 和 toolbarItems。