alikaragoz / MCSwipeTableViewCell

:point_up_2: Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).
MIT License
2.96k stars 412 forks source link

Fix warnings from Xcode 6.3 #92

Closed gpoitch closed 9 years ago

gpoitch commented 9 years ago

"Absolute value function 'fabsf' given an argument of type 'CGFloat' (aka 'double') but has parameter of type 'float' which may cause truncation of value"

Auto-fix from Xcode was to use 'fabs' instead

alikaragoz commented 9 years ago

Thanks @gdub22