Why UINavigationBar backButton disappear after set its background image in iOS7?

folse

After I set the backgroundImage for the backButton Image, it will disappear.

But when I clicked it once time, it will appear again.

folse
UIImage *barBackBtnImg = [[UIImage imageNamed:@"btn_back"] resizableImageWithCapInsets:UIEdgeInsetsMake(0, 0, 0, 0)];
[self.navigationController.navigationBar setBackIndicatorImage:barBackBtnImg];
[self.navigationController.navigationBar setBackIndicatorTransitionMaskImage:barBackBtnImg];

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

UINavigationBar + iOS7 background image not setting properly

From Dev

Why the UINavigationBar Background Image is Repeating?

From Dev

iOS 8 UINavigationBar Background Image

From Dev

iOS 8 UINavigationBar Background Image

From Dev

how to set background image in uitableview cell in ios7?

From Dev

iOS 7 UINavigationBar Background image hides Title view

From Dev

iOS 7 UINavigationBar Background image hides Title view

From Dev

UINavigationBar background image for both iOS6 and 7

From Dev

iOS7 UItextfield text disappear while coming from background

From Dev

iOS7 UItextfield text disappear while coming from background

From Dev

ios7 UINavigationBar backgroundImage is set upside down

From Dev

Image Background Issue in IOS7

From Dev

iOS7 Fullscreen uiview.. why disappear status bar?

From Dev

Huge background-image in Firefox disappear at least after resize

From Dev

Set size of the div to its background image

From Dev

how to set size of canvas to its background image?

From Dev

Set size of the div to its background image

From Dev

how to set size of canvas to its background image?

From Dev

Why Apps icon disappear after update iOS 7.

From Dev

Customize UINavigationBar in IOS without using UINavigationController setting background image not working

From Dev

UINavigationBar appearance background image duplicated and blurred in iOS 7.1

From Dev

UINavigationBar appearance background image duplicated and blurred in iOS 7.1

From Dev

uinavigationbar background image hides title

From Dev

UINavigationBar background image with iPhone 6

From Dev

how to change backbutton color iOS7

From Dev

Can UIBarButtonItems in a Toolbar have a Background Image in iOS7?

From Dev

Set rounded corners and border to background(Not the UITextField) of UISearchBar in ios7

From Dev

How to set NSString's background cornerRadius on iOS7

From Dev

UINavigationBar set Background, and set translucent not working

Related Related

  1. 1

    UINavigationBar + iOS7 background image not setting properly

  2. 2

    Why the UINavigationBar Background Image is Repeating?

  3. 3

    iOS 8 UINavigationBar Background Image

  4. 4

    iOS 8 UINavigationBar Background Image

  5. 5

    how to set background image in uitableview cell in ios7?

  6. 6

    iOS 7 UINavigationBar Background image hides Title view

  7. 7

    iOS 7 UINavigationBar Background image hides Title view

  8. 8

    UINavigationBar background image for both iOS6 and 7

  9. 9

    iOS7 UItextfield text disappear while coming from background

  10. 10

    iOS7 UItextfield text disappear while coming from background

  11. 11

    ios7 UINavigationBar backgroundImage is set upside down

  12. 12

    Image Background Issue in IOS7

  13. 13

    iOS7 Fullscreen uiview.. why disappear status bar?

  14. 14

    Huge background-image in Firefox disappear at least after resize

  15. 15

    Set size of the div to its background image

  16. 16

    how to set size of canvas to its background image?

  17. 17

    Set size of the div to its background image

  18. 18

    how to set size of canvas to its background image?

  19. 19

    Why Apps icon disappear after update iOS 7.

  20. 20

    Customize UINavigationBar in IOS without using UINavigationController setting background image not working

  21. 21

    UINavigationBar appearance background image duplicated and blurred in iOS 7.1

  22. 22

    UINavigationBar appearance background image duplicated and blurred in iOS 7.1

  23. 23

    uinavigationbar background image hides title

  24. 24

    UINavigationBar background image with iPhone 6

  25. 25

    how to change backbutton color iOS7

  26. 26

    Can UIBarButtonItems in a Toolbar have a Background Image in iOS7?

  27. 27

    Set rounded corners and border to background(Not the UITextField) of UISearchBar in ios7

  28. 28

    How to set NSString's background cornerRadius on iOS7

  29. 29

    UINavigationBar set Background, and set translucent not working

HotTag

Archive