Add AutoAvodingKeyboard on EditProfile

This commit is contained in:
kevinzhow
2015-07-06 11:49:12 +08:00
parent 1ebf05cb06
commit f85e1bdcad
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ use_frameworks!
pod 'APAddressBook/Swift'
pod 'FXBlurView'
pod 'Kingfisher'
pod 'TPKeyboardAvoiding', '~> 1.2'
#pod 'WebViewJavascriptBridge'
pod 'pop'
pod 'AFNetworking'
+3
View File
@@ -36,6 +36,7 @@ PODS:
- RealmSwift (0.93.2):
- Realm (= 0.93.2)
- SocketRocket (0.3.1-beta2)
- TPKeyboardAvoiding (1.2.8)
DEPENDENCIES:
- AFNetworking
@@ -45,6 +46,7 @@ DEPENDENCIES:
- MZFayeClient (from `../CatchLib-iOS/MZFayeClient/`)
- pop
- RealmSwift
- TPKeyboardAvoiding (~> 1.2)
EXTERNAL SOURCES:
MZFayeClient:
@@ -61,5 +63,6 @@ SPEC CHECKSUMS:
Realm: 2fdd0ae74f730e190384e0338d8a0d3654df8220
RealmSwift: 231b064da9f98b1c4f325fe1f1cb8756aae2b8d6
SocketRocket: 7284ab9370a06c99aba92b2fe3a32aedd0f9a6fa
TPKeyboardAvoiding: f1ef0028fe9ba98ef2871cf55b4bbc39cae0267b
COCOAPODS: 0.37.2
+2 -2
View File
@@ -126,7 +126,7 @@
<userDefinedRuntimeAttribute type="string" keyPath="title" value="Choose photo"/>
</userDefinedRuntimeAttributes>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HcA-7v-16m" userLabel="Take Photo Button" customClass="MessageTypeButton" customModule="Yep" customModuleProvider="target">
<button opaque="NO" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HcA-7v-16m" userLabel="Take Photo Button" customClass="MessageTypeButton" customModule="Yep" customModuleProvider="target">
<rect key="frame" x="213" y="20" width="174" height="260"/>
<animations/>
<state key="normal">
@@ -633,7 +633,7 @@
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" translatesAutoresizingMaskIntoConstraints="NO" id="jKA-8q-sXn">
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" translatesAutoresizingMaskIntoConstraints="NO" id="jKA-8q-sXn" customClass="TPKeyboardAvoidingTableView">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<animations/>
<color key="backgroundColor" red="0.93725490196078431" green="0.93725490196078431" blue="0.95686274509803926" alpha="1" colorSpace="calibratedRGB"/>