13
votes
How to customize the background color of a UITableViewCell?
The best approach I've found so far is to set a background view of the cell and clear background of cell subviews. Of course, this looks nice on tables with indexed style only, no matter with or wi …
0
votes
Code Sign error after renewing my certificate
I just would like to add that you'll receive this error when your certificate is expired or when it is somehow removed from your keychain. To fix it, login to iPhone developer program portal and re …
1
vote
How to jump to certain time with the MPMoviePlayer of iPhoneSDK?
There is a similar question answered aready here.
…
