BTNavigationDropdownMenu
BTNavigationDropdownMenu copied to clipboard
How to disable dragging menu to down?
When I click on arrow, my menu opens, but when I drag it down it stretches. How can I disable it? Just fixed size, without stretching down after opening? Thanks!
@orkhanalizade you just need to add this line to the source code of library: self.tableView.bounces = false. I will add disable dragging as a property when more people request this.
Please feel free to reopen if you guys need this feature :)
I also request this feature