iOS 8 Custom Keyboard: Changing the Height

This is my code on Xcode 6.0 GM. Both orientations are supported. Update: Thanks to @SoftDesigner, we can eliminate the constraint conflict warning now. Warning: XIB and storyboard are not tested. It’s been reported by some folks that this does NOT work with XIB. KeyboardViewController.h #import <UIKit/UIKit.h> @interface KeyboardViewController : UIInputViewController @property (nonatomic) CGFloat portraitHeight; … Read more

tech