I wanna show keyboard smaller but causing problem compare both images , keyboard size is bigger than first image and also vertical spacing between two character is more when i add ratina 4.7 splash screen keyboard showing smaller but my app design causing problem and when i remove 4.7 splash screen working fine but keyboard showing bigger How i can show keyboard smaller without design problem I searched lot but never get solution of this problem
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- Get the NSRange for the visible text after scroll
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- xcode 4 garbage collection removed?
- Xcode: Is there a way to change line spacing (UI L
- Unable to process app at this time due to a genera
- Swift - hide pickerView after value selected
Same Issue with my App When complete my app I see the keyboard is bigger compared to other apps.
I Found many solutions but not working then I just found that "When you don't add the 4.7" splash screen the UI is automatically scaled up by the OS to fit the bigger screens. That's why the keyboard is bigger."
Now see the Following Screenshot.
Before Without add 4.7 inch splash screen
After adding a 4.7-inch splash screen .
Happy Coding <3
If you add the splash screen of 6 and 6+ then IOS will use the same size of all your UI.
and if not IOS will stretch all your UI will result in increase height.
When you don't add the 4.7" splash screen the UI is automatically scaled up by the OS to fit the bigger screens. Thats why the keyboard is bigger.
To fix this issue you need to formally support iPhone 6 devices by adding the splash screens. And manually manage the UI. Using auto layout & size classes you can easily support bigger views.