OTPageScrollView icon indicating copy to clipboard operation
OTPageScrollView copied to clipboard

Strong relationship between page and scrollview

Open malcommac opened this issue 10 years ago • 0 comments

Hi, I think you don't need to keep a strong relationship which start from the single page item to the scrollview. A weak relationship is enough and prevent circular references.

@property (nonatomic,strong) OTPageScrollView *pageScrollView;

malcommac avatar Jan 28 '15 12:01 malcommac