D
D
deleted-mezhevikin2013-10-12 14:49:08
iOS
deleted-mezhevikin, 2013-10-12 14:49:08

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];

What are some ideas?
Video filmed via airplay.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
deleted-mezhevikin, 2013-11-27
@deleted-mezhevikin

ios7 bug, seems to have been fixed in 7.1

G
gleb_kudr, 2013-10-12
@gleb_kudr

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.

E
Egor Merkushev, 2013-10-13
@egormerkushev

Try not setting the color, or setting it before the style.

U
usgleb, 2013-10-20
@usgleb

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.

N
Ne0nX, 2013-11-26
@Ne0nX

Install.
self.table.backgroundColor = [UIColor clearColor];

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question