thellimist / EZAlertController

Easy Swift UIAlertController
MIT License
366 stars 50 forks source link

Build Error with XCode 8.1 #22

Closed benaneesh closed 7 years ago

benaneesh commented 7 years ago

On version 3.1 and I get this error with xcode 8.1:

screen shot 2016-11-01 at 10 46 05 am

Should it be self.init(title: title, style: preferredStyle) ?

floriangbh commented 7 years ago

https://github.com/thellimist/EZAlertController/pull/21/files

thellimist commented 7 years ago

https://github.com/thellimist/EZAlertController/releases/tag/3.2

Thanks!