Skip to content

Releases: vtourraine/VTAcknowledgementsViewController

VTAcknowledgementsViewController 2.0.1

23 Jun 09:35
Compare
Choose a tag to compare
  • Remove deprecated preferredFocusedView method for tvOS
  • Remove unused code

VTAcknowledgementsViewController 2.0.0

15 Mar 09:21
Compare
Choose a tag to compare
  • Update VTAcknowledgementsViewController to detect URLs in header and footer
  • Update VTAcknowledgementsViewController initializers
    • Add initWithAcknowledgements: (#69)
    • Add initWithAcknowledgements:style
    • Add initWithPath:style (#70)
    • Remove initWithAcknowledgementsPlistPath:
    • Remove initWithAcknowledgementsFileNamed:
  • Update UIViewController subclasses initializers nullability annotations to match UIKit methods
  • Add VTLocalization to refactor localization methods
  • Rename VTAcknowledgementsParser to VTParser (#72)
  • Remove legacy CocoaPods format support
  • Update deployment target to iOS 9

VTAcknowledgementsViewController 2.0.0 beta 1

23 Feb 14:32
Compare
Choose a tag to compare
2.0.0-beta.1

Clean up podspec

VTAcknowledgementsViewController 1.5.3

17 Sep 20:29
Compare
Choose a tag to compare
  • Fix header/footer layout when building with iOS 14 SDK

VTAcknowledgementsViewController 1.5.2

15 Apr 20:29
Compare
Choose a tag to compare
  • Improve Dark Mode support (#67)

VTAcknowledgementsViewController 1.5.1

04 Dec 13:56
1.5.1
6f1157d
Compare
Choose a tag to compare

VTAcknowledgementsViewController 1.5

18 Sep 14:05
1.5
0d88efc
Compare
Choose a tag to compare
  • Filter out manual line wrapping from licenses text

VTAcknowledgementsViewController 1.4.1

25 Jun 08:09
1.4.1
1836799
Compare
Choose a tag to compare
  • Fix text view inset on VTAcknowledgementViewController (support layout margins, safe area insets) (#62)
  • Update deprecated method
  • Remove support for “readable content guide” on VTAcknowledgementViewController

VTAcknowledgementsViewController 1.4

25 Jan 15:11
1.4
5fc38e8
Compare
Choose a tag to compare
  • Update VTAcknowledgementsViewController default acknowledgementsViewController initializer with plist file name based on bundle name (Pods-#BUNDLE-NAME#-acknowledgements.plist)
  • Update deployment target to iOS 8.0 (#61)
  • Fix “Semantic Issue” warnings about API availability

VTAcknowledgementsViewController 1.3

15 Sep 13:29
1.3
Compare
Choose a tag to compare
  • Support “readable content guide” on VTAcknowledgementViewController
  • Fix iPhone X layout (#60)
  • Update VTAcknowledgement public interface to explicitly mark init method as unavailable