Skip to content

HelloMihai/HMSlideInView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMSlideInView

This "slide in view" is meant to allow custom views to replace inputView default window.

HMSlideInView

Usage

  // in your storyboard view controller add a UIView and note the height

  // viewDidLoad:
  call to hide view with animation duration 0

  // viewWillDisappear:animated
  call to hide view with animation duration 0

  // to show the view
  [HMSlideInView showAtBottomView:self.popupView viewHeight:POPVIEW_HEIGHT withAnimationDuration:0.5 onViewController:self];

  // to hide the view
  [HMSlideInView hideAtBottomView:self.popupView viewHeight:POPVIEW_HEIGHT withAnimationDuration:animationDuration];

Contact

http://hellomihai.wordpress.com/

License

Available under the MIT License. See the LICENSE file for more.

About

HMSlideInView for custom UIView as an inputView replacement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published