December 2011
1 post
3 tags
November 2011
2 posts
Happy Thanksgiving! →
To celebrate this year we’re slashing the price of Momento to just 69p/99¢/0,79 € for a limited time! Grab it now from the App Store »
If you haven’t already bought Momento, now’s the…
Momento 2.3.1 →
Momento 2.3.1 is now available to download (app store link). This is a minor update providing improved compatibility with iOS 5, bug fixes and updated graphics.
Release Notes
Improved…
September 2011
2 posts
Development Update – Sep 2011 →
Momento for iPad has been a big request from our users and is something we have been dedicating a lot of time to this year. We wanted to make it something which really shines on the iPad; making the…
1 tag
TestFlight SDK now available →
oliverwaters:
TestFlight is a must for any iOS app developer who wants to get the most from beta testing. Today their SDK goes live providing a deeper insight in to how testers use your app. Some really useful features including Session insights, In-App Questions, Remote Logging, Crash Reports, Checkpoints and In-App Updates.
August 2011
1 post
Momento 2.2.2 →
Momento 2.2.2 is now available to download (app store link). This is a minor update addresses a duplication bug with Twitter feeds.
This update will fix a bug experienced by some users where…
July 2011
1 post
Momento 2.2 →
Momento 2.2 is now available to download (app store link). This update includes some new features such as font size adjustment and the ability to view comments and likes for a Facebook status…
June 2011
1 post
2 tags
May 2011
3 posts
Momento 2.1.2 – Inline thumbnails and bug fixes →
Momento 2.1.2 is now available to download (app store link). It can take some time for the update to show up, so please be patient. This minor update includes inline thumbnails for pictures…
New Platforms and Sync →
Since the initial release of Momento for iPhone in late December 2009 our focus has been on the development of a mobile application to help record our lives quickly and easily. This has been the…
3 tags
The gist of things! →
I’ve just added a few very useful code snippets/gists for iOS devs to Github. Check them out: gist.github.com/mwaterfall
March 2011
4 posts
Momento 2.1.1 →
Momento 2.1.1 is now available to download (app store link). This update includes a number of important bug fixes and minor performance improvements. Here are the release notes:
Fixed crash…
2 tags
MWPhotoBrowser — A simple iOS photo browser →
MWPhotoBrowser is an implementation of a photo viewer that I wrote for Momento allowing the user to view one or more images in a similar way to the native Photos app. It can display one or more images by providing either UIImage objects, file paths to images on the device, or URLs to images online. The photo browser handles the downloading and caching of photos from the web seamlessly. Photos can...
2 tags
Xcode Conditional Breakpoints →
More debugging goodness from Use Your Loaf.
2 tags
Debugging with Xcode breakpoint actions →
Useful Xcode debugging tip from the awesome Use Your Loaf blog.
December 2010
3 posts
2 tags
Things iOS developers need to know about the ARM... →
A must read article for any iOS developer, it provides great information on the various versions of ARM and explains how and why you should enable Thumb when targeting ARMv7.
Everything should be made as simple as possible, but not simpler.
– Albert Einstein
2 tags
Characters and Encodings →
A fascinating article by Mike Ash explaining in great detail the concepts of characters and encodings. He discusses ASCII, ASCII compatibility, Latin-1 (ISO-8859-1, Windows-1252, ISO 8859-1), Unicode and UTF-8/16/32. There’s also useful information on NSString’s and how best to decode NSData bytes when the correct encoding isn’t known.