UINavigation back button title misaligned after presenting and dismissing a view controller
up vote
0
down vote
favorite
UPDATE: This appears to be a simulator only issue, on device things look normal.
After I present a UIViewController and dismiss back to original navigation controller, the title of my back button becomes misaligned. I couldn't pinpoint the reason for this, any idea what it might be?
Before presented
After dismissed
In case it is relevant:
Presented view controller is in landscape orientation, while the navigation controller is in portrait orientation.
And here is how I create the back button title:
let backItem = UIBarButtonItem()
backItem.setTitleTextAttributes(Typography.stringAttributes(for: .NavbarWhiteBackButton), for: UIControl.State.highlighted)
backItem.setTitleTextAttributes(Typography.stringAttributes(for: .NavbarWhiteBackButton), for: UIControl.State.normal)
backItem.title = "BACK"
navigationItem.backBarButtonItem = backItem
ios uinavigationbar
add a comment |
up vote
0
down vote
favorite
UPDATE: This appears to be a simulator only issue, on device things look normal.
After I present a UIViewController and dismiss back to original navigation controller, the title of my back button becomes misaligned. I couldn't pinpoint the reason for this, any idea what it might be?
Before presented
After dismissed
In case it is relevant:
Presented view controller is in landscape orientation, while the navigation controller is in portrait orientation.
And here is how I create the back button title:
let backItem = UIBarButtonItem()
backItem.setTitleTextAttributes(Typography.stringAttributes(for: .NavbarWhiteBackButton), for: UIControl.State.highlighted)
backItem.setTitleTextAttributes(Typography.stringAttributes(for: .NavbarWhiteBackButton), for: UIControl.State.normal)
backItem.title = "BACK"
navigationItem.backBarButtonItem = backItem
ios uinavigationbar
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
UPDATE: This appears to be a simulator only issue, on device things look normal.
After I present a UIViewController and dismiss back to original navigation controller, the title of my back button becomes misaligned. I couldn't pinpoint the reason for this, any idea what it might be?
Before presented
After dismissed
In case it is relevant:
Presented view controller is in landscape orientation, while the navigation controller is in portrait orientation.
And here is how I create the back button title:
let backItem = UIBarButtonItem()
backItem.setTitleTextAttributes(Typography.stringAttributes(for: .NavbarWhiteBackButton), for: UIControl.State.highlighted)
backItem.setTitleTextAttributes(Typography.stringAttributes(for: .NavbarWhiteBackButton), for: UIControl.State.normal)
backItem.title = "BACK"
navigationItem.backBarButtonItem = backItem
ios uinavigationbar
UPDATE: This appears to be a simulator only issue, on device things look normal.
After I present a UIViewController and dismiss back to original navigation controller, the title of my back button becomes misaligned. I couldn't pinpoint the reason for this, any idea what it might be?
Before presented
After dismissed
In case it is relevant:
Presented view controller is in landscape orientation, while the navigation controller is in portrait orientation.
And here is how I create the back button title:
let backItem = UIBarButtonItem()
backItem.setTitleTextAttributes(Typography.stringAttributes(for: .NavbarWhiteBackButton), for: UIControl.State.highlighted)
backItem.setTitleTextAttributes(Typography.stringAttributes(for: .NavbarWhiteBackButton), for: UIControl.State.normal)
backItem.title = "BACK"
navigationItem.backBarButtonItem = backItem
ios uinavigationbar
ios uinavigationbar
edited Nov 8 at 5:21
asked Nov 7 at 12:17
Tiny Instance
1,156716
1,156716
add a comment |
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%2f53189317%2fuinavigation-back-button-title-misaligned-after-presenting-and-dismissing-a-view%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