From 8453e02dfdcb2cdc24518738ce1f72aca17f001b Mon Sep 17 00:00:00 2001 From: onevcat Date: Tue, 23 Feb 2016 20:34:33 +0900 Subject: [PATCH] Make comments to docs --- APNGKit/APNGImageView.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/APNGKit/APNGImageView.swift b/APNGKit/APNGImageView.swift index 80adeae..f6fdcee 100644 --- a/APNGKit/APNGImageView.swift +++ b/APNGKit/APNGImageView.swift @@ -64,9 +64,9 @@ public class APNGImageView: UIView { } } - // If true runs animation timer with option: NSRunLoopCommonModes - // ScrollView(CollectionView, TableView) items with Animated APNGImageView will not freez during scrolling - // Warning: this may decrease scrolling smoothness with lot's of animations + /// If true runs animation timer with option `NSRunLoopCommonModes`. + /// ScrollView(CollectionView, TableView) items with Animated APNGImageView will not freeze during scrolling + /// - Note: This may decrease scrolling smoothness with lot's of animations public var allowAnimationInScrollView = false var timer: CADisplayLink?