Skip to content

一个解决iOS 输入框当键盘弹出时被遮挡的ViewController类目

Notifications You must be signed in to change notification settings

xubillde/KeyboardCorver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

KeyboardCorver

一个解决iOS 输入框当键盘弹出时被遮挡的ViewController类目

#怎样使用 使用方式很简单,只需要将工程中的UIViewController+KeyboardCorver.hUIViewController+KeyboardCorver.m拖到你的项目里面,然后#import "UIViewController+KeyboardCorver.h"。 使用的时候调用[self addNotification]方法添加通知。不使用的时候要记得清理通知调用[self clearNotificationAndGesture]

About

一个解决iOS 输入框当键盘弹出时被遮挡的ViewController类目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%