Keyboard low resolution
I have an iPad project that i've been wanting to add an iPhone part to it.
So I've added a target and added a new Storyboard, but when I run the app and pressing a textfield, the keyboard looks strange. As if the resolution is low.
The left one is how it looks and the right one is how I want it to look:
Anyone has any clue? Thanks
ios swift keyboard
|
show 1 more comment
I have an iPad project that i've been wanting to add an iPhone part to it.
So I've added a target and added a new Storyboard, but when I run the app and pressing a textfield, the keyboard looks strange. As if the resolution is low.
The left one is how it looks and the right one is how I want it to look:
Anyone has any clue? Thanks
ios swift keyboard
I don't see any difference, the only the difference is Apple notes shows capital alphabets whereas your app shows small alphabets. And also the background color of Apple notes is the gray color, in your case its white.
– Imad Ali
Nov 26 '18 at 11:32
2
What device is that? Have you set the correct launch images? It looks as though the whole app is zoomed.
– James P
Nov 26 '18 at 11:41
Imad - I've edited the photos so it would be easier to see the diff. James - You're right, i didn't see that until now. I have no idea why it looks zoomed. The device is the same for both (iPhone7 plus)
– Nimrod Shai
Nov 26 '18 at 11:45
1
Check your launch images, if you don't have the correct size for the device the app will zoom.
– James P
Nov 26 '18 at 11:48
1
You could post your own answer with how you fixed it. I was just pointing you in the right direction.
– James P
Nov 26 '18 at 13:18
|
show 1 more comment
I have an iPad project that i've been wanting to add an iPhone part to it.
So I've added a target and added a new Storyboard, but when I run the app and pressing a textfield, the keyboard looks strange. As if the resolution is low.
The left one is how it looks and the right one is how I want it to look:
Anyone has any clue? Thanks
ios swift keyboard
I have an iPad project that i've been wanting to add an iPhone part to it.
So I've added a target and added a new Storyboard, but when I run the app and pressing a textfield, the keyboard looks strange. As if the resolution is low.
The left one is how it looks and the right one is how I want it to look:
Anyone has any clue? Thanks
ios swift keyboard
ios swift keyboard
edited Nov 26 '18 at 11:44
Nimrod Shai
asked Nov 26 '18 at 11:14
Nimrod ShaiNimrod Shai
533420
533420
I don't see any difference, the only the difference is Apple notes shows capital alphabets whereas your app shows small alphabets. And also the background color of Apple notes is the gray color, in your case its white.
– Imad Ali
Nov 26 '18 at 11:32
2
What device is that? Have you set the correct launch images? It looks as though the whole app is zoomed.
– James P
Nov 26 '18 at 11:41
Imad - I've edited the photos so it would be easier to see the diff. James - You're right, i didn't see that until now. I have no idea why it looks zoomed. The device is the same for both (iPhone7 plus)
– Nimrod Shai
Nov 26 '18 at 11:45
1
Check your launch images, if you don't have the correct size for the device the app will zoom.
– James P
Nov 26 '18 at 11:48
1
You could post your own answer with how you fixed it. I was just pointing you in the right direction.
– James P
Nov 26 '18 at 13:18
|
show 1 more comment
I don't see any difference, the only the difference is Apple notes shows capital alphabets whereas your app shows small alphabets. And also the background color of Apple notes is the gray color, in your case its white.
– Imad Ali
Nov 26 '18 at 11:32
2
What device is that? Have you set the correct launch images? It looks as though the whole app is zoomed.
– James P
Nov 26 '18 at 11:41
Imad - I've edited the photos so it would be easier to see the diff. James - You're right, i didn't see that until now. I have no idea why it looks zoomed. The device is the same for both (iPhone7 plus)
– Nimrod Shai
Nov 26 '18 at 11:45
1
Check your launch images, if you don't have the correct size for the device the app will zoom.
– James P
Nov 26 '18 at 11:48
1
You could post your own answer with how you fixed it. I was just pointing you in the right direction.
– James P
Nov 26 '18 at 13:18
I don't see any difference, the only the difference is Apple notes shows capital alphabets whereas your app shows small alphabets. And also the background color of Apple notes is the gray color, in your case its white.
– Imad Ali
Nov 26 '18 at 11:32
I don't see any difference, the only the difference is Apple notes shows capital alphabets whereas your app shows small alphabets. And also the background color of Apple notes is the gray color, in your case its white.
– Imad Ali
Nov 26 '18 at 11:32
2
2
What device is that? Have you set the correct launch images? It looks as though the whole app is zoomed.
– James P
Nov 26 '18 at 11:41
What device is that? Have you set the correct launch images? It looks as though the whole app is zoomed.
– James P
Nov 26 '18 at 11:41
Imad - I've edited the photos so it would be easier to see the diff. James - You're right, i didn't see that until now. I have no idea why it looks zoomed. The device is the same for both (iPhone7 plus)
– Nimrod Shai
Nov 26 '18 at 11:45
Imad - I've edited the photos so it would be easier to see the diff. James - You're right, i didn't see that until now. I have no idea why it looks zoomed. The device is the same for both (iPhone7 plus)
– Nimrod Shai
Nov 26 '18 at 11:45
1
1
Check your launch images, if you don't have the correct size for the device the app will zoom.
– James P
Nov 26 '18 at 11:48
Check your launch images, if you don't have the correct size for the device the app will zoom.
– James P
Nov 26 '18 at 11:48
1
1
You could post your own answer with how you fixed it. I was just pointing you in the right direction.
– James P
Nov 26 '18 at 13:18
You could post your own answer with how you fixed it. I was just pointing you in the right direction.
– James P
Nov 26 '18 at 13:18
|
show 1 more comment
1 Answer
1
active
oldest
votes
Special thanks to James.P (from the comments above) for a great solution.
Apparently, this happens when one doesn't use any LaunchImages at all.
Just make sure to use LaunchImages correctly and it should be solved.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53479921%2fkeyboard-low-resolution%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Special thanks to James.P (from the comments above) for a great solution.
Apparently, this happens when one doesn't use any LaunchImages at all.
Just make sure to use LaunchImages correctly and it should be solved.
add a comment |
Special thanks to James.P (from the comments above) for a great solution.
Apparently, this happens when one doesn't use any LaunchImages at all.
Just make sure to use LaunchImages correctly and it should be solved.
add a comment |
Special thanks to James.P (from the comments above) for a great solution.
Apparently, this happens when one doesn't use any LaunchImages at all.
Just make sure to use LaunchImages correctly and it should be solved.
Special thanks to James.P (from the comments above) for a great solution.
Apparently, this happens when one doesn't use any LaunchImages at all.
Just make sure to use LaunchImages correctly and it should be solved.
answered Nov 27 '18 at 8:42
Nimrod ShaiNimrod Shai
533420
533420
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53479921%2fkeyboard-low-resolution%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I don't see any difference, the only the difference is Apple notes shows capital alphabets whereas your app shows small alphabets. And also the background color of Apple notes is the gray color, in your case its white.
– Imad Ali
Nov 26 '18 at 11:32
2
What device is that? Have you set the correct launch images? It looks as though the whole app is zoomed.
– James P
Nov 26 '18 at 11:41
Imad - I've edited the photos so it would be easier to see the diff. James - You're right, i didn't see that until now. I have no idea why it looks zoomed. The device is the same for both (iPhone7 plus)
– Nimrod Shai
Nov 26 '18 at 11:45
1
Check your launch images, if you don't have the correct size for the device the app will zoom.
– James P
Nov 26 '18 at 11:48
1
You could post your own answer with how you fixed it. I was just pointing you in the right direction.
– James P
Nov 26 '18 at 13:18