how to dynamically load a library in iOS App

Is it possible to dynamically load a library in iOS App using Objective C? I'm new in iOS development, please share any link or refereence having more details in case if it possible.

Replies

You do so by using frameworks, and setting up the Xcode project to link to the framework. The framework is loaded at the app's launch time.