VisibleFormViewController icon indicating copy to clipboard operation
VisibleFormViewController copied to clipboard

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

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;