Releases: simonseyer/PAYFormBuilder
Releases · simonseyer/PAYFormBuilder
Made tapToEndEditing configurable
3.1.5 Bumped version to 3.1.5
Fixed footer view auto layout sizing II
3.1.4 Another attempt to fix footer view sizing
Fixed footer view auto layout sizing
3.1.3 Fixed footer view sizing
Xcode 9 Compatibility
- Added Xcode 9 (beta 4) compatibility
- Fixed Autolayout issues
- Fixed wrong header height for empty cell header (you can change
PAYStyle.tableTheme.labelStyleNoneHeight
andPAYStyle.tableTheme.labelStyleEmptyHeight
to adjust the the height) - Added missing constraint in the
PAYHeaderView
(change the value ofPAYStyle.tableTheme.headerBottomMargin
to adjust the bottom margin) - Fixed autolayout issues in example (wrap labels into a view to avoid issues)
Change handler for checkboxes
3.1.0 Merge pull request #31 from anandrahul/Feature/Added_Change_Block_Whe…
Fixed cut texts
Merge pull request #30 from Eldorado234/fix/cut-text Fix/cut text
Added dynamic framework and Carthage support
3.0.1 Fixed tests
iOS 9 & Framework compatibility and bugfixes
- Fixed some layout constraint bugs
- Fixed memory bugs
- Removed BlocksKit dependency
- Made project Framework compatible
- Replaced deprecated
UIAlertView
Breaking changes:
- When the
PAYFormDefaultErrorHandler
is used, the[PAYFormDefaultErrorHandler setParentViewController:]
methode has to be called
Layout fixes
2.1.1 Bumped version to 2.1.1
Layout improvements
- Dynamic label width for each cell
- Custom accessory views
- Custom separator inset