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.
我有一个带有导航栏、标签栏的应用程序,还有一个按钮,当我按下它时,它会做一些事情。好吧,我想禁用导航按钮(例如后退按钮)和标签栏按钮,以避免用户在按钮操作运行时按下其他按钮。任何的想法?提前致谢
self.navigationItem.hidesBackButton = YES;