Gabriel
Gabriel

Reputation: 41

How to pull data from rss feed into iPhone app

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

Answers (3)

james_womack
james_womack

Reputation: 10296

Set the UITableView and UITableViewCells' backgroundColor properties to [UIColor clearColor] so that you can see your background underneath it.

Upvotes: 0

Related Questions