- ios ttableView Cell右侧的箭头,圆形等
cell.accessoryType = UITableViewCellAccessoryNone;//cell没有任何的样式
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;//cell的右边有一个小箭头,距离右边有十几像素;
cell.accessoryType = UITableViewCellAccessoryDetailDisclosureButton;//cell右边有一个蓝色的圆形button;
cell.accessoryType = UITableViewCellAccessoryCheckmark;//cell右边的形状是对号;
#ifdef DEBUG
NSLog(@"debug facebook");
// 测试
[FBSDKSettings enableLoggingBehavior:FBSDKLoggingBehaviorAppEvents];
#else
NSLog(@"product facebook");
#endif