Cell disappear in 0.1.1 when selected - #4
Conversation
|
Hi @siutsin, thanks for the bug reporting. It's originally intended to guarantee the sticky header is not overlapping the cells. According to my testing at a testing branch at If that doesn't solve your problem, please create a branch that demonstrate the problem, so we're on the same page :) |
|
Thanks James! It works for |
|
You shouldn't be using dequeueReusableCellAtIndexPath Anyway. What's weird if the reuse identifier is correct? |
|
I thought the disappearing of the cell is due to retrieve the wrong identifier cell before and obviously it is not. |
|
No problem :) |
0.1.1:

0.1.0:

It seems OK after removing
attributes.zIndex = 1;