UIScrollView-ScrollAnimation icon indicating copy to clipboard operation
UIScrollView-ScrollAnimation copied to clipboard

retain cycle

Open fss1994 opened this issue 3 years ago • 1 comments

objc_setAssociatedObject(self, "scrollViewTimingDelegate", timingDelegate, OBJC_ASSOCIATION_RETAIN_NONATOMIC); @property (nonatomic, strong) UIScrollView* scrollView;

scrollView -> delegate -> scrollview

fss1994 avatar Dec 20 '21 12:12 fss1994

CADisplayLink need proxy

fss1994 avatar Dec 20 '21 12:12 fss1994