Facebook喜欢uicollectionview内的按钮

时间:2016-07-07 04:39:26

标签: ios objective-c facebook uicollectionviewcell

我目前在UICollectionViewCell

的单元格中显示了类似这样的Facebook按钮
FBSDKLikeControl *likeButton = [[FBSDKLikeControl alloc] initWithFrame:CGRectMake(frameWidth - 50, UITableViewAutomaticDimension, 70, 30)];
likeButton.objectID = @"https://www.facebook.com/BabyGagaApp/";
likeButton.likeControlStyle = FBSDKLikeControlStyleBoxCount;
cell.facebook = likeButton;

当我按下单元格时,没有任何反应。我不确定要放入didSelectItemAtIndexPath

按下单元格后有没有办法远程调用它?我无法在他们的文档中找到它。

0 个答案:

没有答案