Iphone SDK- How to insert a banner in my app

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2010-04-18T22:06:48Z Indexed on 2010/04/18 22:13 UTC
Read the original article Hit count: 129

I have a tableview that my app shows when it loads, I would like to somehow put a banner at the bottom that if connceted to the internet will check my server for any new image files and if there are it will replace the current one and if not it will just leave it. That way I can constantly display messages to my users - sort of like in Doodle Jump.

How could I achieve this?

Thanks

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about objective-c