br-zm

Results 2 issues of br-zm

## Feature Request/Suggestion I want to be able to expand the bottom sheet when the user taps on the collapsed bottom sheet as well as by dragging upwards. As far...

type:Feature request
[BottomSheet]

RATreeView does not handle the new UITableViewStyle UITableViewStyleInsetGrouped in the method below and the default is not handled. ``` + (RATreeViewStyle)treeViewStyleForTableViewStyle:(UITableViewStyle)tableViewStyle { switch (tableViewStyle) { case UITableViewStylePlain: return RATreeViewStylePlain; case...