uinavigationbar - Back button is not visible in iOS 7 -
i have weird trouble ios 7. have uinavigationbar in app , works perfect ios 6;
-- ios 6 --

however, when try run on ios 7, button disappeared. it's there, still working , clickable not visible;
-- ios 7 --

how can fix problem ?
setting backbuttonbackgroundimage via uiappearance has odd behavior in ios 7. related updated design, replaces rect-style button backindicatorimage (an arrow).
this leaves 3 options customizing button's appearance:
change color of backindicatorimage setting
tintcolorproperty onuinavigationbar(or 1 of superclasses).set new
backindicatorimageproperty onuinavigationbarcustom image. (don't forget setbackindicatortransitionmaskimageor won't work)create custom
uibarbuttonitem, manually assignuinavigationitem'sleftbarbuttonitem. (see the answer mentioned above mashhadi)
Comments
Post a Comment