Accessing Cross Platform Native APIs from Swift

Apple’s Swift programming language has excellent support for working with and consuming native Objective-C APIs. That language, however, has little to no applicability outside of Apple’s platforms. You are likely to find that you need to rely on lower level interoperability features in order to interface with cross platform APIs which are most commonly implemented in C or C++. In this whitepaper, we’ll review how you can access cross platform native APIs from Swift. Learn more.

Download Now