Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 466 forks source link

Update RATreeView+Enums.m #267

Open Oggerschummer opened 5 years ago

Oggerschummer commented 5 years ago

iOS 13 adds a new UITableViewStyle "UITableViewStyleInsetGrouped" that is not yet handled by RATreeView. This change does map it to the existing RATreeViewStyle "RATreeViewStyleGrouped" to avoid compile time errors. Further investigations may be necessary.