Search code examples
iosobjective-cuitableviewuiviewxcode5

UITableView cell space on right side


I am building an app with UITableView in a UIView & i want to remove all extra space around UITableView & i manage to remove margin from left side of UIImageView in UITableViewCell but now i am having weird space on right side when i select a row here is my code to remove margin from left.

self.mytableview.contentInset = UIEdgeInsetsMake(0, -15, 0, 0);

And this is what is happining

enter image description here

Please help me remove this space from right when row is selected.

Thanks...


Solution

  • Try to increase the width of your tablview in stroyboard