Skip to content

swift4.0,弹出键盘,输入文字,评论功能的封装

License

Notifications You must be signed in to change notification settings

weiman152/SwiftCustomInputView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftCustomInputView

swift4.0,弹出键盘,输入文字,评论功能的封装.

包含了键盘高度的计算,底部view的frame动态计算,第三方键盘的适配。

使用方法:

@IBAction func inputButtonAction(_ sender: UIButton) {

    let view = CustomInputView.instance(superView: self.view)
    view?.delegate = self
    
}

效果截图:

Alt text

About

swift4.0,弹出键盘,输入文字,评论功能的封装

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages