WebDAM

WebDAM is an iOS and Android app that talks to an existing backend. It allows users to manage their digital assets - images, videos, text documents, etc. Users could view these files, comment on them and see details from the files EXIF data.

The iOS app was written entirely in Objective-C. It required the use of the iOS media frameworks (AVFoundation for example) for the display of images and videos. It also used Quick Look for the display of text documents. The user was also able to share content via the MessageUI framework.