When i install
self.navigationItem.prompt = @"";
in viewDidLoad , it animates the navigationBar above. I want to show it above, but without animation. How can I lose the animation?
viewDidLoad
navigationBar
This seems like a trick:
[UIView setAnimationsEnabled:NO]; self.navigationItem.prompt = @""; [UIView setAnimationsEnabled:YES];
Source: https://habr.com/ru/post/1489788/More articles:How to properly create a Map / Reduce index for RavenDB in C # - c #How to get a random item from a list in a darth? - dartMVC 4 Why do I have to serialize on the server, but not locally? - c #Complete list of advanced extensions in WebGL2 - webglWeb Services - what is it? - soapA simple soap call does not work (Nodejs, easysoap) - soapWhy is there no type mismatch error? - goError installing M2Crypto on Windows - pythonLosing an authenticated token in symfony - authenticationBacking up GAE data / files from Blob to Google Cloud Storage / other space - google-app-engineAll Articles