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.
我在 iphone 应用程序的一个窗口中添加了一个 tabbarcontroller 和导航控制器。它工作正常。但是当我向一个视图添加一个按钮,并给该按钮一个操作时,应用程序崩溃了。为什么?
确保您已在 .m 类中定义了操作方法。