- fixed bug that
ISGumView.layer.fillColor
does not change whenISRefreshControl.tintColor
changes.
- iOS 4.x support.
- improved many animations.
- added
QuartzCore.framework
to linked frameworks. - fixed bug caused by
contentInset
. - stops drawing when visible area is away from refresh control. #13
- avoided crash on stopAnimating if ISScalingActivityIndicatorView.superView is nil. #14
- improved initializer of
ISScalingActivityIndicatorView
. - removed
QuartzCore.framewrok
from linked frameworks. - removed
ISMethodSwizzling
from source files, and add it to dependencies.
(now,ISMethodSwizzling
is available on CocoaPods/Specs.)
- fixed build for Travis CI.
- added
ISMethodSwizzling
to source files because CocoaPods/Specs fails build
when dependencies contains unregistered podspec.
- added storyboard support.
- improved some animations.
- adjusted default
tintColor
ofISGumView
andISScalingActivityIndicatorView
. - added dropshadow for
ISGumView
.
- improved shrinking animtion.
- refactored managing indicatorView and gumView.
- added
tintColor
support. - added UIAppearance support (tintColor only).
- delays updating
contentInset
to avoid setting invalidcontentInset
.
- fixed issue that view of nib was dismissed if
refreshControl
was set ininitWithCoder
. - brings refreshControl to front when
beginRefreshin
andendRefreshing
.
- hides
ISRefreshControl
when it appears by inertia. - supported
UITableView
andUIScrollView
. now, ISRefreshControl can be use byaddSubview:
. #2