RATreeView
RATreeView copied to clipboard
Update RATreeView+Enums.m
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.