xmartlabs / XLActionController

Fully customizable and extensible action sheet controller written in Swift
MIT License
3.33k stars 317 forks source link

Support for Swift 5 #116

Closed ascentman closed 5 years ago

ascentman commented 5 years ago

Environment

Goals Swift 5 support for the framework

Expected Results No warning to convert XLActionControllerto to Swift 5

Actual Results Xcode created warnings to convert XLActionControllerto to Swift 5

Steps to Reproduce Build the cocoapod in Xcode 10.2

Code Samples & Details Run any project depending on the pod's in Xcode 10.2 to see the warning.

mats-claassen commented 5 years ago

Done