File tree Expand file tree Collapse file tree 2 files changed +278
-211
lines changed
Expand file tree Collapse file tree 2 files changed +278
-211
lines changed Original file line number Diff line number Diff line change 3939 the dataSource method
4040 - (UIViewController*)punchScrollView:(PunchScrollView*)scrollView controllerForPageAtIndexPath:(NSIndexPath *)indexPath;
4141 we used to call "viewDidUnload" - but this method will be deprecated in iOS 6
42- Please destroy all your views in that delegate call
42+ destroy all your views or memory consuming stuff in that delegate call
4343
44- otherwise your app will leak!!
4544 */
4645- (void )punchScrollView : (PunchScrollView*)scrollView
4746 unloadPage : (UIView*)view
@@ -170,6 +169,8 @@ typedef enum {
170169// Get all page controller if given
171170@property (nonatomic , readonly ) NSArray *pageController;
172171
172+ // set to a inifinite scolling experience (=> carrousel)
173+ @property (nonatomic , assign ) BOOL infiniteScrolling;
173174
174175
175176/*
You can’t perform that action at this time.
0 commit comments