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
{{ message }}
This repository was archived by the owner on Apr 24, 2022. It is now read-only.
Hi, when i use this library, i find if i use 'reloadData', the old tab won't be removed, and it will cover new tabs. i think old views don't be removed from the super view, so i add [_tabsViews removeFromSuperview] to solve it, hope to help others, and a better way.
Hi, when i use this library, i find if i use 'reloadData', the old tab won't be removed, and it will cover new tabs. i think old views don't be removed from the super view, so i add [_tabsViews removeFromSuperview] to solve it, hope to help others, and a better way.