OTPageScrollView
OTPageScrollView copied to clipboard
Strong relationship between page and scrollview
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;