├── .gitignore ├── LICENSE ├── OTPageView.gif ├── OTPageView ├── OTPageScrollView.h ├── OTPageScrollView.m ├── OTPageView.h └── OTPageView.m ├── OTPageViewDemo ├── OTPageCell.h ├── OTPageCell.m ├── OTPageScrollView.h ├── OTPageScrollView.m ├── OTPageScrollView.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── OTPageScrollView.xccheckout │ │ └── xcuserdata │ │ │ ├── angelshinehh.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── yechunxiao.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ ├── angelshinehh.xcuserdatad │ │ ├── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ │ ├── OTPageScrollView.xcscheme │ │ │ └── xcschememanagement.plist │ │ └── yechunxiao.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ ├── OTPageScrollView.xcscheme │ │ └── xcschememanagement.plist ├── OTPageScrollView │ ├── Images.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── LaunchImage.launchimage │ │ │ └── Contents.json │ │ └── beijing_rest.imageset │ │ │ ├── Contents.json │ │ │ ├── beijing_rest@2x.png │ │ │ └── beijing_rest@3x.png │ ├── OTAppDelegate.h │ ├── OTAppDelegate.m │ ├── OTPageScrollView-Info.plist │ ├── OTPageScrollView-Prefix.pch │ ├── OTViewController.h │ ├── OTViewController.m │ ├── en.lproj │ │ └── InfoPlist.strings │ └── main.m ├── OTPageScrollViewTests │ ├── OTPageScrollViewTests-Info.plist │ ├── OTPageScrollViewTests.m │ └── en.lproj │ │ └── InfoPlist.strings ├── OTPageView.h └── OTPageView.m └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/LICENSE -------------------------------------------------------------------------------- /OTPageView.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageView.gif -------------------------------------------------------------------------------- /OTPageView/OTPageScrollView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageView/OTPageScrollView.h -------------------------------------------------------------------------------- /OTPageView/OTPageScrollView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageView/OTPageScrollView.m -------------------------------------------------------------------------------- /OTPageView/OTPageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageView/OTPageView.h -------------------------------------------------------------------------------- /OTPageView/OTPageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageView/OTPageView.m -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageCell.h -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageCell.m -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.h -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.m -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.xcodeproj/project.xcworkspace/xcshareddata/OTPageScrollView.xccheckout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.xcodeproj/project.xcworkspace/xcshareddata/OTPageScrollView.xccheckout -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.xcodeproj/project.xcworkspace/xcuserdata/angelshinehh.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.xcodeproj/project.xcworkspace/xcuserdata/angelshinehh.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.xcodeproj/project.xcworkspace/xcuserdata/yechunxiao.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.xcodeproj/project.xcworkspace/xcuserdata/yechunxiao.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.xcodeproj/xcuserdata/angelshinehh.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.xcodeproj/xcuserdata/angelshinehh.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.xcodeproj/xcuserdata/angelshinehh.xcuserdatad/xcschemes/OTPageScrollView.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.xcodeproj/xcuserdata/angelshinehh.xcuserdatad/xcschemes/OTPageScrollView.xcscheme -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.xcodeproj/xcuserdata/angelshinehh.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.xcodeproj/xcuserdata/angelshinehh.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.xcodeproj/xcuserdata/yechunxiao.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.xcodeproj/xcuserdata/yechunxiao.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.xcodeproj/xcuserdata/yechunxiao.xcuserdatad/xcschemes/OTPageScrollView.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.xcodeproj/xcuserdata/yechunxiao.xcuserdatad/xcschemes/OTPageScrollView.xcscheme -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView.xcodeproj/xcuserdata/yechunxiao.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView.xcodeproj/xcuserdata/yechunxiao.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/Images.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView/Images.xcassets/LaunchImage.launchimage/Contents.json -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/Images.xcassets/beijing_rest.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView/Images.xcassets/beijing_rest.imageset/Contents.json -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/Images.xcassets/beijing_rest.imageset/beijing_rest@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView/Images.xcassets/beijing_rest.imageset/beijing_rest@2x.png -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/Images.xcassets/beijing_rest.imageset/beijing_rest@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView/Images.xcassets/beijing_rest.imageset/beijing_rest@3x.png -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/OTAppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView/OTAppDelegate.h -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/OTAppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView/OTAppDelegate.m -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/OTPageScrollView-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView/OTPageScrollView-Info.plist -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/OTPageScrollView-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView/OTPageScrollView-Prefix.pch -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/OTViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView/OTViewController.h -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/OTViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView/OTViewController.m -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollView/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollView/main.m -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollViewTests/OTPageScrollViewTests-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollViewTests/OTPageScrollViewTests-Info.plist -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollViewTests/OTPageScrollViewTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageScrollViewTests/OTPageScrollViewTests.m -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageScrollViewTests/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageView.h -------------------------------------------------------------------------------- /OTPageViewDemo/OTPageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/OTPageViewDemo/OTPageView.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yechunxiao19/OTPageScrollView/HEAD/README.md --------------------------------------------------------------------------------