Skip to content

Releases: meismyles/SwiftWebVC

Swift 4 & Sharing Button Option

12 Jan 00:26
9272aec
Compare
Choose a tag to compare

Following changes included:

  • Updated for Swift 4.
  • Constructor flag added to allow for the disabling of the Share button if desired.

Bug Fixes & Improvements

19 Jul 14:14
Compare
Choose a tag to compare

A variety of major bug fixes completed in milestone 0.4.1.

See here for a more detailed list of changes.

Bug fixes & Improvements

31 Mar 00:44
Compare
Choose a tag to compare

A variety of major bug fixes completed in milestone 0.4.0.

See here for a more detailed list of changes.

Carthage Support

09 Mar 08:25
Compare
Choose a tag to compare

Support for integration through Carthage added.

Thanks @alroman and @mwilliams123 for this!

Modified delegate protocol for classes only

16 Jan 15:24
Compare
Choose a tag to compare

Changed delegate protocol to be weak and thus for class/reference types only.

Missing images bug fix 3

10 Jan 23:27
Compare
Choose a tag to compare

Added resources location to podspec.

Missing images bug fix 2

10 Jan 23:14
Compare
Choose a tag to compare

Modified resource bundles location in podspec in attempt to fix missing images.

Missing images bug fix

10 Jan 23:04
Compare
Choose a tag to compare

Restructured project in an attempt to fix missing image.

Added delegate functions for start and finish loading

05 Jan 00:44
Compare
Choose a tag to compare

Added SwiftWebVCDelegate with start and finish loading callback functions.

Bug fixes

21 Dec 01:30
Compare
Choose a tag to compare
  • Fix for retain cycle of SwiftWebVC when dismissing SwiftModalWebVC.