Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestions Drop-down shows behind #116

Open
burhanuddin353 opened this issue Oct 18, 2017 · 1 comment
Open

Suggestions Drop-down shows behind #116

burhanuddin353 opened this issue Oct 18, 2017 · 1 comment

Comments

@burhanuddin353
Copy link

burhanuddin353 commented Oct 18, 2017

simulator screen shot - iphone 7 - 2017-10-18 at 12 01 31

As you can see the suggestions drop-down is showing behind message view (shown by the red arrow). Can you fix it so that the drop-down, always shows at the top?

The MLPAutoCompleteTextField and the message UITextView, both are inside a StackView.

@danialtaghaddos
Copy link

This is a few years old, but you have to take them out of the stackview and call this:

[[UIApplication sharedApplication].keyWindow bringSubviewToFront:textField];
[[UIApplication sharedApplication].keyWindow bringSubviewToFront:autoCompleteTableView];

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

No branches or pull requests

2 participants