dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

In Swift 4.2 shows warning 'fabs' is deprecated: renamed to 'abs' #444

Open Suresh-Alangat opened 4 years ago

Suresh-Alangat commented 4 years ago

I am using the following path for version supporting swift 4.2.

pod 'SlideMenuControllerSwift', :git => 'https://github.com/Nomad00/SlideMenuControllerSwift.git', :branch => 'swift4.2'

But gets the following warnings on 4 places,

'fabs' is deprecated: renamed to 'abs'