weilsonwonder / WWCalendarTimeSelector

A android inspired iOS date/time picker
MIT License
317 stars 126 forks source link

expression implicitly coerced from 'NSObject?' to Any #30

Open asadali737 opened 7 years ago

asadali737 commented 7 years ago

I am getting warnings, which slows down the compile time. Especially on Xcode 8.1.

Any ideas how can I fix this?

rinopazzo commented 7 years ago

I solved with these changes into WWCalendatTimeSelector.swift file:

replace all occurrences of:

with

qixizhu commented 7 years ago

Hello, I find these changes did not update in the CocoaPods.Please update, thanks.