ios - UITableView getting clipped by 1 pixel on the right -
I am using a custom cell that has a background image but the table view is cutting by 1 pixel on the right. Whichever I tried, the image does not capture at the full width.
So far I tried the settings below:
Also, it:
tableView.contentInset = UIEdgeInsetsMake (0, 0, 0, 0) < p> What could be the problem? Test image:
My UITableView was starting from (-1.0) after determining the width barrier, capture the full view of the table view Thank you.
Comments
Post a Comment