Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for (int i = 0; i < [self.mainTableView numberOfSections]; i++) {
  2. for (int j = 0; j < [self.mainTableView numberOfRowsInSection:i]; j++){
  3. UITableViewCell *cell = [self.mainTableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:j inSection:i]]
  4. // Get your value
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement