swift programing language

Mixed language framework

Question or problem in the Swift programming language: I have a framework (let’s call it MyKit) written in Objective-C that I’m extending with some Swift classes. I’m trying to get my head around it using this documentation: https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html#//apple_ref/doc/uid/TP40014216-CH10-XID_77

Continue Reading