Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 465 Bytes

VisibleFormViewController

An extended UIviewController allowing to not hide the content behind the keyboard opened.

alt text

#1 - Extend your UIViewController to VisibleFormViewController

#import "VisibleFormViewController.h"

@interface ViewController : VisibleFormViewController

#2 - Define the last Visible View

self.lastVisibleView = label;