MKDropdownMenu
MKDropdownMenu copied to clipboard
iOS 11 Layout Support
iOS 11 Layout Support
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.
: ) 👍