Goodie Roundup – July 8th, 2010

Interesting iPhone and iPad development, design or even marketing items. Often new, sometimes old.

Have a goodie to share? Send it in!

Posted in Goodie Roundup | Leave a comment

Swipable UITableView (just like Tweetie)

In a recent Stack Overflow thread, the question came up how you can implement a table view where you can swipe over a cell to reveal another view behind it. Literally within the hour (how cool is that?), Tom Irving pointed to his  TGNWSwipeableTableView class that just does that. A sample app reveals the basics, and you can populate the view underneath with your own set of controls to your liking.


Tom’s implementation even fixes a problem Tweetie has, where you can’t swipe over the same row two times consecutively.

Posted in Code | Tagged interface, intermediate | 5 Comments

Tapworthy: Designing Great iPhone Apps

Josh Clark’s latest O’Reilly book Tapworth: Designing Great iPhone Apps covers the design, usability and personality principles that went into some of today’s most popular iPhone applications:

Whether you’re a designer, programmer, manager, or marketer, Tapworthy teaches you to “think iPhone” and helps you ask the right questions — and get the right answers — throughout the design process. You’ll explore how considerations of design, psychology, culture, ergonomics, and usability combine to create a tapworthy app. Along the way, you’ll get behind-the-scenes insights from the designers of apps like Facebook, USA Today, Twitterrific, and many others.

For the rest of the day today, you can pick up the PDF version of Tapworthy for only $9.99 when you use coupon code ‘DDTAP’ as party of the daily eBook Deal of the Day. Subscribe to their RSS feed for other great deals on books. (via @joehewitt, who promises it tells the tale of the Facebook app too).

Posted in Design | Tagged book | Leave a comment

ShareKit

ShareKit is an open source framework by Nate Weiner that adds full social network sharing capabilities to your app in only 3 lines of code.  Currently supported are Delicious, email, Google Reader, Facebook, Read It Later, Pinboard and Twitter, with offline support and customization options.

Posted in Code | Tagged intermediate, social network | Leave a comment