Swift - Segue between Views with different titleDisplayMode shows a black bar
up vote
0
down vote
favorite
When I'm doing a segue between views with largeTitle on in the first and off in the second there is always a black bar while the animation from large to small runs. Is there any way to fix that? Can I change that color?
ios swift segue preferslargetitles
add a comment |
up vote
0
down vote
favorite
When I'm doing a segue between views with largeTitle on in the first and off in the second there is always a black bar while the animation from large to small runs. Is there any way to fix that? Can I change that color?
ios swift segue preferslargetitles
1
set your UINavigationController instance .view.backgroundColor = .white and this transition will use provided color in this gap
– Modo Ltunzher
Nov 9 at 19:42
It works. I didn't found the right color to change. Thanks!
– Tobi
Nov 9 at 19:56
Please refer this post stackoverflow.com/questions/39929877/…. This should work!
– Haseeb Afsar
Nov 10 at 0:21
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
When I'm doing a segue between views with largeTitle on in the first and off in the second there is always a black bar while the animation from large to small runs. Is there any way to fix that? Can I change that color?
ios swift segue preferslargetitles
When I'm doing a segue between views with largeTitle on in the first and off in the second there is always a black bar while the animation from large to small runs. Is there any way to fix that? Can I change that color?
ios swift segue preferslargetitles
ios swift segue preferslargetitles
asked Nov 9 at 19:39
Tobi
183
183
1
set your UINavigationController instance .view.backgroundColor = .white and this transition will use provided color in this gap
– Modo Ltunzher
Nov 9 at 19:42
It works. I didn't found the right color to change. Thanks!
– Tobi
Nov 9 at 19:56
Please refer this post stackoverflow.com/questions/39929877/…. This should work!
– Haseeb Afsar
Nov 10 at 0:21
add a comment |
1
set your UINavigationController instance .view.backgroundColor = .white and this transition will use provided color in this gap
– Modo Ltunzher
Nov 9 at 19:42
It works. I didn't found the right color to change. Thanks!
– Tobi
Nov 9 at 19:56
Please refer this post stackoverflow.com/questions/39929877/…. This should work!
– Haseeb Afsar
Nov 10 at 0:21
1
1
set your UINavigationController instance .view.backgroundColor = .white and this transition will use provided color in this gap
– Modo Ltunzher
Nov 9 at 19:42
set your UINavigationController instance .view.backgroundColor = .white and this transition will use provided color in this gap
– Modo Ltunzher
Nov 9 at 19:42
It works. I didn't found the right color to change. Thanks!
– Tobi
Nov 9 at 19:56
It works. I didn't found the right color to change. Thanks!
– Tobi
Nov 9 at 19:56
Please refer this post stackoverflow.com/questions/39929877/…. This should work!
– Haseeb Afsar
Nov 10 at 0:21
Please refer this post stackoverflow.com/questions/39929877/…. This should work!
– Haseeb Afsar
Nov 10 at 0:21
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f53232278%2fswift-segue-between-views-with-different-titledisplaymode-shows-a-black-bar%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
1
set your UINavigationController instance .view.backgroundColor = .white and this transition will use provided color in this gap
– Modo Ltunzher
Nov 9 at 19:42
It works. I didn't found the right color to change. Thanks!
– Tobi
Nov 9 at 19:56
Please refer this post stackoverflow.com/questions/39929877/…. This should work!
– Haseeb Afsar
Nov 10 at 0:21