Idevrecipes - idevrecipes.com - iDev Recipes

Latest News:

Smarter iOS Metrics 5 Jun 2013 | 11:18 pm

This is how we implemented metrics in recent apps I’ve worked on: Right before the app shipped we’d go thru the app and anywhere something interesting happened, we’d add a metric by naming it and inse...

Zaarly 10 May 2011 | 06:45 pm

This isn’t a recipe so I’ll keep it short: I’m thrilled to announce that I’m joining Zaarly to head up their mobile development. You can read more on my personal blog: Zaarly « Peter Boctor.

Debugging Magic: Auto Simulate iOS Memory Warnings 5 May 2011 | 02:18 pm

Full Source code: https://gist.github.com/956403 Problem: You spend a lot of time and effort building your app, writing countless view controllers. You think it’s near perfect. Then one of your bet...

How does the Twitter iPhone app implement side swiping on a table? 14 Apr 2011 | 07:33 pm

Full Source code: https://github.com/boctor/idev-recipes/tree/master/SideSwipeTableView Problem: The Twitter iPhone app pioneered the ability to swipe on a tweet and have a menu appear, letting you ...

Reimagining the WordPress iPhone app 18 Mar 2011 | 07:31 pm

Last week WordPress founding developer Matt Mullenweg was interviewed by John Battelle at SXSW where he was startlingly candid about the shortcomings of WordPress’s iPhone app “Twitter inspired us to...

How does the Instagram iPhone app implement a custom tab bar notification? 9 Mar 2011 | 08:35 pm

Full Source code: https://github.com/boctor/idev-recipes/tree/master/CustomTabBarNotification Problem: When the Instagram app wants to let you know that you have new comments, likes or followers, it...

Exploring iPhone view hierarchies 11 Feb 2011 | 02:54 pm

Sometimes it’s useful to quickly see all the subviews of a UIView. Perhaps you’re debugging a problem in one of your views or trying to understand the inner workings of one of the built in views. Yo...

How do iPhone apps Instagram/Reeder/DailyBooth implement custom NavigationBars with variable width back buttons? 12 Jan 2011 | 10:01 pm

Full Source code: https://github.com/boctor/idev-recipes/tree/master/CustomBackButton Problem: Apps like Instagram, Reeder and DailyBooth have a UINavigationBar with custom background and sometimes ...

How does the Twitter iPhone App implement a custom tab bar? 4 Jan 2011 | 11:31 pm

Full Source code: https://github.com/boctor/idev-recipes/tree/master/CustomTabBar Problem: The Twitter iPhone App has a custom tab bar that is shorter than the standard tab bar, doesn’t have titles ...

How does the Reeder iPhone app swipe up and down between articles? 28 Dec 2010 | 09:29 pm

Full Source code: https://github.com/boctor/idev-recipes/tree/master/VerticalSwipeArticles Problem: The Reeder iPhone App lets you pull up to see the title of the next article. If you pull up far en...

Recently parsed news:

Recent searches: