Skip to content

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

License

Notifications You must be signed in to change notification settings

damienromito/VisibleFormViewController

Repository files navigation

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;

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published