#objc

Found 5 articles tagged with #objc

A Comprehensive Comparison of Swift and Objective-C

Swift and Objective-C are two programming languages used for developing iOS, macOS, and watchOS applications. Objective-C has been the….

Mar 19, 2023#swift#objc#ios

CocoaPods - Centralized Dependency Manager

CocoaPods will resolve dependencies between libraries, fetch the resulting source code, then link it together in an Xcode workspace to build your project.

iOS Dependency Formats

When you add a dependency to Xcode projects you have the options to add Swift packages, XCFrameworks, frameworks or libraries.

Carthage - Decentralized Dependency Manager

Carthage builds your dependencies and provides you with binary frameworks, but you retain full control over your project structure and setup.

iOS Dependency Managers (SwiftPM, CocoaPods, Carthage)

Bundle and share reusable Swift source files, binaries, and resources in a way that is easy to use in your iOS apps.