คำถามติดแท็ก unrecognized-selector

30
ข้อผิดพลาด“ ตัวเลือกที่ไม่รู้จักส่งไปยังอินสแตนซ์” ใน Objective-C
ฉันสร้างปุ่มและเพิ่มการกระทำให้ แต่ทันทีที่มีการเรียกใช้ฉันได้รับข้อผิดพลาดนี้: -[NSCFDictionary numberButtonClick:]: unrecognized selector sent to instance 0x3d03ac0 2010-03-16 22:23:58.811 Money[8056:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:'*** -[NSCFDictionary numberButtonClick:]: unrecognized selector sent to instance 0x3d03ac0' นี่คือรหัสของฉัน: - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { if (self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]) { UIButton *numberButton = [UIButton buttonWithType:UIButtonTypeCustom]; numberButton.frame …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.