6

I have a VoIP application in iOS. Now, I want to integrate CallKit Framework to this application, but my existing code is in Objective-C language. I have searched few forums, but all of them are in Swift language.

Could anyone tell me how to write code in Objective-C for CallKit api integration ?

Thanks.

batman
  • 1,937
  • 2
  • 22
  • 41

1 Answers1

-3

You can create Your app in the same way as in swift. For example: You can take code from https://developer.apple.com/library/content/samplecode/Speakerbox/Introduction/Intro.html and change swift files to Objective C. Method names are same.

HereTrix
  • 1,315
  • 7
  • 13