USING OBJECTIVE-C API FOR SWIFT DEVELOPMENT
Posted:
28 Mar 2015, 04:18
by abhisoccerplayer
Hi, I want to use swift to develop a mac application however there is no existing API in the language. I know that Objective-C libraries can be used in swift using a bridging-header. I need help on how to use the objective-c sdk to start using the methods in swift.
Re: USING OBJECTIVE-C API FOR SWIFT DEVELOPMENT
Posted:
08 Jul 2015, 09:51
by Anders
Hi, I want to use swift to develop a mac application however there is no existing API in the language. I know that Objective-C libraries can be used in swift using a bridging-header. I need help on how to use the objective-c sdk to start using the methods in swift.
I believe this is a general Mac OSX development question better suited for the Apple forums. Maybe looking at the
official guidelines can help you?