1

我在头文件中声明了一个 UIButton。

@property (nonatomic, retain) UIButton *fooButton;

在实现文件中,我可以找到如下的保留方法。(我的意思是 xcode 帮助输入完成。)

- (void)removeFooButton:(NSSet *)objects

我还找到“removeFooButtonAtIndexes:(NSIndexSet *)indexes”等等。实施这些方法的目的是什么?谢谢。

4

0 回答 0