Skip to content

Commit

Permalink
Make comments to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Feb 23, 2016
1 parent 281aef5 commit 8453e02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions APNGKit/APNGImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 8453e02

Please sign in to comment.