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:

Image here Enter the details

Also, it:

  tableView.contentInset = UIEdgeInsetsMake (0, 0, 0, 0)   < p> What could be the problem?  

Test image:

Enter image details here

My UITableView was starting from (-1.0) after determining the width barrier, capture the full view of the table view Thank you.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -