Skip to content

Adjusts position and height of input field above keyboard when status bar is shown in iOS 7 or later.

License

Notifications You must be signed in to change notification settings

miyabi/unity-ios-keyboard-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Unity iOS Keyboard Patch

##Description

This patch adjusts position and height of input field above keyboard when status bar is shown in iOS 7 or later.

This patch is compatible with Unity versions below:

  • Unity 5.4.0f10
  • Unity 5.3.4f1
  • Unity 5.2.4f1

##Usage

Import iOSKeyboardPatch.unitypackage into your project. To apply this patch, call iOSKeyboardPatch.Apply method at the beginning of the scene. (at Start method etc.)

void Start() {
	iOSKeyboardPatch.Apply();
}

About

Adjusts position and height of input field above keyboard when status bar is shown in iOS 7 or later.

Resources

License

Stars

Watchers

Forks

Packages

No packages published