Ios Navigation bar spacing
up vote
0
down vote
favorite
I'm trying to place a scrollview such as the top of the view will be right below the navigation bar. I noticed that I have 2 different behavior on ios 10 and 11+.
On the image below, ios10 is on the right.
Here's a link to the code: https://github.com/floriel-fedry-cko/ios-scrollview.
Is there a way to fix it to have the same behavior on both?
layout scrollview ios10 ios11
add a comment |
up vote
0
down vote
favorite
I'm trying to place a scrollview such as the top of the view will be right below the navigation bar. I noticed that I have 2 different behavior on ios 10 and 11+.
On the image below, ios10 is on the right.
Here's a link to the code: https://github.com/floriel-fedry-cko/ios-scrollview.
Is there a way to fix it to have the same behavior on both?
layout scrollview ios10 ios11
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to place a scrollview such as the top of the view will be right below the navigation bar. I noticed that I have 2 different behavior on ios 10 and 11+.
On the image below, ios10 is on the right.
Here's a link to the code: https://github.com/floriel-fedry-cko/ios-scrollview.
Is there a way to fix it to have the same behavior on both?
layout scrollview ios10 ios11
I'm trying to place a scrollview such as the top of the view will be right below the navigation bar. I noticed that I have 2 different behavior on ios 10 and 11+.
On the image below, ios10 is on the right.
Here's a link to the code: https://github.com/floriel-fedry-cko/ios-scrollview.
Is there a way to fix it to have the same behavior on both?
layout scrollview ios10 ios11
layout scrollview ios10 ios11
asked 2 days ago
Ffloriel
18616
18616
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Set Navigation Bar's translucent property to false. You can set it in code and storyboard both.
self.navigationController?.navigationBar.isTranslucent = false
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Set Navigation Bar's translucent property to false. You can set it in code and storyboard both.
self.navigationController?.navigationBar.isTranslucent = false
add a comment |
up vote
1
down vote
accepted
Set Navigation Bar's translucent property to false. You can set it in code and storyboard both.
self.navigationController?.navigationBar.isTranslucent = false
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Set Navigation Bar's translucent property to false. You can set it in code and storyboard both.
self.navigationController?.navigationBar.isTranslucent = false
Set Navigation Bar's translucent property to false. You can set it in code and storyboard both.
self.navigationController?.navigationBar.isTranslucent = false
answered 2 days ago
Fenny Roy
462
462
add a comment |
add a comment |
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%2f53409878%2fios-navigation-bar-spacing%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