Skip to content

Releases: codytwinton/SwiftyVIPER

Updated for Swift 4

05 Feb 05:06
Compare
Choose a tag to compare

Updated

  • Changed all templates and source code to support Swift 4.0
  • Changed all templates and source code to support Swiftlint 0.24.2

Improved Presenter Interaction

02 Dec 00:39
Compare
Choose a tag to compare

Updated

  • viewLoaded() no longer optional for Presenters conforming to ViewPresenterProtocol
  • CompletionBlock was renamed CodeBlock

Removed

  • ViewPresenterProtocol.viewAppearing()
  • ViewPresenterProtocol.viewAppeared()
  • ViewPresenterProtocol.viewDisappeared()

Improved Storyboard Interaction

01 Dec 00:03
Compare
Choose a tag to compare

Added

  • StoryboardIdentifiable extension to enable default storyboardID value for a UIViewController

Updated

  • The protocol ViewStoryboardProtocol was renamed StoryboardIdentifiable

Minor Podspec Update

21 Nov 22:53
Compare
Choose a tag to compare

Fixed

  • Officially requires automatic reference counting

Official Release

02 Dec 00:38
Compare
Choose a tag to compare

Added

Updated