Skip to content

iOS 11 Layout Support#46

Open
vvard3n wants to merge 1 commit intomaxkonovalov:masterfrom
vvard3n:master
Open

iOS 11 Layout Support#46
vvard3n wants to merge 1 commit intomaxkonovalov:masterfrom
vvard3n:master

Conversation

@vvard3n
Copy link

@vvard3n vvard3n commented Feb 8, 2018

iOS 11 Layout Support

@vvard3n
Copy link
Author

vvard3n commented Feb 8, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant