Closed davidebettio closed 5 years ago
@davidebettio I need to look into it. I recommend however to instead of making it appear on top, have it as it, set it’s background color to clear and add a subview to it which looks in the way you want it to be. See issue #11.
Is there a way to put selector on the top of the tabbar instead of the bottom?
In a old version of this lib I forked the repo and use this code in the file
AZTabBarController.swift
:a property:
and this code at the bottom of
setupSelectionIndicatorConstraints()
and it worked, but in the latest version it doesn't work