A friend and I are creating an iPhone app together. He’s programming the user interface and I’m creating the backend photo-manipulation algorithms. In this respect I was wondering, is it possible to create a library in i.e. Mono Touch (or something similar) that he could include in Xcode? The library would take one or more input photos, and return a processed image.
Are there alternatives to Mono Touch?
There’s a Cocoa Touch Static Library project template included in Xcode. You can use that to create your static library.