Table view missing row separator after add 1st row.
Table view missing row separator after add 1st row.
- Subject: Table view missing row separator after add 1st row.
- From: Steve Fogel <email@hidden>
- Date: Wed, 04 Jul 2012 12:38:05 -0700
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@hidden)
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:
This email sent to email@hidden