iPhone App Store Review Scraper Source Code
Someone was nice enough to open source this nice app used for grabbing reviews from the App Stores all over the world. I have been using it for a while and it works really nice.
Someone was nice enough to open source this nice app used for grabbing reviews from the App Stores all over the world. I have been using it for a while and it works really nice.
http://softwaremaven.innerbrane.com/2009/05/rounding-corners-on-uiview.html
http://iphonedevelopment.blogspot.com/2008/11/creating-transparent-uiviews-rounded.html
Ars shows how to extend the iPhone’s SDK’s UIColor class to expose the internal color components for better developer use.
http://arstechnica.com/apple/guides/2009/02/iphone-development-accessing-uicolor-components.ars
NSURL *url = [NSURL URLWithString:@"http://pathtoimage"]; NSData *imgData = [NSData dataWithContentsOfURL:url]; UIImage *image = [UIImage imageWithData:imgData];
Here are a few links to some people offering free icons for use in iphone apps.
Here is a simple snippet for scrolling a UITableView to the top.
[tableView setContentOffset:CGPointMake(0, 0) animated:NO];