-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Black background bizarre when use showInView #12
Comments
hi @Quadram , With this method
The 'containerView' should be the view of your view controller (self.view) or navigation controller (self.navigationController.view). If the problem still occurs, please post some code so I can find the way to fix it. Thank you. |
Hi @lminhtm , thank you for your response. I want to display the view on my table, I don't want display on the view of my view controller (self.view) or navigation controller (self.navigationController.view). Then attached capture as I want to show my containerView: And so it would show as you say to me: I use the following code: `- (void)showDropDownViewFromDirection:(LMDropdownViewDirection)direction {
}` Thanks for your help and sorry for my English. |
hi @Quadram, The dropdown view was't designed for displaying inside a tableview at the beginning, so I think you should try to display it in your view controller and modify the origin and your bottom buttons. Thanks for your report 👍 |
@Quadram how do you control the origin of the dropdown menu? |
Hi,
Problem using:
- (void)showInView:(UIView *)containerView withContentView:(UIView *)contentView atOrigin:(CGPoint)origin;
Init dropdown view with default style and show in UITableView.
When we scroll in the table and then show 'LMDropdownView' the problem arises.
Scroll on point zero working fine:
Congratulations for the project.
Thank you very much.
The text was updated successfully, but these errors were encountered: