Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 346 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 346 Bytes

ESFloatingView

ESFloatingView is a very light plugin for keyboard.

You can just copy folder 'ESFloatingView' to your project

and

#import "UIScrollView+ESFloatingView.h"
...
scrollView.ES_floatingView = {a subview of scrollView}
...

then

When keyboard pop up, this view will float to an appropriate position.

like