开发者

Why isn't my nib interfacing with my code?

开发者 https://www.devze.com 2022-12-20 06:39 出处:网络
Can someone help me figure out this weird issue? None of m开发者_如何学Cy button actions are getting called.

Can someone help me figure out this weird issue?

None of m开发者_如何学Cy button actions are getting called.

http://drop.io/cpyexk7


Some common problems with these symptoms:

  • You didn't set the class of your NIB properly. Make sure it's an instance of your view controller subclass, not UIViewController.
  • You didn't create the appropriate IBAction outlets or connect them. Double-check that all the connections are made properly.

Without in-question code or pictures, I can't be more specific.

0

精彩评论

暂无评论...
验证码 换一张
取 消