Intridea Blog: Technology, Design, Business

Back to Blog

Get in Touch

You're currently viewing posts tagged with: "framework"

A Visual Guide to Creating an Embeddable Framework for Mac OSX

By Sean Soper | December 28, 2010 development, objective-c, cocoa, mac, osx, framework

When building a shared library for an iOS application, we have no choice but to either provide the source files or a static library that developers can link to. But when building a library for Mac OSX applications we have the option of providing that functionality in the form of a framework. Specific to Mac OSX, frameworks are similar to a dynamic library but provide several key advantages.

Read more…