thellimist / EZAlertController

Easy Swift UIAlertController
MIT License
366 stars 50 forks source link

Using EZAlertController in Objective-C code #25

Closed ShadeApps closed 7 years ago

ShadeApps commented 7 years ago

I'm wondering if it's possible to use this fabulous control in legacy Objective-C code alongside Swift classes?

Other Swift code works fine for me, but EZAlertController is somehow not recognized

ezalert

P.S. Thanks for really nice and useful control!

thellimist commented 7 years ago

@goktugyil do you know if this is possible?

Esqarrouth commented 7 years ago

I've haven't been using ObjC in years, so not idea. Maybe its somehow not importing in the project correctly.

ShadeApps commented 7 years ago

It has nothing to do with importing code as other Swift classes and files work in this very controller. I'll try to look into it myself and maybe create a PR for Obj-C support as it may prove useful