UITabBar with image view ?
Hi, i'm extremely new to iphone development, so bare with me here. Any help is appreciated greatly.
I have successfully set up an app with a tab bar with three items, the first two are pulling rss feeds into a UITable View.
Now I would like to be able to pull an image from the web too my third tab. I am working on the first step of this and that is getting my image view to work correctly in the tab, how do I go about doing this? I'm wondering how do you do this in code? like how do you determine what comes up on each tab in code, do you do this in the appDelegate.m file? if so where? how?
then I suppose I am going to need to know how to pull an image from an external source, and display it in this tab?
Thank you once again, to anyone who is willing to help!
|