Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Added ability to set the animation duration for fading in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
holgersindbaek committed Mar 30, 2016
1 parent ac936cb commit 6c398cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Source/UI/DFImageView.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/*! Duration it will take to animate image in if image view allows animations.
*/
@property (nonatomic) float fadeDuration;
@property (nonatomic) CGFloat fadeDuration;

/*! Performs any clean up necessary to prepare the view for use again. Removes currently displayed image and cancels all requests registered with a receiver.
*/
Expand Down

0 comments on commit 6c398cf

Please sign in to comment.