CooperRS / RMActionController

This is an iOS control for presenting any UIView in an UIAlertController like manner
MIT License
539 stars 59 forks source link

Swift version #2

Closed gpongelli closed 9 years ago

gpongelli commented 9 years ago

Hi, I've found this repository and it's really cool. Have you any plan to convert this code to Swift ?

Thank you!

CooperRS commented 9 years ago

Hi, I think there is no need for converting the code to swift. You can use the control in swift projects, too. Either by using a bridging header or by using frameworks (for example with cocoapods).

gpongelli commented 9 years ago

I know it's possible using bridging header but I tend to avoid ObjectiveC in my project.