Have you ever used shared libraries / frameworks in any other operating system 
(including OS X)? If so, they work in exactly the same way in iOS. Exactly.

If you want to control exactly when the framework is loaded, you can embed it 
in your application bundle (but don't link to it), and then use the NSBundle 
API to load it at some specific point.

> On Feb 21, 2016, at 1:14 PM, David Hoerl <dho...@mac.com> wrote:
> 
> I watched the WWDC 2014 Session "Building Modern Frameworks", but no mention 
> of this. Cannot find any other information on the developer site (not saying 
> its not there though).
> 
> I have a rather large framework that does something very specific, many (or 
> most) users will have no interest in using it. What I'd like to do is not 
> have to statically link it into my app, either via a static library or a 
> dynamic one that always loads at launch.
> 
> Perhaps I should bundle this functionality in an Extension? I didn't really 
> look to see how that option might pan out. In any case it would be of 
> interest to know exactly when the dylib is loaded by iOS.
> 
> - David
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list      (Xcode-users@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/xcode-users/jake.petroules%40petroules.com
> 
> This email sent to jake.petrou...@petroules.com

-- 
Jake Petroules - jake.petroules at petroules.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (Xcode-users@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to