We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
With an item array with 15 items it's not possible to select the last option.
self.menuView = BTNavigationDropdownMenu(navigationController: self.navigationController, title: items.first!, items: items)
It's a Bug or there are any way to fix that.
Thank you.
The text was updated successfully, but these errors were encountered:
@ggdiez I've just had a fix for this issue in release 0.4. Feel free to reopen if needed.
Sorry, something went wrong.
No branches or pull requests
Hello,
With an item array with 15 items it's not possible to select the last option.
self.menuView = BTNavigationDropdownMenu(navigationController: self.navigationController, title: items.first!, items: items)
It's a Bug or there are any way to fix that.
Thank you.
The text was updated successfully, but these errors were encountered: