MKDropdownMenu icon indicating copy to clipboard operation
MKDropdownMenu copied to clipboard

iOS 11 Layout Support

Open vvard3n opened this issue 7 years ago • 1 comments

iOS 11 Layout Support

vvard3n avatar Feb 08 '18 08:02 vvard3n

when I need to update dropdownMenu width, I need reset intrinsicContentSize than call layoutIfNeeded. like this:

    dropdownMenu.width = 150;
    dropdownMenu.intrinsicContentSize = CGSizeMake(150, 44);
    [dropdownMenu layoutIfNeeded];

I'm not familiar with your code.
Please optimize the code than release.
: ) 👍

vvard3n avatar Feb 08 '18 08:02 vvard3n