Reputation: 41
I am creating an iPhone app in which data needs to be pulled from a wordpress that I created. The data that needs to be displayed is the statistics of our local groups. I have the background that I need. Can I put a table view over the background so that when it runs it will look like a lineup card. I am very new to this so laymen's terms would be appreciated. Respectfully, Thanks.
Upvotes: 0
Views: 5530
Reputation: 10296
Set the UITableView and UITableViewCells' backgroundColor properties to [UIColor clearColor]
so that you can see your background underneath it.
Upvotes: 0
Reputation: 3803
Try this: http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/
Upvotes: 2
Reputation: 24967
You can read a tutorial from http://www.raywenderlich.com/2636/how-to-make-a-simple-rss-reader-iphone-app-tutorial
Upvotes: 2