Skip to content

Releases: stephsharp/SSFadingScrollView

Add support for horizontal scroll views

29 Jun 23:06

Choose a tag to compare

New:

  • fadeAxis
  • fadeLeadingEdge
  • fadeTrailingEdge
  • fadeSize

Deprecated:

  • fadeTop (use fadeLeadingEdge)
  • fadeBottom (use fadeTrailingEdge)
  • fadeHeight (use fadeSize)

Thanks @alloy!

Documentation fixes

20 Dec 06:49

Choose a tag to compare

  • Fix documentation comments
  • Add SSFadingScrollViewDemo shared scheme

SSFadingScrollView v1.0

24 Nov 06:09

Choose a tag to compare

  • Initialisers
  • IBInspectable properties
  • Fade top only or bottom only
  • Animated fade in and out
  • Adjustable gradient height
  • Install via CocoaPods
  • Updated for iOS 8+ and Xcode 7