Answer the question
In order to leave comments, you need to log in
Problem with separator in UITableView on ios7 [video question]?
There is a navigation menu controller - github.com/nullproduction/NavigationMenu2 .
In ios6 it works well, in ios7 on the device, when the table is animated, font separators appear and immediately disappear, while:
self.table.separatorStyle = UITableViewCellSeparatorStyleNone;
self.table.separatorColor = [UIColor clearColor];
Answer the question
In order to leave comments, you need to log in
I didn’t quite catch the essence of the problem from the video, but from the description I realized that the separators appear, and then instantly disappear during the further display.
Your problem may be that the style is set after the initial rendering of the table and is replaced later. If it’s not very clear where this legs grow from, then try setting the style for the table through UIAppearance, it will be applied immediately to the entire class and you won’t care about the initialization time of a particular table.
Try not setting the color, or setting it before the style.
It seems that these are not separators, but just the animation slows down. Try setting the background color of the table to the same color as the background color of the cells.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question