1

我正在尝试确定内置的 Facebook 好友选择器是否会成为实现我想要实现的目标的理想方式。我希望能够在用户看到朋友选择器之前选择朋友。假设我有一个朋友列表 {Bill, Susy, Earl},当朋友选择器显示时,我希望检查每个名字。

这似乎是不可能的,因为选择的 NSArray 是只读的。

@property (nonatomic, retain, readonly) NSArray *selection
Description The list of friends that are currently selected in the veiw. The items in the array are FBGraphUser objects.

有什么办法可以解决这个问题,还是我应该创建自己的朋友选择器?

4

0 回答 0