Can i use TipKit in Objective-C?

I didn`t find the header file to import when i tried to use TipKit in Objective-C file.

Replies

You can't directly use TipKit in Objective C code. A good way to add TipKit to an Objective C project is to create Swift extensions of your Objective C view controller classes, and then add the TipKit code to those Swift extensions.