Line 242 in JBKenBurnsView.m
Opened this issue · 0 comments
Fred10932 commented
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.