Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 557 Bytes

swift-integration.md

File metadata and controls

17 lines (11 loc) · 557 Bytes

Swift integration

The iOS Adobe Mobile SDK can be seamlessly integrated in a Swift project by using the Mix and Match feature in the iOS Developer Library.

For more information, see Language Interoperability.

For example, by using the bridging header method as described in the documentation, you can import the Adobe Mobile iOS SDK header file:

#import "ADBMobile.h"

To access methods from the SDK in your Swift files, use the following format:

ADBMobile.{methodname}