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.

menu

ios 7 has shadow next navigation bar. try below remove shadow:

 if (is_ios7) {   [[uinavigationbar appearance]setshadowimage:[[uiimage alloc] init]]; } 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -