Skip to content

Tags: jocmp/ImageViewer

Tags

6.0.5

Toggle 6.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Find first key window (#2)

6.0.4

Toggle 6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix statusBarHidden in iOS 14 (#1)

Previously the statusBarHidden setting
only worked in version iOS v12 and below.

The fix is to use the prefersStatusBarHidden
API on UIViewController instead as well as
the modalPresentationCapturesStatusBarAppearance
var which will pass the status bar setting
to the view's paging children controllers.

6.0.3

Toggle 6.0.3's commit message
Inset landscape video scrubber margins

The Portrait video scrubber should take up the
max screen width. The landscape video scrubber
should more narrow to accommodate the touch
target at the edges of the screen.

6.0.2

Toggle 6.0.2's commit message
Change minimum supported version to iOS 12

6.0.1

Toggle 6.0.1's commit message

6.0.0

Toggle 6.0.0's commit message
Upgrade to Swift 5 (Krisiacik#224)

* Upgrade to Swift 5

- Fix test target
- Upgrade everything to Swift 5
- Fix compiler warnings
- Small refactor in VideoScrubber to DRY up code and fix warnings
- Update .travis.yml for Xcode 11
- Remove obsolete .swift-version file
- Bump version to 6.0.0

* Fix .travis.yml to use iPhone 11 simulator

5.1.0

Toggle 5.1.0's commit message
Fixed typo on README. (Krisiacik#202)

* Fixed crash in iPad when we tap(Long press) on image viewer in full screen mode to share the image or video.

* Fixed typo on README.

* Removed unnecesary code.

5.0.0

Toggle 5.0.0's commit message
Adding Podspec for Swift 4 support (Krisiacik#158)

* Bumping podspec

This is to incorporate the Swift 4 support that was merged into master.

* Updating podspec to 5.0.0

Since the Swift 4 upgrade was a breaking change, we're bumping this to 5.0.0 instead of 4.2.0.

* Updating README to reflect Swift 4/ImageViewer 5

4.1.0

Toggle 4.1.0's commit message

3.1

Toggle 3.1's commit message