BTNavigationDropdownMenu icon indicating copy to clipboard operation
BTNavigationDropdownMenu copied to clipboard

Too many menu items

Open fdddf opened this issue 9 years ago • 3 comments

For many menu items, some are hidden, can not scroll up and touch down. iOS 9.3 / iPhone6

fdddf avatar Mar 26 '16 06:03 fdddf

On the line 253: self.tableView = BTTableView(frame: CGRectMake(menuWrapperBounds.origin.x, menuWrapperBounds.origin.y + 0.5, menuWrapperBounds.width, menuWrapperBounds.height + 300)

Why it plus 300 ? That cause this issue.

fdddf avatar Mar 26 '16 06:03 fdddf

Yup, you're right. I labelled this issue as Enhancement task

PhamBaTho avatar Apr 18 '16 06:04 PhamBaTho

Any update on the Rotation issue? I am still having this issue with v 0.4. The last item in the list is not selectable. It is hidden below the bottom toolbar or tabbar

Sun3 avatar Jul 30 '16 04:07 Sun3