Link to home
Start Free TrialLog in
Avatar of dmalovich
dmalovich

asked on

Issue with text overlapping in table view when scrolling up and down

I have a table in a view controller with text. When I scroll up and down, the text starts overlapping. I have included a couple of screen shots of the screen before and after I start scrolling. This issue just started when I began updating my app in xcode 5 for ios 7. This one has me stumped. Any ideas would be greatly appreciated.
Screen-Shot-2013-12-31-at-3.27.1.png
Screen-Shot-2013-12-31-at-3.27.3.png
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

How do you construct that screen?
How is the scroll managed (assuming UIScrollView)?
ASKER CERTIFIED SOLUTION
Avatar of dmalovich
dmalovich

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I am trying to figure out how that helps you?
Avatar of dmalovich
dmalovich

ASKER

I have figured out a solution. I have posted the code.