Viperit Versions Save

Viper Framework for iOS using Swift

1.5.0

2 years ago
  • The library now builds with Xcode 13 (thanks @Speakus)
  • Minimum deployment version is now iOS 12+

1.4.4

4 years ago

Fix issues related to running Viperit on iOS < 13

1.4.3

4 years ago

Specify SwiftUI as 'weak_framework' in the Pod specs

1.4.2

4 years ago

Set iOS 11.0 as the minimum deployment target

1.4.1

4 years ago

You can now build Viperit modules using SwiftUI for your view!

Note: This version needs Xcode 11, Swift 5.1 and iOS 11+

1.3.3

4 years ago

Added support for Swift Package Manager

1.3.2

5 years ago
  • Make getNavigationController function public
  • Use router's viewController accessor instead of force casting
  • Extend RouterProtocol instead of Router class where it makes sense

1.3.1

5 years ago

Now you can override the method embedInNavigationController if you wish. Thanks @Speakus for pointing that out.

1.3.0

5 years ago
  • Support for any UIViewController subclass, even third-party classes.

  • Default implementations for UITableViewController (TableUserInterface), UICollectionViewController (CollectionUserInterface) and UISplitViewController (SplitUserInterface)

  • Xcode 10.2

  • Swift 5

1.2.1

5 years ago