UIToolbar and adaptive layout advice?

Anyone got any advice on how to approach toolbars in adaptive layout? Obviously in Slide Over and Split View, the toolbar width will be compressed - reducing the space for buttons. On OSX they fall off the end into a menu - but what to do on iOS?


Any pointers, suggestions etc welcome


Thanks

That's an interesting issue and there currently is no built-in mechanuism to automatically handle it. I'd suggest filing an enhancement request.


In the meanwhile, you'll need to listen for the trait collection changes and rework your toolbar layout in response. I'd suggest moving the excess buttons into a popover, while is presented from a "More" button, when in the compact environment.

UIToolbar and adaptive layout advice?
 
 
Q