- FIX: layout update when device orientation changed (thanks to Yassir Barchi)
- UPDATE: the sample app is more beautiful :P
- FIX: make things work in Xcode 5 and iOS 7
- UPDATE: the buttons are flat by default on iOS 7
- NEW: a nice glossy effect may be set using the
glossy
property - NEW: UIAppearance is now supported,
gradientEnabled
andglossy
are nowNSInteger
but should be used asBOOL
- NEW: it is now possible to use attributed text (thanks to Dean Moore)
- NEW: it is now possible to specify a left accessory image (for normal & highlighted state)
- NEW: ARC is conditionnaly supported
- FIX: fix a crash happening when a change of the style occured
- UPDATE: the style property is now a readwrite property
- FIX: issues #1 & #2
- FIX: use the border width property
- ENHANCEMENT: add a padding for the title label
- ENHANCEMENT: do not limit the label to one line by default
- NEW: it is now possible to specify a right accessory image (for normal & highlighted state)
- NEW: add style to make configuration easier for common needs
- Initial Version