ios - How to make a custom UIView to combine with UINavigationBar make it looks as one -
as can see below, 3 buttons: store,area , all. these buttons looks uinavigationbar , them combined together. tried in storyboard, added custom uiview , try set it's colour match uinavigationbar background color. has differences, , can see border line between uinavigationbar , custom uiview. how make uiview combine uinavigationbar make looks combined.
ios 7 has shadow next navigation bar. try below remove shadow:
if (is_ios7) { [[uinavigationbar appearance]setshadowimage:[[uiimage alloc] init]]; }
Comments
Post a Comment