|
@@ -43,17 +43,4 @@
|
|
|
self.contentView.preservesSuperviewLayoutMargins = NO;
|
|
|
}
|
|
|
|
|
|
-///-----------------------------------
|
|
|
-/// @name scrollViewWillBeginDecelerating
|
|
|
-///-----------------------------------
|
|
|
-
|
|
|
-/**
|
|
|
- * Method to initialize the position where we make the swipe in order to detect the direction
|
|
|
- *
|
|
|
- * @param UIScrollView -> scrollView
|
|
|
- */
|
|
|
-- (void)scrollViewWillBeginDecelerating:(UIScrollView *)scrollView {
|
|
|
- _lastContentOffset = scrollView.contentOffset.x;
|
|
|
-}
|
|
|
-
|
|
|
@end
|