> On Jun 10, 2014, at 10:57 PM, Jim Geist <velocity...@rodentia.net> wrote: > > Anyone know off the top of their head how to import an Obj-C extension into > Swift? Specifically, I need the NSString extensions from UIKit.
`import UIKit` doesn’t work? Of course, that will only work on platforms where UIKit exists (iOS device/simulator), so you can’t expect it to work in a REPL or Playground. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com