Skip to content

Commit

Permalink
Updated ImagePickerKit for Demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
mozharovsky committed Nov 27, 2016
1 parent fe7f6d3 commit 3f1edcf
Show file tree
Hide file tree
Showing 10 changed files with 170 additions and 167 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="e7e-6e-Cg0" customClass="TwoSideSlider" customModule="Athlee_ImageEditorKit" customModuleProvider="target">
<rect key="frame" x="54" y="53" width="267" height="52.5"/>
<rect key="frame" x="54" y="53" width="267" height="53"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="color" keyPath="lineColor">
Expand All @@ -331,14 +331,14 @@
</connections>
</view>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="less bright" translatesAutoresizingMaskIntoConstraints="NO" id="aMg-XZ-cjU">
<rect key="frame" x="16" y="64.5" width="30" height="30"/>
<rect key="frame" x="16" y="65" width="30" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="30" id="DVy-XM-Wo5"/>
<constraint firstAttribute="height" constant="30" id="HVX-a4-mUJ"/>
</constraints>
</imageView>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="more bright" translatesAutoresizingMaskIntoConstraints="NO" id="eCE-bn-HG1">
<rect key="frame" x="329" y="64.5" width="30" height="30"/>
<rect key="frame" x="329" y="65" width="30" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="30" id="7yT-HO-n62"/>
<constraint firstAttribute="height" constant="30" id="uvj-Pc-Uim"/>
Expand Down Expand Up @@ -389,7 +389,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="DBw-IR-4UD" customClass="ScalePicker" customModule="Athlee_ImageEditorKit" customModuleProvider="target">
<rect key="frame" x="-4" y="20" width="383" height="92.5"/>
<rect key="frame" x="-4" y="20" width="383" height="93"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="width" secondItem="DBw-IR-4UD" secondAttribute="height" multiplier="1:1" id="RkX-3H-oSB"/>
Expand Down Expand Up @@ -418,7 +418,7 @@
</connections>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Tzi-Ii-EiC">
<rect key="frame" x="163.5" y="120.5" width="48" height="30"/>
<rect key="frame" x="164" y="121" width="48" height="30"/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="15"/>
<state key="normal" title="RESET">
<color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
Expand All @@ -428,7 +428,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KHU-A0-OWf">
<rect key="frame" x="16" y="120.5" width="30" height="30"/>
<rect key="frame" x="16" y="121" width="30" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="9zz-pG-lms"/>
<constraint firstAttribute="width" constant="30" id="AD9-2F-iNG"/>
Expand Down
2 changes: 1 addition & 1 deletion Example/Athlee-ImageEditorKit/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
target 'Athlee-ImageEditorKit' do
platform :ios, '9.0'
use_frameworks!
pod 'ImagePickerKit', '~> 0.2.4
pod 'ImagePickerKit', '~> 0.2.5
post_install do |installer|
installer.pods_project.targets.each do |target|
Expand Down
8 changes: 4 additions & 4 deletions Example/Athlee-ImageEditorKit/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- ImagePickerKit (0.2.4)
- ImagePickerKit (0.2.5)

DEPENDENCIES:
- ImagePickerKit (~> 0.2.4)
- ImagePickerKit (~> 0.2.5)

SPEC CHECKSUMS:
ImagePickerKit: 157c106e76fe07c7952752b68751661d8da3d188
ImagePickerKit: e4662c2fd504b6a88bbcb2421e4829dd196a527e

PODFILE CHECKSUM: 1f15b63c182d4bcdc03d9bcfb417684637e91d9a
PODFILE CHECKSUM: d7f5e3956bd7e125649213a880992024e7148f78

COCOAPODS: 1.1.1
Binary file added Example/Athlee-ImageEditorKit/Pods/.DS_Store
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Example/Athlee-ImageEditorKit/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3f1edcf

Please sign in to comment.