jberlana/JBKenBurns

Line 242 in JBKenBurnsView.m

Opened this issue · 0 comments

Change:

[UIView animateWithDuration:_showImageDuration + 2 delay:0 options:UIViewAnimationCurveEaseInOut animations:^ {

into:
[UIView animateWithDuration:_showImageDuration + 2 delay:0 options:UIViewAnimationOptionCurveEaseInOut animations:^ {

to suppress compiler warning.

Thanks.