You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an SLExpandableTableView that has a couple of sections, but only one section header. When one section expands there is a strange animation where a copy of the section header moves down (then disappears) see screen shots.
The only way Ive managed to fix it is to comment out the following in - (void)expandSection:(NSInteger)section animated:(BOOL)animated in your SLExpandableTableView class
I never had such an issue before but I also don't think that I ever have used actual table header views with this class. I don't have much time to look into this issue right now. Maybe modeling that table header view as its own cell in its own section can be a workaround for now? If you find a fix, I would love to merge it with a corresponding test case that reproduces and fixes this issue :)
I have an SLExpandableTableView that has a couple of sections, but only one section header. When one section expands there is a strange animation where a copy of the section header moves down (then disappears) see screen shots.
The only way Ive managed to fix it is to comment out the following in - (void)expandSection:(NSInteger)section animated:(BOOL)animated in your SLExpandableTableView class
Not sure if this is a bug in your code or if I can do a workaround in mine... any ideas?
PS. I love this class - best expandable table view around!
The text was updated successfully, but these errors were encountered: