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.
.h ファイルに次のようなものがある場合:
@property (nonatomic,retain) IBOutlet UIButton *btnHelp;
.m ファイルの dealloc 関数で解放する必要がありますか?