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
Please help me remove this space from right when row is selected.
Thanks...
Try to increase the width of your tablview in stroyboard