-1
我聲明瞭UIButton的行動在myviewcontroller.h文件中像這樣如何將非空屬性分配給按鈕?
- (IBAction)loginClicked:(id)sender;
但我可以看到像Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
警告。 我該如何解決這個問題?
感謝
確切位置在哪裏,你出現這個錯誤?你已經添加了IBAction而不是聲明按鈕。 –