Posts tagged ios
Posts tagged ios
MWPhotoBrowser for iOS now supports customisable captions and photo actions + many more optimisations.
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.
I’ve just added a few very useful code snippets/gists for iOS devs to Github. Check them out: gist.github.com/mwaterfall
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 be zoomed and panned, and optional (customisable) captions can be displayed.
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.