BTNavigationDropdownMenu icon indicating copy to clipboard operation
BTNavigationDropdownMenu copied to clipboard

How to disable dragging menu to down?

Open orkhanalizade opened this issue 10 years ago • 2 comments

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 avatar Oct 03 '15 08:10 orkhanalizade

@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 :)

PhamBaTho avatar Apr 17 '16 11:04 PhamBaTho

I also request this feature

mrfarukturgut avatar Jun 20 '18 07:06 mrfarukturgut