CHANGELOG.md
June 9, 2013 ยท View on GitHub
1.4.1
- fixed bug that
ISGumView.layer.fillColordoes not change whenISRefreshControl.tintColorchanges.
1.4.0
- iOS 4.x support.
- improved many animations.
- added
QuartzCore.frameworkto linked frameworks. - fixed bug caused by
contentInset. - stops drawing when visible area is away from refresh control. #13
1.3.0
- avoided crash on stopAnimating if ISScalingActivityIndicatorView.superView is nil. #14
- improved initializer of
ISScalingActivityIndicatorView. - removed
QuartzCore.framewrokfrom linked frameworks. - removed
ISMethodSwizzlingfrom source files, and add it to dependencies.
(now,ISMethodSwizzlingis available on CocoaPods/Specs.)
1.2.2
- fixed build for Travis CI.
1.2.1
- added
ISMethodSwizzlingto source files because CocoaPods/Specs fails build
when dependencies contains unregistered podspec.
1.2.0
- added storyboard support.
- improved some animations.
- adjusted default
tintColorofISGumViewandISScalingActivityIndicatorView. - added dropshadow for
ISGumView.
1.1.1
- improved shrinking animtion.
- refactored managing indicatorView and gumView.
1.1.0
- added
tintColorsupport. - added UIAppearance support (tintColor only).
1.0.2
- delays updating
contentInsetto avoid setting invalidcontentInset.
1.0.1
- fixed issue that view of nib was dismissed if
refreshControlwas set ininitWithCoder. - brings refreshControl to front when
beginRefreshinandendRefreshing.
1.0.0
- hides
ISRefreshControlwhen it appears by inertia. - supported
UITableViewandUIScrollView. now, ISRefreshControl can be use byaddSubview:. #2