objective c - how to draw square after load the application in iphone(graphics)? -


How to draw the class after loading the application in Iphone (graphics)? (I know how to get shape, but I absolutely want to show the drawing pattern after my app, what can I do.) And also want to fill the color after app. Launch?

If I understand your question correctly, then you can see about the iPhone App's splash screen Asking, that screen is loading, if so, you can do it very easily. You just need to prepare 320x460 (if the app does not have a status bar, then 320x480), save it from the name "Default.png", and add it to the project using the add (resource folder). As soon as your app is launched, this image will be shown on the iPhone screen and you will remain in the screen until you receive callback on "AppDefinition Launching"

But if you ask something different If so, please expand your question more ...


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -