Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
  2. - (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath
  3.  
  4. -(void)layoutSubviews
  5.  
  6. self.collectionView.frame = self.contentView.bounds;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement