PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
3.85k
stars
659
forks
source link
Fixed 2 [-Wabsolute-value] warnings #223
Closed
anthonycvella closed 9 years ago
Warnings are caused by the argument type being a CGFloat (of type double) but has a parameter of type float which may cause truncation of a value.