Releases: simonseyer/PAYFormBuilder
Releases · simonseyer/PAYFormBuilder
Auto layout and theming!
Features
- Auto layout support
- Alle new theming API
- Other improvements
Migration
PAYFormButton
now has alabel
property instead oftitleLabel
PAYFormView
(and it's subclassesPAYFormButton
,PAYFormSingleLineTextField
, etc.) now has acell
property, which allows to configure or replace the cell. Still use theview
property to add subviews.- The names of the
PAYFormButtonStyle
s were changed - All frame calculations were replaced by auto layout, so frames should't be set manually anymore
initWithFrame:
calls should be removed- Use the all new theming API to style your forms
Bugfix Release 1.3.1
- Fixed tests
- Fixed loading of default label themes
- Fixed builds
Release 1.3.0
New awesome features:
- Theming support: Tweak every little design detail by defining your own theme or adjusting the default ones
- New button with detail label
- The library is now even more flexible: Use the
PAYFormCellBuilder
to define cell layouts without using the rest of the library
Bugfix Release 1.2.1
Fixed missing custom header
Release 1.2.0
- Added info button to section headers
- Fixed bugs
Bugfix Release 1.1.2
Fixed bug that prevented a user to enter text in text fields and views
Release 1.1.1
Fixed #14
Release 1.0.2
Release 1.0.2