-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Doesn't work correctly with "initWithCustomView:" on UIBarButtonItem
in UIToolbar
#7
Comments
G'day Ben! :D Oh no. I might have screwed up one of the initialisers if the buttons weren't appearing. |
The buttons were appearing but they were massive. Normally within a |
Uhhhh. Hmm. That might be implicit behavior of the You sure you can't just resize the frame manually and use flexible width items on either side? :D |
So to clarify, if I put |
Sounds fine to me. 🙃 Yeah, I don't know. Maybe there's a layout property in UIKit where you can set the preferred content size of a view. I'd need to play with it, but I've got other iOS 13 fires to put out at the moment. 😅 |
Tried this out, and found that this didn't size correctly in this configuration. It squished whatever is on either side, and the buttons weren't visible.
The text was updated successfully, but these errors were encountered: