jeffblagg / iOSCustomKeyboard

Template for custom keyboard extension on iOS 8, written in Obj-C using storyboards and autolayout
133 stars 29 forks source link

This is not a issue: but want to ask you a simple question: #1

Open tikamsingh opened 9 years ago

tikamsingh commented 9 years ago

How the story board is set in keyboard size but you mentioned it in 600X600 and use auto layout. I am trying to understand but not able understand it.Please help us to how automatic resize keyboard storyboard .

tikamsingh commented 9 years ago

Without storyboard how we can create custom key board app for iPad and iPhone,?

akshitzaveri commented 9 years ago

Hey @tikamsingh , without storyboards, you will need to add each and every view and their constraint via code. Is this what you need to know?

Vish005 commented 8 years ago

Is there any method to solve the flickering effect in this keyboard while rotating to landscape and portrait mode?