Wednesday 15 August 2012

iPhone Status Bar for custom message ala Evernote, In-Call, etc -


How am I trying to implement a custom message on the status bar, something like Evernote "download the changes Is doing ... "seen the message

Is this a private API call? Any suggestions or indicators?

It looks very much where there is a table view right above it and then above the view table , It should not be difficult to do ...

  UILabel * label = ... label.text = @ "My Text" // Maybe here it should be correct so that its C // entry Does the rectangular boundary decide that they need // for example, perhaps it would be (0,0,320,5) or something like this and table view (0,5,320,455)  

No comments:

Post a Comment