Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Form — 3.8.0

Compare
Choose a tag to compare
@3lvis 3lvis released this 01 Jan 17:41
· 110 commits to master since this release
  • Exposed a few methods for handling collapsible groups on FORMDataSource. #485
 // Collapse group with group id
 // @param group A group id
- (void)collapseGroup:(NSInteger)group;

 // @discussion Check if group is collapsed
 // @param group A group id
- (BOOL)groupIsCollapsed:(NSInteger)group;
  • Improve setting selected text range #488
  • Made separators hidden by default, super helpful when working with custom fields. #496