Skip to content

Commit

Permalink
Merge pull request #77 from Inspirato/develop
Browse files Browse the repository at this point in the history
New license
  • Loading branch information
justinvallely authored Dec 22, 2017
2 parents 4b43f70 + a3fd199 commit 434e3aa
Show file tree
Hide file tree
Showing 7 changed files with 228 additions and 359 deletions.
24 changes: 14 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
## Master

## 3.3.1 (2017-12-21)

##### Enhancements

* Changes license from GNU to Apache 2.0 (Big thanks to chrisballinger)

##### Bug Fixes

* Fixes content inset adjustment in the example project. This will not affect your projects.


## 3.3.0 (2017-12-01)

##### Enhancements

* Adds support for Swift 4.0


## 3.2.2 (2017-10-26)

##### Bug Fixes
Expand All @@ -16,13 +28,15 @@
* Implements fix to prevent infinite scrolling when only one image is present
* Fixes unit tests


## 3.2.1 (2017-10-19)

##### Bug Fixes

* Fixes issue with loading the first image when a page isn't specified in the presentation completion block
* Fixes unit tests


## 3.2.0 (2017-10-18)

##### Enhancements
Expand Down Expand Up @@ -62,7 +76,6 @@
* Changes access level of collection view cell's imageView to public



## 3.1.0 (2017-01-25)

##### Enhancements
Expand All @@ -72,7 +85,6 @@
* Adds public access to hide/show the status bar



## 3.0.1 (2016-11-14)

##### Bug Fixes
Expand All @@ -81,23 +93,20 @@
* Fixes images not being sized properly after rotation



## 3.0.0 (2016-10-06)

##### Enhancements

* Adds support for Swift 3.0 and Xcode 8



## 2.0.6 (2016-09-12)

##### Enhancements

* Adds support for Swift 2.3 and Xcode 8



## 2.0.5 (2016-07-20)

##### Enhancements
Expand All @@ -110,23 +119,20 @@
* Fix for pages jumping by 2 on the first swipe when presenting a gallery.



## 2.0.4 (2016-05-02)

##### Bug Fixes

* Fix for page indicator not updating. This was broken in 2.0.2.



## 2.0.3 (2016-04-29)

##### Enhancements

* Adds this sweet change log. This of course, is a non-breaking change. You're welcome.



## 2.0.2 (2016-04-29)

##### Enhancements
Expand All @@ -142,15 +148,13 @@
* Updates example code to use the latest version of SwiftPhotoGallery. Because, why wouldn't we?



## 2.0.0 (2015-11-05)

##### Enhancements

* Updates syntax to Swift 2.0



## 1.0.0 (2015-09-10)

##### Enhancements
Expand Down
6 changes: 3 additions & 3 deletions Example/SwiftPhotoGallery/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="FdG-TG-RJC">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="FdG-TG-RJC">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Main Collection View Controller-->
<scene sceneID="5CO-vb-2MU">
<objects>
<collectionViewController id="FdG-TG-RJC" customClass="MainCollectionViewController" customModule="SwiftPhotoGallery_Example" customModuleProvider="target" sceneMemberID="viewController">
<collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" id="2aR-JH-Xjd">
<collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" contentInsetAdjustmentBehavior="never" dataMode="prototypes" id="2aR-JH-Xjd">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
Expand Down
2 changes: 1 addition & 1 deletion Example/SwiftPhotoGallery/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.3.0</string>
<string>3.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.3.0</string>
<string>3.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Loading

0 comments on commit 434e3aa

Please sign in to comment.