為什麼獲取不到對應的indexPath
- (UIViewController *)previewingContext:(id)context viewControllerForLocation:(CGPoint) point
{
NSIndexPath *indexPath = [owntableView indexPathForCell:(StyleTableViewCell* )[context sourceView]];
}
獲取不到呀,cell是自定義的
記得 delegate!!!!!!!!!!!!!!!!