Hi, all…

My app starts by showing a table view with no rows. The user taps + to add the 
first entry. A modal view controller is presented to get input data and then it 
is dismissed to reveal the original table view, where the new entry is show. 
See the screenshot. In recent versions of iOS, when the table view redraws with 
the new first entry, the row separator (the thin white horizontal line) between 
the 2nd and 3rd rows is missing. Please see the screen shot. Anybody know wha's 
happening?




I'm not doing anything out of the ordinary to draw table rows. Just using the 
standard UITableView and UITableView delegate and data source methods. After 
adding an entry to the array that contains the table view entries, I just do a 
reloadData call.

Thanks

Steve
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to