You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix!: Deprecate scrollView category extension on UIView (apache#1400)
This **removes** the API from Swift to solve the immediate problem in apache#1399
but leaves it available and deprecated in Objective-C due to use in 3rd party
plugins. (There are only 2 Swift plugins that use this API as far as I can
tell, and neither of them have very high usage or ongoing maintenance.)
ClosesapacheGH-1399.
@property (nonatomic, weak) UIScrollView* scrollView CDV_DEPRECATED(8, "Check for a scrollView property on the view object at runtime and invoke it dynamically.");
0 commit comments