Releases: vtourraine/VTAcknowledgementsViewController
Releases · vtourraine/VTAcknowledgementsViewController
VTAcknowledgementsViewController 1.2.1
VTAcknowledgementsViewController 1.2
- Added
license
property onVTAcknowledgement
- Updated
VTAcknowledgementsViewController
view configuration (#53)
VTAcknowledgementsViewController 1.1
- Added tvOS support (#47 #50), by Alex Palman (@alexpalman)
- Added
initWithPath:
initializer onVTAcknowledgementsViewController
- Added
initWithFileNamed:
convenience initializer onVTAcknowledgementsViewController
- Deprecated
initWithAcknowledgementsPlistPath:
onVTAcknowledgementsViewController
(useinitWithPath
instead) - Deprecated
initWithAcknowledgementsFileNamed:
onVTAcknowledgementsViewController
(useinitWithFileNamed
instead)
VTAcknowledgementsViewController 1.0
- Ready for CocoaPods 1.0.0
- Update default footer text for CocoaPods 1.0.0
- Update default CocoaPods URL for CocoaPods 1.0.0
- Add
initWithAcknowledgementsFileNamed:
convenience initializer onVTAcknowledgementsViewController
VTAcknowledgementsViewController 0.17
- Updated imports to compile when modules are disabled (#45), by Ryota Hayashi (@hayashi311)
- Added
VTAcknowledgementsParser
to extract the plist parser out of the controller, by Vincent Tourraine (@vtourraine) - Independently builds through Xcode (a.k.a. Carthage support), by Vincent Tourraine (@vtourraine)
- Switched to
SFSafariViewController
when available for CocoaPods website, by Vincent Tourraine (@vtourraine) - Added Dynamic Type support for header and footer labels and acknowledgement text view, by Vincent Tourraine (@vtourraine)
VTAcknowledgementsViewController 0.16
- Requires Xcode 7
- Added
VTAcknowledgement
designated initializer - Added generics annotations
- Improved Swift interoperability (#44), by Stefan Pühringer (@b-ray)
- Fixed acknowledgement initial scrolling offset (#43), by Levi Brown (@levigroker)
VTAcknowledgementsViewController 0.15
VTAcknowledgementsViewController 0.14
- Simplified Chinese localization (#34), by Chihya Tsang (@simpleapples)
- Added customizable footer text (#32), by Tamás Tímár (@tamastimar)
- Updated customizable header text to load from acknowledgements file (#32), by Tamás Tímár (@tamastimar)
VTAcknowledgementsViewController 0.13
- Improved Dynamic Type support (#29), by Moritz Venn (@ritzmo)
- Added Unit tests, by Vincent Tourraine (@vtourraine)