Tag Archives: iPhone

Keyword Character Counter for iTunes Connect

The company I work for often receives a word doc containing what the client wants posted to Apple for the app description and keywords used for the iTunes store. Since Apple started asking for keywords to help correctly index apps in the … Continue reading

Posted in Development, iPhone Dev, jQuery | Tagged , , | Leave a comment

Use Grouped Table Background Stripes on Any UIView

Add this snippet to your iPhone project to give the background those familiar vertical stripes seen with grouped tables sections. self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];

Posted in Development | Tagged , , | Leave a comment