+ All Categories
Home > Software > Framework dynamic par Simone Sivetta

Framework dynamic par Simone Sivetta

Date post: 15-Jul-2015
Category:
Upload: cocoaheads-france
View: 3,886 times
Download: 2 times
Share this document with a friend
Popular Tags:
24
Cocoa Dynamic Frameworks (on iOS)
Transcript

Cocoa Dynamic Frameworks(on iOS)

Cocoa Framework

WhatA collection of resources

Compiled code + public headers

Why· Extensions

· Sharing code between applications

· Public distribution

Why

DRYDon't Repeat Yourself

DRYIf the code appears more

than once, it belongs in a framework

Dynamic Frameworks

Dynamic FrameworksA dynamic framework, when updated, does not require applications to relink

to them

OS X already supports Dynamically Linked frameworks

How

And...

CocoaPods

CocoaPods

Testable

Extensions

NS_ EXTENSION_ UNAVAILABLE_ IOS

EventKitUIUIActionSheetUIAlertView+[UIapplication sharedApplication]-[UIApplication beginIgnoringInteractionEvents]-[UIApplication endIgnoringInteractionEvents]-[UIApplication openURL:]

Visibility

Visibility

Visibility· Project

· Public

· Private

Visibility

Reférences :WWDC 2014 Session 416

Thanks ! @viteinfinite


Recommended