Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
  2. CGRect accessoryRect = cell.accessoryView.frame;
  3.  
  4. int detailDisclosureSize = 24;
  5. RectangleF accessoryPosition = new RectangleF(cellPosition.X + cellPosition.Width - detailDisclosureSize * 2.45f, cellPosition.Y + cellPosition.Height/2 - detailDisclosureSize/2, detailDisclosureSize, detailDisclosureSize);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement