bharath2020 / UITableViewTricks

Simple UITableView tricks with focus on UITableViewCell Layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in iPhone 5 screen

Briones opened this issue · comments

There is a problem with your component in iPhone 5 when the tableview fills the screen, the circles are off of the screen. In your example this error doesn’t happen because uses the tableview in a minor size.

Thanks and grettings!

Briones,

Thanks for reporting the issue. I guess this happens when the Height of the tableview is more than its width..I have fixed this issue in latest commit. Please let me know if this solves your issue.

Thanks for the answer, I downloaded the latest version of your component (with the latest commit 2 months ago) and the problem still there. Did you make another commit recently?

:)

Ok my bad, the push had not succeeded. I've made the change here 75f0eb6

Please update and let me know if this solves your issue.

Thanks! With your change the Issue is now resolved for the iPhone 5 Display.

Congrats for your component!