I am learning iOS development in Objective-C, and I have found a lot of code examples.
Some of them, though, say that they are only for Mac OS X (not iOS).
C
In term of import in Swift
import
import Cocoa in Mac OSX application is the same as
import Cocoa
import AppKit import CoreData import Foundation
whereas we can't import CocoaTouch in iOS
import CocoaTouch