I can make an invisible UIBarButtonItem on UIToolbar, inserted with XCode / Storyboard? I have found a property to disable it: enabled = NO, but is not made it invisible
I ve got the problem when I tried to do asynchronous requests to server from background thread. I ve never got results of those requests. Simple example which shows the problem: @protocol ...