Tabman
Tabman copied to clipboard
TableView separator missing
New Issue Checklist
- [X] Updated Tabman to the latest version
- [X] I took a look at the Troubleshooting Guide
- [X] I searched for existing GitHub issues
It looks like Tabman makes randomly 1 UITableViewCell's separator missing.
Details:
-
PageViewController(PageboyViewController) contains only simpleUITableViewControllers - When subclassed with
PageboyViewControllerall cell separators are visible - Usually only 1 separator is missing. To be more precise, the separator is not missing but its
alphais set to 0. - Seems to only occur with
UITableViewControllernot a regularUIViewControllerwith aUITableView