Kofktu / KUIPopOver

Easy to use PopOver in iOS
MIT License
583 stars 37 forks source link

How to use this in Objective-C ? #12

Open karthikmandava7 opened 6 years ago

karthikmandava7 commented 6 years ago

I have imported @import KUIPopOver; in .h file still I'm unable to call showPopover(sourceView: UIVIew) method.

Kofktu commented 6 years ago

@karthikmandava7 not yet support objective-c, I will release Objetive-c to work. If you need work, send me PR ^-^

karthikmandava7 commented 6 years ago

@Kofktu Please let me know once done with support of Objective-C. Thanks.

Kofktu commented 6 years ago

@karthikmandava7 I'll have to check out a little more about how you can use extensions in Objective-C with Swift.