matghazaryan / AMSlideMenu2

Sliding Menu for iOS (Left and Right menus). Multiple storyboards and XIBs support.
MIT License
1.2k stars 194 forks source link

Removing abs() warning. Uses fabsf() now. #148 #152

Closed jlindenbaum closed 9 years ago

jlindenbaum commented 9 years ago

Removing the warnings that are being thrown about using fabsf() instead.

arturdev commented 9 years ago

Thank you