文件名称:UnderKeyboard:iOS库,用于从键盘下方移动内容
文件大小:635KB
文件格式:ZIP
更新时间:2024-03-17 12:31:36
Swift
iOS / Swift库,用于从键盘下方移动内容 该库有助于在键盘出现时移动视图,并在隐藏时将它们移回原位。 它包括用于更改底部“自动布局”约束的长度的帮助程序类。 设置 您可以通过三种方式将UnderKeyboard添加到项目中。 添加源(iOS 7+) 只需将添加到您的项目中。 使用迦太基进行设置(iOS 8+) 或者,将github "evgenyneu/UnderKeyboard" ~> 13.0到您的Cartfile并运行carthage update 。 使用CocoaPods进行设置(iOS 8+) 如果您使用的是CocoaPods,请将此文本添加到Podfile并运行pod install 。 use_frameworks! target 'Your target name' pod 'UnderKeyboard', '~> 13.0' 旧版Swift版本 如果您
【文件预览】:
UnderKeyboard-master
----ISSUE_TEMPLATE.md(252B)
----.gitignore(234B)
----README.md(5KB)
----CHANGELOG.md(807B)
----Demo()
--------Main.storyboard(23KB)
--------AppDelegate.swift(2KB)
--------LargeTouchTarget.swift(727B)
--------Base.lproj()
--------NavigationController.swift(323B)
--------TouchableTextField.swift(399B)
--------Assets.xcassets()
--------ScrollViewController.swift(500B)
--------Info.plist(2KB)
--------LoginViewController.swift(544B)
----UnderKeyboardTests()
--------UnderKeyboardObserverTests.swift(2KB)
--------TestHelpers()
--------Info.plist(733B)
--------UnderKeyboardLayoutConstraintTests.swift(2KB)
----LICENSE(1KB)
----Distrib()
--------UnderKeyboardDistrib.swift(6KB)
----scripts()
--------concatenate_swift_files.sh(2KB)
----Graphics()
--------under_the_keyboard_ios.png(209KB)
--------under_keyboard_demo.gif(121KB)
--------bottom_constraint.png(52KB)
--------Graphics()
--------bottom_constraint.pxm(323KB)
--------under_keyboard_creature.jpg(58KB)
----UnderKeyboard.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(29KB)
--------xcshareddata()
----UnderKeyboard()
--------UnderKeyboardObserver.swift(3KB)
--------UnderKeyboard.h(539B)
--------UnderKeyboardLayoutConstraint.swift(3KB)
--------Info.plist(806B)
----UnderKeyboard.podspec(808B)