All Versions
36
Latest Version
Avg Release Cycle
59 days
Latest Release
-

Changelog History
Page 2

  • v5.0.3 Changes

    December 14, 2017

    โšก๏ธ Updated

    • ๐Ÿ”จ Refactoring for swift4.0
  • v5.0.2 Changes

    โšก๏ธ Updated

    • ๐Ÿ’ป #255 Fixed the crash where the PhotoBrowser could crash.
    • #262 Fix calling willDismissAtPageIndex delegate method
    • ๐Ÿšš #263 Remove unused options
    • #263 Use iOS 11 Safe Area Insets to layout toolbar
    • #270 Added functionality to add new photos at the end or at the start of cโ€ฆ
  • v5.0.1 Changes

    โšก๏ธ Updated

    • โšก๏ธ #246 Updated to Swift 4 and made Swift Lint recommended changes
  • v5.0.0 Changes

    Major changed

    • ๐Ÿ”€ #250 Swift4 merge
    • ๐Ÿ”€ #242 swift4 merge

    โšก๏ธ Updated

    • โšก๏ธ #239 Updated padding for iPhone X
  • v4.1.1 Changes

    โšก๏ธ Updated

    • #208 improve: change deleteButtonPressed(), currentPageIndex access level
    • ๐Ÿ‘• #210 Fix Shorthand Operator Violation of Swiftlint
    • ๐Ÿ‘• #215 swiftLint
    • โšก๏ธ #216 update code to Swift 3.1
    • ๐Ÿšš #223 Removed deprecated constants
    • #225 Custom Cancel button title
    • ๐Ÿ’ป #227 Attach toolbar and delete button to single browser instance
    • ๐Ÿ’ป #236 improve SKPhotoBrowserDelegate
  • v4.1.0 Changes

    ๐Ÿš€ Released on 30-8-2017

    โšก๏ธ Updated

    • ๐Ÿšš #173 Move the willDismiss delegate call closer to the dismissal
    • #196 Improved SKCaptionView
    • โšก๏ธ #197 fix: deleteButton frame does not update if screen has rotated
    • ๐Ÿ’… #199 Add SKPhotoBrowserOptions to customize indicator color & style
    • #200 Swap and custom padding for delete and close buttons
    • ๐Ÿ—„ #205 Replaced deprecated Pi constants
    • ๐Ÿ’… #207 Update code style: to Swift3.1
    • โšก๏ธ #231 Update SKZoomingScrollView.swift
  • v4.0.1 Changes

    ๐Ÿš€ Released on 18-1-2017

    ๐Ÿ›  Fixed

    • โšก๏ธ Update README.md
    • #158 Button Position wrong with changed StatusBar handling
    • ๐Ÿ’ป #162 Fix SKPhotoBrowserOptions background color
    • #181 Unclear how placeholder image is supposed to work
  • v4.0.0 Changes

    ๐Ÿš€ Released on 5-1-2017

    ๐Ÿ’ฅ Breaking Change

    • 0๏ธโƒฃ default swift version change. swift2.2 -> swift3

    ๐Ÿ›  Fixed

    • #171 Add @escaping to delegate method's reload closure parameter.
    • #172 Fix caption font bug
    • #177 Fix a fatal error when app's window is customized.
    • ๐Ÿ›  #178 SKPagingScrollView fixes / swift3 branch
    • ๐Ÿ›  #179 SKPagingScrollView fixes
    • #182 Always load from the URL even if a placeholder image exists
    • ๐Ÿ—„ #186 fix setStatusBarHidden is deprecated in iOS 9.0 and demo cannot run
    • #188 Added options for custom photo's caption.
    • ๐Ÿ’ป #180 SKPhotoBrowserOptions not working Swift 3
  • v3.1.4 Changes

    ๐Ÿš€ Released on 11-14-2016

    • โž• add delegate that get notified when controls view visibility toggled
  • v3.1.3 Changes

    ๐Ÿš€ Released on 23-9-2016

    ๐Ÿ›  Fixed

    • ๐Ÿ’ป The method dismissPhotoBrowser should only animate if the parameter animated is true.