ios - shadow in navigationbar when pushing -


please help. when pushing view controller navigation bar shadow. there way remove shadow, please?

i used push/pop animations yes. tried

[uiview animatewithduration:1.2               animations:^{                  self.view.frame = cgrectmake(320, 0, 320, 480);  }]; 

but nothing.

thank you.

there tone of ways modify navigation bar appearance, can see examples here: www.appcoda.com/customize-navigation-status-bar-ios-7

in particular case, can set empty image navigation bar shadow image:

[uinavigationbar appearance].shadowimage = [uiimage new]; 

Comments

Popular posts from this blog

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

javascript - Can Piwik report referrer in real time? -