-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too much spacing betwen items on iPad #177
Comments
I thought it may be a collection view where you could over ride it, but |
It's all handled by auto layout constraints. I'll probably fork and override |
did you make any head way with this? |
It's not very high on my list, but I'll fix it within the next two weeks and can share it via PR if you want |
I would love that. |
Compared to the default UITabBarController from UIKit, this view controller spread its items along the full width (similar to how flexbox's space-around works). Is there any way I can disable this?
Normal behavior from Apple's News App:
Screenshot from Demo project:
The text was updated successfully, but these errors were encountered: