maxkonovalov / MKDropdownMenu

🔻 Dropdown Menu for iOS with many customizable parameters to suit any needs
MIT License
524 stars 83 forks source link

iOS 11 Layout Support #46

Open vvard3n opened 6 years ago

vvard3n commented 6 years ago

iOS 11 Layout Support

vvard3n commented 6 years ago

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.
: ) 👍