├── MSTabScrollView.h ├── PageScrollView-Demo ├── Build │ ├── Intermediates │ │ └── PageScrollView-Demo.build │ │ │ ├── Debug-iphoneos │ │ │ ├── PageScrollView-Demo.build │ │ │ │ ├── LaunchScreen-PartialInfo.plist │ │ │ │ ├── Main-SBPartialInfo.plist │ │ │ │ ├── Objects-normal │ │ │ │ │ ├── arm64 │ │ │ │ │ │ ├── AppDelegate.d │ │ │ │ │ │ ├── AppDelegate.dia │ │ │ │ │ │ ├── AppDelegate.o │ │ │ │ │ │ ├── MSTabScrollView.d │ │ │ │ │ │ ├── MSTabScrollView.dia │ │ │ │ │ │ ├── MSTabScrollView.o │ │ │ │ │ │ ├── MSTabView.d │ │ │ │ │ │ ├── MSTabView.dia │ │ │ │ │ │ ├── MSTabView.o │ │ │ │ │ │ ├── NSString+Extension.d │ │ │ │ │ │ ├── NSString+Extension.dia │ │ │ │ │ │ ├── NSString+Extension.o │ │ │ │ │ │ ├── PageScrollView-Demo.LinkFileList │ │ │ │ │ │ ├── PageScrollView-Demo_dependency_info.dat │ │ │ │ │ │ ├── UIView+Extension.d │ │ │ │ │ │ ├── UIView+Extension.dia │ │ │ │ │ │ ├── UIView+Extension.o │ │ │ │ │ │ ├── ViewController.d │ │ │ │ │ │ ├── ViewController.dia │ │ │ │ │ │ ├── ViewController.o │ │ │ │ │ │ ├── main.d │ │ │ │ │ │ ├── main.dia │ │ │ │ │ │ └── main.o │ │ │ │ │ └── armv7 │ │ │ │ │ │ └── PageScrollView-Demo.LinkFileList │ │ │ │ ├── PageScrollView-Demo-all-non-framework-target-headers.hmap │ │ │ │ ├── PageScrollView-Demo-all-target-headers.hmap │ │ │ │ ├── PageScrollView-Demo-generated-files.hmap │ │ │ │ ├── PageScrollView-Demo-own-target-headers.hmap │ │ │ │ ├── PageScrollView-Demo-project-headers.hmap │ │ │ │ ├── PageScrollView-Demo.app.xcent │ │ │ │ ├── PageScrollView-Demo.hmap │ │ │ │ ├── assetcatalog_dependencies.txt │ │ │ │ ├── assetcatalog_generated_info.plist │ │ │ │ └── dgph │ │ │ └── PageScrollView-DemoTests.build │ │ │ │ ├── Objects-normal │ │ │ │ ├── arm64 │ │ │ │ │ ├── PageScrollView-DemoTests.LinkFileList │ │ │ │ │ ├── PageScrollView-DemoTests_dependency_info.dat │ │ │ │ │ ├── PageScrollView_DemoTests.d │ │ │ │ │ ├── PageScrollView_DemoTests.dia │ │ │ │ │ └── PageScrollView_DemoTests.o │ │ │ │ └── armv7 │ │ │ │ │ └── PageScrollView-DemoTests.LinkFileList │ │ │ │ ├── PageScrollView-DemoTests-all-non-framework-target-headers.hmap │ │ │ │ ├── PageScrollView-DemoTests-all-target-headers.hmap │ │ │ │ ├── PageScrollView-DemoTests-generated-files.hmap │ │ │ │ ├── PageScrollView-DemoTests-own-target-headers.hmap │ │ │ │ ├── PageScrollView-DemoTests-project-headers.hmap │ │ │ │ ├── PageScrollView-DemoTests.hmap │ │ │ │ └── dgph │ │ │ └── Debug-iphonesimulator │ │ │ ├── PageScrollView-Demo.build │ │ │ ├── LaunchScreen-PartialInfo.plist │ │ │ ├── Main-SBPartialInfo.plist │ │ │ ├── Objects-normal │ │ │ │ └── x86_64 │ │ │ │ │ ├── AppDelegate.d │ │ │ │ │ ├── AppDelegate.dia │ │ │ │ │ ├── AppDelegate.o │ │ │ │ │ ├── MSTabScrollView.d │ │ │ │ │ ├── MSTabScrollView.dia │ │ │ │ │ ├── MSTabScrollView.o │ │ │ │ │ ├── PageScrollView-Demo.LinkFileList │ │ │ │ │ ├── PageScrollView-Demo_dependency_info.dat │ │ │ │ │ ├── ViewController.d │ │ │ │ │ ├── ViewController.dia │ │ │ │ │ ├── ViewController.o │ │ │ │ │ ├── main.d │ │ │ │ │ ├── main.dia │ │ │ │ │ └── main.o │ │ │ ├── PageScrollView-Demo-all-non-framework-target-headers.hmap │ │ │ ├── PageScrollView-Demo-all-target-headers.hmap │ │ │ ├── PageScrollView-Demo-generated-files.hmap │ │ │ ├── PageScrollView-Demo-own-target-headers.hmap │ │ │ ├── PageScrollView-Demo-project-headers.hmap │ │ │ ├── PageScrollView-Demo.hmap │ │ │ ├── assetcatalog_dependencies.txt │ │ │ ├── assetcatalog_generated_info.plist │ │ │ └── dgph │ │ │ └── PageScrollView-DemoTests.build │ │ │ ├── Objects-normal │ │ │ └── x86_64 │ │ │ │ ├── PageScrollView-DemoTests.LinkFileList │ │ │ │ ├── PageScrollView-DemoTests_dependency_info.dat │ │ │ │ ├── PageScrollView_DemoTests.d │ │ │ │ ├── PageScrollView_DemoTests.dia │ │ │ │ └── PageScrollView_DemoTests.o │ │ │ ├── PageScrollView-DemoTests-all-non-framework-target-headers.hmap │ │ │ ├── PageScrollView-DemoTests-all-target-headers.hmap │ │ │ ├── PageScrollView-DemoTests-generated-files.hmap │ │ │ ├── PageScrollView-DemoTests-own-target-headers.hmap │ │ │ ├── PageScrollView-DemoTests-project-headers.hmap │ │ │ ├── PageScrollView-DemoTests.hmap │ │ │ └── dgph │ └── Products │ │ ├── Debug-iphoneos │ │ ├── PageScrollView-Demo.app.dSYM │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── Resources │ │ │ │ └── DWARF │ │ │ │ └── PageScrollView-Demo │ │ ├── PageScrollView-Demo.app │ │ │ ├── Base.lproj │ │ │ │ ├── LaunchScreen.nib │ │ │ │ └── Main.storyboardc │ │ │ │ │ ├── BYZ-38-t0r-view-8bC-Xf-vdC.nib │ │ │ │ │ ├── objects-8.0+.nib │ │ │ │ │ ├── objects.nib │ │ │ │ │ └── runtime.nib │ │ │ │ │ ├── Info-8.0+.plist │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── UIViewController-BYZ-38-t0r.nib │ │ │ │ │ ├── objects-8.0+.nib │ │ │ │ │ ├── objects.nib │ │ │ │ │ └── runtime.nib │ │ │ ├── Info.plist │ │ │ ├── PageScrollView-Demo │ │ │ ├── PkgInfo │ │ │ ├── ResourceRules.plist │ │ │ ├── _CodeSignature │ │ │ │ └── CodeResources │ │ │ └── embedded.mobileprovision │ │ ├── PageScrollView-DemoTests.xctest.dSYM │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── Resources │ │ │ │ └── DWARF │ │ │ │ └── PageScrollView-DemoTests │ │ └── PageScrollView-DemoTests.xctest │ │ │ ├── Info.plist │ │ │ ├── PageScrollView-DemoTests │ │ │ ├── ResourceRules.plist │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ │ └── Debug-iphonesimulator │ │ ├── PageScrollView-Demo.app.dSYM │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── Resources │ │ │ └── DWARF │ │ │ └── PageScrollView-Demo │ │ ├── PageScrollView-Demo.app │ │ ├── Base.lproj │ │ │ ├── LaunchScreen.nib │ │ │ └── Main.storyboardc │ │ │ │ ├── BYZ-38-t0r-view-8bC-Xf-vdC.nib │ │ │ │ ├── objects-8.0+.nib │ │ │ │ ├── objects.nib │ │ │ │ └── runtime.nib │ │ │ │ ├── Info-8.0+.plist │ │ │ │ ├── Info.plist │ │ │ │ └── UIViewController-BYZ-38-t0r.nib │ │ │ │ ├── objects-8.0+.nib │ │ │ │ ├── objects.nib │ │ │ │ └── runtime.nib │ │ ├── Info.plist │ │ ├── PageScrollView-Demo │ │ └── PkgInfo │ │ ├── PageScrollView-DemoTests.xctest.dSYM │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── Resources │ │ │ └── DWARF │ │ │ └── PageScrollView-DemoTests │ │ └── PageScrollView-DemoTests.xctest │ │ ├── Info.plist │ │ └── PageScrollView-DemoTests ├── PageScrollView-Demo.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── PageScrollView-Demo.xccheckout │ │ └── xcuserdata │ │ │ ├── 9cfcf.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── xuqingqing.xcuserdatad │ │ │ ├── UserInterfaceState.xcuserstate │ │ │ └── WorkspaceSettings.xcsettings │ └── xcuserdata │ │ ├── 9cfcf.xcuserdatad │ │ └── xcschemes │ │ │ ├── PageScrollView-Demo.xcscheme │ │ │ └── xcschememanagement.plist │ │ └── xuqingqing.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ ├── PageScrollView-Demo.xcscheme │ │ └── xcschememanagement.plist ├── PageScrollView-Demo │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Base.lproj │ │ ├── LaunchScreen.xib │ │ └── Main.storyboard │ ├── Images.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── LaunchImage.launchimage │ │ │ └── Contents.json │ ├── Info.plist │ ├── MSPageScrollView │ │ ├── MSTabScrollView.h │ │ └── libMSPageTab.a │ ├── PrefixHeader.pch │ ├── ViewController.h │ ├── ViewController.m │ └── main.m └── PageScrollView-DemoTests │ ├── Info.plist │ └── PageScrollView_DemoTests.m ├── README.md ├── libMSPageTab.a ├── screenshots ├── 1.png ├── 2.png ├── 3.png ├── 4.png └── 5.png └── 使用说明.txt /MSTabScrollView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MSTabScrollView.h 3 | // PageScrollView-Demo 4 | // 5 | // Created by XuQingQing on 15-1-26. 6 | // Copyright (c) 2015年 XQQ. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | typedef enum { 12 | InterfaceOrientationPortrait, 13 | InterfaceOrientationLandscape 14 | }InterfaceOrientation; 15 | 16 | @protocol MSTabScrollViewDelegate; 17 | 18 | @interface MSTabScrollView : UIView 19 | 20 | //遵从MSTabScrollViewDelegate协议的对象 21 | @property (nonatomic, assign) id delegate; 22 | //Tab标题选中时的颜色 23 | @property (nonatomic, strong) UIColor *tabSelectedColor; 24 | //Tab背景颜色 25 | @property (nonatomic, strong) UIColor *tabBackgroundColor; 26 | //Tab中被选中标题的位置 27 | @property (nonatomic, assign) NSInteger selectedTabIndex; 28 | //是否开启同时存在的页数个数的限制 29 | //YES:同时最多存在3页; NO:一次性初始化所有页面,无页数限制 30 | @property (nonatomic, assign) BOOL isNeedPageCountLimit; 31 | 32 | //框架初始化 33 | //pageWidth:框架视图的宽度 ;pageHeight:框架视图的宽长度 ;delegate:遵从MSTabScrollViewDelegate协议的对象 34 | //非自动布局时需设置框架的frame,请调用setFrame方法 35 | - (id)initWithPageWidth:(CGFloat)pageWidth PageHeight:(CGFloat)pageHeight Delegate:(id)delegate; 36 | 37 | //初始化页面布局,在初始化框架并设定好属性后手动调用 38 | - (void)handleLayout; 39 | 40 | //刷新下部滚动视图的contentSize,在使用autoLayout时需要在controller的viewDidAppear中调用 41 | - (void)resetPageViewContentSize; 42 | 43 | //当程序需要自动适应设备旋转时,在controller的系统回调方法中调用 44 | - (void)updatePageViewConstraint:(InterfaceOrientation)orientation; 45 | @end 46 | 47 | @protocol MSTabScrollViewDelegate 48 | - (UIView *)tabScrollView:(UIScrollView *)tabScrollView pageViewForTabIndex:(NSInteger)tabIndex; 49 | - (NSString *)tabScrollView:(UIScrollView *)tabScrollView titleForTabIndex:(NSInteger)tabIndex; 50 | @required 51 | - (NSInteger)NumberOfTabInTabScrollView:(UIScrollView *)tabScrollView; 52 | @end 53 | 54 | //内部类,无需调用 55 | //********************************************************************* 56 | #pragma mark - MSTabView 57 | @protocol MSTabViewDelegate 58 | 59 | - (void)msTabTableView:(UITableView *)tableView didSelectRowAtIndex:(NSInteger)index; 60 | - (void)msScrollViewDidScroll:(UIScrollView *)scrollView; 61 | - (NSString *)msTitleViewTextGet:(NSInteger)index; 62 | @end 63 | 64 | @interface MSTabView : UIView 65 | @property (nonatomic, assign) id delegate; 66 | @property (nonatomic, assign) NSInteger locateTabIndex; 67 | @property (nonatomic, strong) NSLayoutConstraint *sliderViewConstraintX; 68 | @property (nonatomic, strong) NSLayoutConstraint *sliderViewConstraintWidth; 69 | 70 | - (id)initWithDelegate:(id)delegate; 71 | - (void)updateTab; 72 | - (CGFloat)getSizeHeight; 73 | - (CGFloat)getOffsetY; 74 | - (void)setTabContentOffset:(CGPoint)offset animated:(BOOL)animated; 75 | - (void)updateSliderLayout:(CGFloat)location width:(CGFloat)width; 76 | @end 77 | 78 | @interface NSString (MSExtension) 79 | 80 | - (CGSize)customSizeWithFont:(UIFont *)font 81 | constrainedToSize:(CGSize)size 82 | lineBreakMode:(NSLineBreakMode)mode; 83 | 84 | @end 85 | 86 | @interface UIView (MSExtension) 87 | 88 | - (void)setCustomLayoutWithVisualFormat1:(NSString *)format1 89 | Format2:(NSString *)format2 90 | metrics:(NSDictionary *)metrics 91 | superView:(UIView *)superView; 92 | 93 | @end 94 | //********************************************************************* -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/LaunchScreen-PartialInfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Main-SBPartialInfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/AppDelegate.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/AppDelegate.m \ 3 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/PrefixHeader.pch \ 4 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/UIView+Extension.h \ 5 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/AppDelegate.h 6 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/AppDelegate.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/AppDelegate.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/AppDelegate.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/AppDelegate.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/MSTabScrollView.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/MSTabScrollView.m \ 3 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/PrefixHeader.pch \ 4 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/UIView+Extension.h \ 5 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/MSTabScrollView.h \ 6 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/MSTabView.h \ 7 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/NSString+Extension.h 8 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/MSTabScrollView.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/MSTabScrollView.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/MSTabScrollView.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/MSTabScrollView.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/MSTabView.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/MSTabView.m \ 3 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/PrefixHeader.pch \ 4 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/UIView+Extension.h \ 5 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/MSTabView.h \ 6 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/NSString+Extension.h \ 7 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/MSTabScrollView.h 8 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/MSTabView.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/MSTabView.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/MSTabView.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/MSTabView.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/NSString+Extension.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/NSString+Extension.m \ 3 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/PrefixHeader.pch \ 4 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/UIView+Extension.h \ 5 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/NSString+Extension.h 6 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/NSString+Extension.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/NSString+Extension.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/NSString+Extension.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/NSString+Extension.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/PageScrollView-Demo.LinkFileList: -------------------------------------------------------------------------------- 1 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/ViewController.o 2 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/AppDelegate.o 3 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/main.o 4 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/PageScrollView-Demo_dependency_info.dat: -------------------------------------------------------------------------------- 1 | @(#)PROGRAM:ld PROJECT:ld64-241.8 2 | /Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/PageScrollView-Demo.LinkFileList/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/Foundation.framework/Foundation/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libobjc.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libobjc.so/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libobjc.a/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libSystem.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libSystem.so/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libSystem.a/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/lib/darwin/libclang_rt.ios.a@/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/PageScrollView-Demo/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/MSTabView.o/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/ViewController.o/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/AppDelegate.o/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/UIView+Extension.o/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/main.o/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/MSTabScrollView.o/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/NSString+Extension.o/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//Foundation.framework/Foundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libobjc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libSystem.dylib/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/lib/darwin/libclang_rt.ios.a/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/CoreFoundation.framework/CoreFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//CoreFoundation.framework/CoreFoundation/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/Foundation.framework/Foundation/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/Metal.framework/Metal/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//Metal.framework/Metal/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/CoreVideo.framework/CoreVideo/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//CoreVideo.framework/CoreVideo/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/CoreImage.framework/CoreImage/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//CoreImage.framework/CoreImage/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/Security.framework/Security/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//Security.framework/Security/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/CFNetwork.framework/CFNetwork/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//CFNetwork.framework/CFNetwork/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/CoreGraphics.framework/CoreGraphics/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//CoreGraphics.framework/CoreGraphics/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/OpenGLES.framework/OpenGLES/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//OpenGLES.framework/OpenGLES/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/QuartzCore.framework/QuartzCore/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//QuartzCore.framework/QuartzCore/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/CoreText.framework/CoreText/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//CoreText.framework/CoreText/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/UIKit.framework/UIKit/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//UIKit.framework/UIKit/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/UIFoundation.framework/UIFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//UIFoundation.framework/UIFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libcache.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libcache.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libcache.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libcommonCrypto.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libcommonCrypto.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libcommonCrypto.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libcompiler_rt.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libcompiler_rt.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libcompiler_rt.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libcopyfile.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libcopyfile.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libcopyfile.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libcorecrypto.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libcorecrypto.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libcorecrypto.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libdispatch.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libdispatch.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libdispatch.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libdyld.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libdyld.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libdyld.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/liblaunch.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/liblaunch.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/liblaunch.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libmacho.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libmacho.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libmacho.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libremovefile.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libremovefile.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libremovefile.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_asl.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_asl.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_asl.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_blocks.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_blocks.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_blocks.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_c.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_c.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_c.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_configuration.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_configuration.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_configuration.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_coreservices.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_coreservices.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_coreservices.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_coretls.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_coretls.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_coretls.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_dnssd.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_dnssd.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_dnssd.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_info.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_info.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_info.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_kernel.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_kernel.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_kernel.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_m.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_m.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_m.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_malloc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_malloc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_malloc.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_network.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_network.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_network.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_networkextension.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_networkextension.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_networkextension.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_notify.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_notify.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_notify.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_platform.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_platform.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_platform.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_pthread.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_pthread.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_pthread.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_sandbox.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_sandbox.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_sandbox.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_stats.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_stats.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_stats.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_trace.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_trace.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_trace.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libunwind.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libunwind.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libunwind.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libxpc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libxpc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libxpc.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libextension.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libextension.dylib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/UIView+Extension.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/UIView+Extension.m \ 3 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/PrefixHeader.pch \ 4 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/UIView+Extension.h 5 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/UIView+Extension.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/UIView+Extension.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/UIView+Extension.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/UIView+Extension.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/ViewController.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/ViewController.m \ 3 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/PrefixHeader.pch \ 4 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/UIView+Extension.h \ 5 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/ViewController.h \ 6 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/MSTabScrollView.h \ 7 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/MSTabView.h \ 8 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/NSString+Extension.h 9 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/ViewController.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/ViewController.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/ViewController.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/ViewController.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/main.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/main.m \ 3 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/PrefixHeader.pch \ 4 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/UIView+Extension.h \ 5 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-Demo/AppDelegate.h 6 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/main.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/main.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/arm64/main.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/armv7/PageScrollView-Demo.LinkFileList: -------------------------------------------------------------------------------- 1 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/armv7/ViewController.o 2 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/armv7/AppDelegate.o 3 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/Objects-normal/armv7/main.o 4 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/PageScrollView-Demo-all-non-framework-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/PageScrollView-Demo-all-non-framework-target-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/PageScrollView-Demo-all-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/PageScrollView-Demo-all-target-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/PageScrollView-Demo-generated-files.hmap: -------------------------------------------------------------------------------- 1 | pamhx -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/PageScrollView-Demo-own-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/PageScrollView-Demo-own-target-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/PageScrollView-Demo-project-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/PageScrollView-Demo-project-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/PageScrollView-Demo.app.xcent: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | application-identifier 6 | L5EM33V3U3.com.Bubu3d.langze 7 | aps-environment 8 | development 9 | com.apple.developer.team-identifier 10 | L5EM33V3U3 11 | get-task-allow 12 | 13 | keychain-access-groups 14 | 15 | L5EM33V3U3.com.Bubu3d.langze 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/PageScrollView-Demo.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/PageScrollView-Demo.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/assetcatalog_dependencies.txt: -------------------------------------------------------------------------------- 1 | actool-1878/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/assetcatalog_generated_info.plist -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/assetcatalog_generated_info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/dgph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-Demo.build/dgph -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/Objects-normal/arm64/PageScrollView-DemoTests.LinkFileList: -------------------------------------------------------------------------------- 1 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/Objects-normal/arm64/PageScrollView_DemoTests.o 2 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/Objects-normal/arm64/PageScrollView-DemoTests_dependency_info.dat: -------------------------------------------------------------------------------- 1 | @(#)PROGRAM:ld PROJECT:ld64-241.8 2 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/PageScrollView-Demo/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/Objects-normal/arm64/PageScrollView-DemoTests.LinkFileList/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/XCTest.framework/XCTest/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/XCTest.framework/XCTest/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/Foundation.framework/Foundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/Foundation.framework/Foundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/Foundation.framework/Foundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/Foundation.framework/Foundation/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libobjc.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libobjc.so/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libobjc.a/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libSystem.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libSystem.so/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libSystem.a/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/lib/darwin/libclang_rt.ios.a@/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-DemoTests.xctest/PageScrollView-DemoTests/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/PageScrollView-Demo/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/Objects-normal/arm64/PageScrollView_DemoTests.o/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/XCTest/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//Foundation.framework/Foundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libobjc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libSystem.dylib/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/lib/darwin/libclang_rt.ios.a/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/CoreFoundation.framework/CoreFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/CoreFoundation.framework/CoreFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/CoreFoundation.framework/CoreFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/CoreFoundation.framework/CoreFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//CoreFoundation.framework/CoreFoundation/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/Security.framework/Security/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/Security.framework/Security/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/Security.framework/Security/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/Security.framework/Security/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//Security.framework/Security/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/QuartzCore.framework/QuartzCore/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/QuartzCore.framework/QuartzCore/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/QuartzCore.framework/QuartzCore/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/QuartzCore.framework/QuartzCore/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//QuartzCore.framework/QuartzCore/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/XCTest.framework/XCTest/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/XCTest.framework/XCTest/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/Foundation.framework/Foundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/Foundation.framework/Foundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/Foundation.framework/Foundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/Foundation.framework/Foundation/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/Metal.framework/Metal/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/Metal.framework/Metal/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/Metal.framework/Metal/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/Metal.framework/Metal/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//Metal.framework/Metal/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/CoreVideo.framework/CoreVideo/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/CoreVideo.framework/CoreVideo/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/CoreVideo.framework/CoreVideo/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/CoreVideo.framework/CoreVideo/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//CoreVideo.framework/CoreVideo/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/CoreImage.framework/CoreImage/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/CoreImage.framework/CoreImage/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/CoreImage.framework/CoreImage/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/CoreImage.framework/CoreImage/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//CoreImage.framework/CoreImage/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/CFNetwork.framework/CFNetwork/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/CFNetwork.framework/CFNetwork/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/CFNetwork.framework/CFNetwork/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/CFNetwork.framework/CFNetwork/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//CFNetwork.framework/CFNetwork/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/CoreGraphics.framework/CoreGraphics/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/CoreGraphics.framework/CoreGraphics/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/CoreGraphics.framework/CoreGraphics/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/CoreGraphics.framework/CoreGraphics/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//CoreGraphics.framework/CoreGraphics/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/OpenGLES.framework/OpenGLES/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/OpenGLES.framework/OpenGLES/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/OpenGLES.framework/OpenGLES/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/OpenGLES.framework/OpenGLES/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//OpenGLES.framework/OpenGLES/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/CoreText.framework/CoreText/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/CoreText.framework/CoreText/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/CoreText.framework/CoreText/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/CoreText.framework/CoreText/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//CoreText.framework/CoreText/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/UIKit.framework/UIKit/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/UIKit.framework/UIKit/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/UIKit.framework/UIKit/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/UIKit.framework/UIKit/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//UIKit.framework/UIKit/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libextension.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libextension.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libcache.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libcache.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libcache.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libcommonCrypto.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libcommonCrypto.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libcommonCrypto.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libcompiler_rt.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libcompiler_rt.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libcompiler_rt.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libcopyfile.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libcopyfile.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libcopyfile.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libcorecrypto.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libcorecrypto.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libcorecrypto.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libdispatch.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libdispatch.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libdispatch.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libdyld.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libdyld.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libdyld.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/liblaunch.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/liblaunch.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/liblaunch.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libmacho.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libmacho.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libmacho.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libremovefile.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libremovefile.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libremovefile.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_asl.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_asl.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_asl.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_blocks.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_blocks.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_blocks.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_c.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_c.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_c.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_configuration.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_configuration.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_configuration.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_coreservices.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_coreservices.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_coreservices.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_coretls.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_coretls.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_coretls.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_dnssd.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_dnssd.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_dnssd.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_info.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_info.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_info.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_kernel.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_kernel.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_kernel.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_m.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_m.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_m.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_malloc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_malloc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_malloc.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_network.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_network.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_network.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_networkextension.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_networkextension.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_networkextension.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_notify.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_notify.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_notify.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_platform.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_platform.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_platform.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_pthread.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_pthread.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_pthread.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_sandbox.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_sandbox.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_sandbox.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_stats.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_stats.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_stats.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libsystem_trace.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libsystem_trace.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libsystem_trace.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libunwind.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libunwind.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libunwind.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/libxpc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/libxpc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/lib/system/libxpc.dylib/Users/xuqingqing/Desktop/PageScrollView-Demo/Build/Products/Debug-iphoneos/UIFoundation.framework/UIFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/UIFoundation.framework/UIFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/UIFoundation.framework/UIFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/Developer/Library/Frameworks/UIFoundation.framework/UIFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks//UIFoundation.framework/UIFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/Objects-normal/arm64/PageScrollView_DemoTests.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView-Demo/PageScrollView-DemoTests/PageScrollView_DemoTests.m \ 3 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestSuiteRun.h \ 4 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestSuite.h \ 5 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestProbe.h \ 6 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestObserver.h \ 7 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestLog.h \ 8 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestErrors.h \ 9 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestRun.h \ 10 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestCaseRun.h \ 11 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTextCase+AsynchronousTesting.h \ 12 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestDefines.h \ 13 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestCase.h \ 14 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestAssertionsImpl.h \ 15 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestAssertions.h \ 16 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCAbstractTest.h \ 17 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTest.h \ 18 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/module.map 19 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/Objects-normal/arm64/PageScrollView_DemoTests.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/Objects-normal/arm64/PageScrollView_DemoTests.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/Objects-normal/arm64/PageScrollView_DemoTests.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/Objects-normal/arm64/PageScrollView_DemoTests.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/Objects-normal/armv7/PageScrollView-DemoTests.LinkFileList: -------------------------------------------------------------------------------- 1 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/Objects-normal/armv7/PageScrollView_DemoTests.o 2 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/PageScrollView-DemoTests-all-non-framework-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/PageScrollView-DemoTests-all-non-framework-target-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/PageScrollView-DemoTests-all-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/PageScrollView-DemoTests-all-target-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/PageScrollView-DemoTests-generated-files.hmap: -------------------------------------------------------------------------------- 1 | pamhx -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/PageScrollView-DemoTests-own-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/PageScrollView-DemoTests-own-target-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/PageScrollView-DemoTests-project-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/PageScrollView-DemoTests-project-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/PageScrollView-DemoTests.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/PageScrollView-DemoTests.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/dgph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphoneos/PageScrollView-DemoTests.build/dgph -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/LaunchScreen-PartialInfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Main-SBPartialInfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/AppDelegate.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/AppDelegate.m \ 3 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/PrefixHeader.pch \ 4 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/AppDelegate.h 5 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/AppDelegate.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/AppDelegate.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/AppDelegate.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/AppDelegate.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/MSTabScrollView.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/MSTabScrollView.m \ 3 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/PrefixHeader.pch \ 4 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/MSTabScrollView.h 5 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/MSTabScrollView.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/MSTabScrollView.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/MSTabScrollView.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/MSTabScrollView.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/PageScrollView-Demo.LinkFileList: -------------------------------------------------------------------------------- 1 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/ViewController.o 2 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/AppDelegate.o 3 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/main.o 4 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/PageScrollView-Demo_dependency_info.dat: -------------------------------------------------------------------------------- 1 | @(#)PROGRAM:ld PROJECT:ld64-241.8 2 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/PageScrollView-Demo.LinkFileList/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libMSPageTab.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libMSPageTab.so/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libMSPageTab.a/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libMSPageTab.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libMSPageTab.so/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/Foundation.framework/Foundation/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libobjc.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libobjc.so/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libobjc.a/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libobjc.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libobjc.so/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libobjc.a/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libSystem.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libSystem.so/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libSystem.a/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libSystem.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libSystem.so/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libSystem.a/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/lib/darwin/libclang_rt.ios.a@/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/PageScrollView-Demo/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/ViewController.o/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/AppDelegate.o/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/main.o/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libMSPageTab.a/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks//Foundation.framework/Foundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libobjc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libSystem.dylib/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/lib/darwin/libclang_rt.ios.a/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/Foundation.framework/Foundation/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/CoreVideo.framework/CoreVideo/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks//CoreVideo.framework/CoreVideo/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/CoreImage.framework/CoreImage/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks//CoreImage.framework/CoreImage/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/CoreGraphics.framework/CoreGraphics/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks//CoreGraphics.framework/CoreGraphics/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/Security.framework/Security/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks//Security.framework/Security/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/CFNetwork.framework/CFNetwork/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks//CFNetwork.framework/CFNetwork/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/OpenGLES.framework/OpenGLES/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks//OpenGLES.framework/OpenGLES/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/QuartzCore.framework/QuartzCore/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks//QuartzCore.framework/QuartzCore/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/CoreFoundation.framework/CoreFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks//CoreFoundation.framework/CoreFoundation/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/CoreText.framework/CoreText/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks//CoreText.framework/CoreText/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/UIKit.framework/UIKit/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks//UIKit.framework/UIKit/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libextension.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libextension.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libextension.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libcache_sim.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libcache_sim.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libcache_sim.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libcache_sim.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libcommonCrypto.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libcommonCrypto.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libcommonCrypto.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libcommonCrypto.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libcompiler_rt.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libcompiler_rt.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libcompiler_rt.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libcompiler_rt.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libcopyfile.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libcopyfile.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libcopyfile.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libcopyfile.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libcorecrypto.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libcorecrypto.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libcorecrypto.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libcorecrypto.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libdispatch.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libdispatch.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libdispatch.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libdispatch.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libdyld.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libdyld.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libdyld.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libdyld.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/liblaunch.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/liblaunch.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/liblaunch.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/liblaunch.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libmacho_sim.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libmacho_sim.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libmacho_sim.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libmacho_sim.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libremovefile.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libremovefile.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libremovefile.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libremovefile.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_asl.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_asl.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_asl.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_asl.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_sim_blocks.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_sim_blocks.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_sim_blocks.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_sim_blocks.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_sim_c.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_sim_c.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_sim_c.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_sim_c.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_sim_configuration.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_sim_configuration.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_sim_configuration.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_sim_configuration.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_coreservices.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_coreservices.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_coreservices.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_coreservices.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_coretls.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_coretls.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_coretls.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_coretls.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_sim_dnssd.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_sim_dnssd.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_sim_dnssd.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_sim_dnssd.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_sim_info.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_sim_info.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_sim_info.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_sim_info.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_sim_kernel.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_sim_kernel.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_sim_kernel.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_sim_kernel.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_sim_m.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_sim_m.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_sim_m.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_sim_m.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_malloc.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_malloc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_malloc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_malloc.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_network.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_network.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_network.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_network.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_notify.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_notify.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_notify.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_notify.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_sim_platform.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_sim_platform.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_sim_platform.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_sim_platform.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_sim_pthread.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_sim_pthread.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_sim_pthread.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_sim_pthread.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_sim_sandbox.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_sim_sandbox.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_sim_sandbox.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_sim_sandbox.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_sim_trace.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_sim_trace.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_sim_trace.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_sim_trace.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libunwind_sim.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libunwind_sim.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libunwind_sim.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libunwind_sim.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libxpc.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libxpc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libxpc.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libxpc.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/UIFoundation.framework/UIFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks//UIFoundation.framework/UIFoundation/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_kernel.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_kernel.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_kernel.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_kernel.dylib/usr/lib/system/libsystem_kernel.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_platform.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_platform.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_platform.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_platform.dylib/usr/lib/system/libsystem_platform.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/libsystem_pthread.dylib/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libsystem_pthread.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/libsystem_pthread.dylib/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/lib/system/libsystem_pthread.dylib/usr/lib/system/libsystem_pthread.dylib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/ViewController.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/ViewController.m \ 3 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/PrefixHeader.pch \ 4 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/ViewController.h \ 5 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/MSTabScrollView.h 6 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/ViewController.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/ViewController.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/ViewController.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/ViewController.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/main.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/main.m \ 3 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/PrefixHeader.pch \ 4 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-Demo/AppDelegate.h 5 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/main.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/main.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/Objects-normal/x86_64/main.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/PageScrollView-Demo-all-non-framework-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/PageScrollView-Demo-all-non-framework-target-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/PageScrollView-Demo-all-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/PageScrollView-Demo-all-target-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/PageScrollView-Demo-generated-files.hmap: -------------------------------------------------------------------------------- 1 | pamhx -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/PageScrollView-Demo-own-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/PageScrollView-Demo-own-target-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/PageScrollView-Demo-project-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/PageScrollView-Demo-project-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/PageScrollView-Demo.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/PageScrollView-Demo.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/assetcatalog_dependencies.txt: -------------------------------------------------------------------------------- 1 | actool-1878/Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/assetcatalog_generated_info.plist -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/assetcatalog_generated_info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/dgph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-Demo.build/dgph -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/Objects-normal/x86_64/PageScrollView-DemoTests.LinkFileList: -------------------------------------------------------------------------------- 1 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/Objects-normal/x86_64/PageScrollView_DemoTests.o 2 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/Objects-normal/x86_64/PageScrollView_DemoTests.d: -------------------------------------------------------------------------------- 1 | dependencies: \ 2 | /Users/xuqingqing/Desktop/PageScrollView/PageScrollView-Demo/PageScrollView-DemoTests/PageScrollView_DemoTests.m \ 3 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestSuiteRun.h \ 4 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestSuite.h \ 5 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestProbe.h \ 6 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestObserver.h \ 7 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestLog.h \ 8 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestErrors.h \ 9 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestRun.h \ 10 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestCaseRun.h \ 11 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTextCase+AsynchronousTesting.h \ 12 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestDefines.h \ 13 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestCase.h \ 14 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestAssertionsImpl.h \ 15 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestAssertions.h \ 16 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCAbstractTest.h \ 17 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTest.h \ 18 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/module.map 19 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/Objects-normal/x86_64/PageScrollView_DemoTests.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/Objects-normal/x86_64/PageScrollView_DemoTests.dia -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/Objects-normal/x86_64/PageScrollView_DemoTests.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/Objects-normal/x86_64/PageScrollView_DemoTests.o -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/PageScrollView-DemoTests-all-non-framework-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/PageScrollView-DemoTests-all-non-framework-target-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/PageScrollView-DemoTests-all-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/PageScrollView-DemoTests-all-target-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/PageScrollView-DemoTests-generated-files.hmap: -------------------------------------------------------------------------------- 1 | pamhx -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/PageScrollView-DemoTests-own-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/PageScrollView-DemoTests-own-target-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/PageScrollView-DemoTests-project-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/PageScrollView-DemoTests-project-headers.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/PageScrollView-DemoTests.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/PageScrollView-DemoTests.hmap -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/dgph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Intermediates/PageScrollView-Demo.build/Debug-iphonesimulator/PageScrollView-DemoTests.build/dgph -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app.dSYM/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.apple.xcode.dsym.com.Bubu3d.langze 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundlePackageType 12 | dSYM 13 | CFBundleSignature 14 | ???? 15 | CFBundleShortVersionString 16 | 1.0 17 | CFBundleVersion 18 | 1 19 | 20 | 21 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app.dSYM/Contents/Resources/DWARF/PageScrollView-Demo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app.dSYM/Contents/Resources/DWARF/PageScrollView-Demo -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/LaunchScreen.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/LaunchScreen.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/objects-8.0+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/objects-8.0+.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/objects.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/runtime.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/Info-8.0+.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/Info-8.0+.plist -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/Info.plist -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/objects-8.0+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/objects-8.0+.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/objects.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/runtime.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/Info.plist -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/PageScrollView-Demo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/PageScrollView-Demo -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/ResourceRules.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/ResourceRules.plist -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | files 6 | 7 | Base.lproj/LaunchScreen.nib 8 | 9 | HwOWhbp38tIv+JvQKILMF2ChyAw= 10 | 11 | Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/objects-8.0+.nib 12 | 13 | lnxOT8SiyolTEFluxRg7Fecn2Mg= 14 | 15 | Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/objects.nib 16 | 17 | Lw8U9BkbbEarUN8oFCvWcTKoi7E= 18 | 19 | Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/runtime.nib 20 | 21 | CFKru1H1d5hGWFmBQO7NqXfHznA= 22 | 23 | Base.lproj/Main.storyboardc/Info-8.0+.plist 24 | 25 | MDrKFvFWroTb0+KEbQShBcoBvo4= 26 | 27 | Base.lproj/Main.storyboardc/Info.plist 28 | 29 | MDrKFvFWroTb0+KEbQShBcoBvo4= 30 | 31 | Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/objects-8.0+.nib 32 | 33 | Fz//CRxiZMeO2QA+hB6UJFOyvrY= 34 | 35 | Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/objects.nib 36 | 37 | DZrhWVTutqRA6tmXP6R0qK9RlIw= 38 | 39 | Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/runtime.nib 40 | 41 | 0n+W4tzhQt5uuvjkahIzv9sHgcA= 42 | 43 | PkgInfo 44 | 45 | n57qDP4tZfLD1rCS43W0B4LQjzE= 46 | 47 | embedded.mobileprovision 48 | 49 | 58f2a2IthDNON+G/IL/wirO9FNc= 50 | 51 | 52 | files2 53 | 54 | Base.lproj/LaunchScreen.nib 55 | 56 | HwOWhbp38tIv+JvQKILMF2ChyAw= 57 | 58 | Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/objects-8.0+.nib 59 | 60 | lnxOT8SiyolTEFluxRg7Fecn2Mg= 61 | 62 | Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/objects.nib 63 | 64 | Lw8U9BkbbEarUN8oFCvWcTKoi7E= 65 | 66 | Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/runtime.nib 67 | 68 | CFKru1H1d5hGWFmBQO7NqXfHznA= 69 | 70 | Base.lproj/Main.storyboardc/Info-8.0+.plist 71 | 72 | MDrKFvFWroTb0+KEbQShBcoBvo4= 73 | 74 | Base.lproj/Main.storyboardc/Info.plist 75 | 76 | MDrKFvFWroTb0+KEbQShBcoBvo4= 77 | 78 | Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/objects-8.0+.nib 79 | 80 | Fz//CRxiZMeO2QA+hB6UJFOyvrY= 81 | 82 | Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/objects.nib 83 | 84 | DZrhWVTutqRA6tmXP6R0qK9RlIw= 85 | 86 | Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/runtime.nib 87 | 88 | 0n+W4tzhQt5uuvjkahIzv9sHgcA= 89 | 90 | PkgInfo 91 | 92 | n57qDP4tZfLD1rCS43W0B4LQjzE= 93 | 94 | embedded.mobileprovision 95 | 96 | 58f2a2IthDNON+G/IL/wirO9FNc= 97 | 98 | 99 | rules 100 | 101 | .* 102 | 103 | ^Info.plist$ 104 | 105 | omit 106 | 107 | weight 108 | 10 109 | 110 | ^ResourceRules.plist$ 111 | 112 | omit 113 | 114 | weight 115 | 100 116 | 117 | 118 | rules2 119 | 120 | .* 121 | 122 | ^(Frameworks|SharedFrameworks|Plugins|Plug-ins|XPCServices|Helpers|MacOS)/ 123 | 124 | nested 125 | 126 | weight 127 | 0.0 128 | 129 | ^Info.plist$ 130 | 131 | omit 132 | 133 | weight 134 | 10 135 | 136 | ^ResourceRules.plist$ 137 | 138 | omit 139 | 140 | weight 141 | 100 142 | 143 | ^[^/]+$ 144 | 145 | top 146 | 147 | weight 148 | 0.0 149 | 150 | 151 | 152 | 153 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/embedded.mobileprovision: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-Demo.app/embedded.mobileprovision -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-DemoTests.xctest.dSYM/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.apple.xcode.dsym.MS.PageScrollView-DemoTests 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundlePackageType 12 | dSYM 13 | CFBundleSignature 14 | ???? 15 | CFBundleShortVersionString 16 | 1.0 17 | CFBundleVersion 18 | 1 19 | 20 | 21 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-DemoTests.xctest.dSYM/Contents/Resources/DWARF/PageScrollView-DemoTests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-DemoTests.xctest.dSYM/Contents/Resources/DWARF/PageScrollView-DemoTests -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-DemoTests.xctest/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-DemoTests.xctest/Info.plist -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-DemoTests.xctest/PageScrollView-DemoTests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-DemoTests.xctest/PageScrollView-DemoTests -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-DemoTests.xctest/ResourceRules.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-DemoTests.xctest/ResourceRules.plist -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphoneos/PageScrollView-DemoTests.xctest/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | files 6 | 7 | files2 8 | 9 | rules 10 | 11 | .* 12 | 13 | ^Info.plist$ 14 | 15 | omit 16 | 17 | weight 18 | 10 19 | 20 | ^ResourceRules.plist$ 21 | 22 | omit 23 | 24 | weight 25 | 100 26 | 27 | 28 | rules2 29 | 30 | .* 31 | 32 | ^(Frameworks|SharedFrameworks|Plugins|Plug-ins|XPCServices|Helpers|MacOS)/ 33 | 34 | nested 35 | 36 | weight 37 | 0.0 38 | 39 | ^Info.plist$ 40 | 41 | omit 42 | 43 | weight 44 | 10 45 | 46 | ^ResourceRules.plist$ 47 | 48 | omit 49 | 50 | weight 51 | 100 52 | 53 | ^[^/]+$ 54 | 55 | top 56 | 57 | weight 58 | 0.0 59 | 60 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app.dSYM/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.apple.xcode.dsym.com.jusfoun.scrollow 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundlePackageType 12 | dSYM 13 | CFBundleSignature 14 | ???? 15 | CFBundleShortVersionString 16 | 1.0 17 | CFBundleVersion 18 | 1 19 | 20 | 21 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app.dSYM/Contents/Resources/DWARF/PageScrollView-Demo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app.dSYM/Contents/Resources/DWARF/PageScrollView-Demo -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/LaunchScreen.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/LaunchScreen.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/objects-8.0+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/objects-8.0+.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/objects.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib/runtime.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/Info-8.0+.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/Info-8.0+.plist -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/Info.plist -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/objects-8.0+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/objects-8.0+.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/objects.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib/runtime.nib -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/Info.plist -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/PageScrollView-Demo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/PageScrollView-Demo -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-Demo.app/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-DemoTests.xctest.dSYM/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.apple.xcode.dsym.MS.PageScrollView-DemoTests 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundlePackageType 12 | dSYM 13 | CFBundleSignature 14 | ???? 15 | CFBundleShortVersionString 16 | 1.0 17 | CFBundleVersion 18 | 1 19 | 20 | 21 | -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-DemoTests.xctest.dSYM/Contents/Resources/DWARF/PageScrollView-DemoTests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-DemoTests.xctest.dSYM/Contents/Resources/DWARF/PageScrollView-DemoTests -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-DemoTests.xctest/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-DemoTests.xctest/Info.plist -------------------------------------------------------------------------------- /PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-DemoTests.xctest/PageScrollView-DemoTests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/Build/Products/Debug-iphonesimulator/PageScrollView-DemoTests.xctest/PageScrollView-DemoTests -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- 1 | // !$*UTF8*$! 2 | { 3 | archiveVersion = 1; 4 | classes = { 5 | }; 6 | objectVersion = 46; 7 | objects = { 8 | 9 | /* Begin PBXBuildFile section */ 10 | 840E1F351A74E79D00273D86 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 840E1F341A74E79D00273D86 /* main.m */; }; 11 | 840E1F381A74E79D00273D86 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 840E1F371A74E79D00273D86 /* AppDelegate.m */; }; 12 | 840E1F3B1A74E79D00273D86 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 840E1F3A1A74E79D00273D86 /* ViewController.m */; }; 13 | 840E1F3E1A74E79D00273D86 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 840E1F3C1A74E79D00273D86 /* Main.storyboard */; }; 14 | 840E1F401A74E79D00273D86 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 840E1F3F1A74E79D00273D86 /* Images.xcassets */; }; 15 | 840E1F431A74E79D00273D86 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 840E1F411A74E79D00273D86 /* LaunchScreen.xib */; }; 16 | 840E1F4F1A74E79E00273D86 /* PageScrollView_DemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 840E1F4E1A74E79E00273D86 /* PageScrollView_DemoTests.m */; }; 17 | 8492B0031AA0614600B7D361 /* libMSPageTab.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8492B0021AA0614600B7D361 /* libMSPageTab.a */; }; 18 | /* End PBXBuildFile section */ 19 | 20 | /* Begin PBXContainerItemProxy section */ 21 | 840E1F491A74E79E00273D86 /* PBXContainerItemProxy */ = { 22 | isa = PBXContainerItemProxy; 23 | containerPortal = 840E1F271A74E79D00273D86 /* Project object */; 24 | proxyType = 1; 25 | remoteGlobalIDString = 840E1F2E1A74E79D00273D86; 26 | remoteInfo = "PageScrollView-Demo"; 27 | }; 28 | /* End PBXContainerItemProxy section */ 29 | 30 | /* Begin PBXFileReference section */ 31 | 840E1F2F1A74E79D00273D86 /* PageScrollView-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PageScrollView-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 32 | 840E1F331A74E79D00273D86 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 33 | 840E1F341A74E79D00273D86 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 34 | 840E1F361A74E79D00273D86 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; 35 | 840E1F371A74E79D00273D86 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; 36 | 840E1F391A74E79D00273D86 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; 37 | 840E1F3A1A74E79D00273D86 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; 38 | 840E1F3D1A74E79D00273D86 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 39 | 840E1F3F1A74E79D00273D86 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; 40 | 840E1F421A74E79D00273D86 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; 41 | 840E1F481A74E79E00273D86 /* PageScrollView-DemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "PageScrollView-DemoTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 42 | 840E1F4D1A74E79E00273D86 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 43 | 840E1F4E1A74E79E00273D86 /* PageScrollView_DemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PageScrollView_DemoTests.m; sourceTree = ""; }; 44 | 840E1F581A74EA8B00273D86 /* PrefixHeader.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = ""; }; 45 | 8492B0011AA0614600B7D361 /* MSTabScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MSTabScrollView.h; sourceTree = ""; }; 46 | 8492B0021AA0614600B7D361 /* libMSPageTab.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libMSPageTab.a; sourceTree = ""; }; 47 | /* End PBXFileReference section */ 48 | 49 | /* Begin PBXFrameworksBuildPhase section */ 50 | 840E1F2C1A74E79D00273D86 /* Frameworks */ = { 51 | isa = PBXFrameworksBuildPhase; 52 | buildActionMask = 2147483647; 53 | files = ( 54 | 8492B0031AA0614600B7D361 /* libMSPageTab.a in Frameworks */, 55 | ); 56 | runOnlyForDeploymentPostprocessing = 0; 57 | }; 58 | 840E1F451A74E79E00273D86 /* Frameworks */ = { 59 | isa = PBXFrameworksBuildPhase; 60 | buildActionMask = 2147483647; 61 | files = ( 62 | ); 63 | runOnlyForDeploymentPostprocessing = 0; 64 | }; 65 | /* End PBXFrameworksBuildPhase section */ 66 | 67 | /* Begin PBXGroup section */ 68 | 840E1F261A74E79D00273D86 = { 69 | isa = PBXGroup; 70 | children = ( 71 | 840E1F311A74E79D00273D86 /* PageScrollView-Demo */, 72 | 840E1F4B1A74E79E00273D86 /* PageScrollView-DemoTests */, 73 | 840E1F301A74E79D00273D86 /* Products */, 74 | ); 75 | sourceTree = ""; 76 | }; 77 | 840E1F301A74E79D00273D86 /* Products */ = { 78 | isa = PBXGroup; 79 | children = ( 80 | 840E1F2F1A74E79D00273D86 /* PageScrollView-Demo.app */, 81 | 840E1F481A74E79E00273D86 /* PageScrollView-DemoTests.xctest */, 82 | ); 83 | name = Products; 84 | sourceTree = ""; 85 | }; 86 | 840E1F311A74E79D00273D86 /* PageScrollView-Demo */ = { 87 | isa = PBXGroup; 88 | children = ( 89 | 840E1F361A74E79D00273D86 /* AppDelegate.h */, 90 | 840E1F371A74E79D00273D86 /* AppDelegate.m */, 91 | 840E1F391A74E79D00273D86 /* ViewController.h */, 92 | 840E1F3A1A74E79D00273D86 /* ViewController.m */, 93 | 84457C9E1A9F471600E883B0 /* MSPageScrollView */, 94 | 840E1F321A74E79D00273D86 /* Supporting Files */, 95 | ); 96 | path = "PageScrollView-Demo"; 97 | sourceTree = ""; 98 | }; 99 | 840E1F321A74E79D00273D86 /* Supporting Files */ = { 100 | isa = PBXGroup; 101 | children = ( 102 | 840E1F3C1A74E79D00273D86 /* Main.storyboard */, 103 | 840E1F3F1A74E79D00273D86 /* Images.xcassets */, 104 | 840E1F411A74E79D00273D86 /* LaunchScreen.xib */, 105 | 840E1F331A74E79D00273D86 /* Info.plist */, 106 | 840E1F341A74E79D00273D86 /* main.m */, 107 | 840E1F581A74EA8B00273D86 /* PrefixHeader.pch */, 108 | ); 109 | name = "Supporting Files"; 110 | sourceTree = ""; 111 | }; 112 | 840E1F4B1A74E79E00273D86 /* PageScrollView-DemoTests */ = { 113 | isa = PBXGroup; 114 | children = ( 115 | 840E1F4E1A74E79E00273D86 /* PageScrollView_DemoTests.m */, 116 | 840E1F4C1A74E79E00273D86 /* Supporting Files */, 117 | ); 118 | path = "PageScrollView-DemoTests"; 119 | sourceTree = ""; 120 | }; 121 | 840E1F4C1A74E79E00273D86 /* Supporting Files */ = { 122 | isa = PBXGroup; 123 | children = ( 124 | 840E1F4D1A74E79E00273D86 /* Info.plist */, 125 | ); 126 | name = "Supporting Files"; 127 | sourceTree = ""; 128 | }; 129 | 84457C9E1A9F471600E883B0 /* MSPageScrollView */ = { 130 | isa = PBXGroup; 131 | children = ( 132 | 8492B0011AA0614600B7D361 /* MSTabScrollView.h */, 133 | 8492B0021AA0614600B7D361 /* libMSPageTab.a */, 134 | ); 135 | path = MSPageScrollView; 136 | sourceTree = ""; 137 | }; 138 | /* End PBXGroup section */ 139 | 140 | /* Begin PBXNativeTarget section */ 141 | 840E1F2E1A74E79D00273D86 /* PageScrollView-Demo */ = { 142 | isa = PBXNativeTarget; 143 | buildConfigurationList = 840E1F521A74E79E00273D86 /* Build configuration list for PBXNativeTarget "PageScrollView-Demo" */; 144 | buildPhases = ( 145 | 840E1F2B1A74E79D00273D86 /* Sources */, 146 | 840E1F2C1A74E79D00273D86 /* Frameworks */, 147 | 840E1F2D1A74E79D00273D86 /* Resources */, 148 | ); 149 | buildRules = ( 150 | ); 151 | dependencies = ( 152 | ); 153 | name = "PageScrollView-Demo"; 154 | productName = "PageScrollView-Demo"; 155 | productReference = 840E1F2F1A74E79D00273D86 /* PageScrollView-Demo.app */; 156 | productType = "com.apple.product-type.application"; 157 | }; 158 | 840E1F471A74E79E00273D86 /* PageScrollView-DemoTests */ = { 159 | isa = PBXNativeTarget; 160 | buildConfigurationList = 840E1F551A74E79E00273D86 /* Build configuration list for PBXNativeTarget "PageScrollView-DemoTests" */; 161 | buildPhases = ( 162 | 840E1F441A74E79E00273D86 /* Sources */, 163 | 840E1F451A74E79E00273D86 /* Frameworks */, 164 | 840E1F461A74E79E00273D86 /* Resources */, 165 | ); 166 | buildRules = ( 167 | ); 168 | dependencies = ( 169 | 840E1F4A1A74E79E00273D86 /* PBXTargetDependency */, 170 | ); 171 | name = "PageScrollView-DemoTests"; 172 | productName = "PageScrollView-DemoTests"; 173 | productReference = 840E1F481A74E79E00273D86 /* PageScrollView-DemoTests.xctest */; 174 | productType = "com.apple.product-type.bundle.unit-test"; 175 | }; 176 | /* End PBXNativeTarget section */ 177 | 178 | /* Begin PBXProject section */ 179 | 840E1F271A74E79D00273D86 /* Project object */ = { 180 | isa = PBXProject; 181 | attributes = { 182 | LastUpgradeCheck = 0620; 183 | ORGANIZATIONNAME = XQQ; 184 | TargetAttributes = { 185 | 840E1F2E1A74E79D00273D86 = { 186 | CreatedOnToolsVersion = 6.2; 187 | }; 188 | 840E1F471A74E79E00273D86 = { 189 | CreatedOnToolsVersion = 6.2; 190 | TestTargetID = 840E1F2E1A74E79D00273D86; 191 | }; 192 | }; 193 | }; 194 | buildConfigurationList = 840E1F2A1A74E79D00273D86 /* Build configuration list for PBXProject "PageScrollView-Demo" */; 195 | compatibilityVersion = "Xcode 3.2"; 196 | developmentRegion = English; 197 | hasScannedForEncodings = 0; 198 | knownRegions = ( 199 | en, 200 | Base, 201 | ); 202 | mainGroup = 840E1F261A74E79D00273D86; 203 | productRefGroup = 840E1F301A74E79D00273D86 /* Products */; 204 | projectDirPath = ""; 205 | projectRoot = ""; 206 | targets = ( 207 | 840E1F2E1A74E79D00273D86 /* PageScrollView-Demo */, 208 | 840E1F471A74E79E00273D86 /* PageScrollView-DemoTests */, 209 | ); 210 | }; 211 | /* End PBXProject section */ 212 | 213 | /* Begin PBXResourcesBuildPhase section */ 214 | 840E1F2D1A74E79D00273D86 /* Resources */ = { 215 | isa = PBXResourcesBuildPhase; 216 | buildActionMask = 2147483647; 217 | files = ( 218 | 840E1F3E1A74E79D00273D86 /* Main.storyboard in Resources */, 219 | 840E1F431A74E79D00273D86 /* LaunchScreen.xib in Resources */, 220 | 840E1F401A74E79D00273D86 /* Images.xcassets in Resources */, 221 | ); 222 | runOnlyForDeploymentPostprocessing = 0; 223 | }; 224 | 840E1F461A74E79E00273D86 /* Resources */ = { 225 | isa = PBXResourcesBuildPhase; 226 | buildActionMask = 2147483647; 227 | files = ( 228 | ); 229 | runOnlyForDeploymentPostprocessing = 0; 230 | }; 231 | /* End PBXResourcesBuildPhase section */ 232 | 233 | /* Begin PBXSourcesBuildPhase section */ 234 | 840E1F2B1A74E79D00273D86 /* Sources */ = { 235 | isa = PBXSourcesBuildPhase; 236 | buildActionMask = 2147483647; 237 | files = ( 238 | 840E1F3B1A74E79D00273D86 /* ViewController.m in Sources */, 239 | 840E1F381A74E79D00273D86 /* AppDelegate.m in Sources */, 240 | 840E1F351A74E79D00273D86 /* main.m in Sources */, 241 | ); 242 | runOnlyForDeploymentPostprocessing = 0; 243 | }; 244 | 840E1F441A74E79E00273D86 /* Sources */ = { 245 | isa = PBXSourcesBuildPhase; 246 | buildActionMask = 2147483647; 247 | files = ( 248 | 840E1F4F1A74E79E00273D86 /* PageScrollView_DemoTests.m in Sources */, 249 | ); 250 | runOnlyForDeploymentPostprocessing = 0; 251 | }; 252 | /* End PBXSourcesBuildPhase section */ 253 | 254 | /* Begin PBXTargetDependency section */ 255 | 840E1F4A1A74E79E00273D86 /* PBXTargetDependency */ = { 256 | isa = PBXTargetDependency; 257 | target = 840E1F2E1A74E79D00273D86 /* PageScrollView-Demo */; 258 | targetProxy = 840E1F491A74E79E00273D86 /* PBXContainerItemProxy */; 259 | }; 260 | /* End PBXTargetDependency section */ 261 | 262 | /* Begin PBXVariantGroup section */ 263 | 840E1F3C1A74E79D00273D86 /* Main.storyboard */ = { 264 | isa = PBXVariantGroup; 265 | children = ( 266 | 840E1F3D1A74E79D00273D86 /* Base */, 267 | ); 268 | name = Main.storyboard; 269 | sourceTree = ""; 270 | }; 271 | 840E1F411A74E79D00273D86 /* LaunchScreen.xib */ = { 272 | isa = PBXVariantGroup; 273 | children = ( 274 | 840E1F421A74E79D00273D86 /* Base */, 275 | ); 276 | name = LaunchScreen.xib; 277 | sourceTree = ""; 278 | }; 279 | /* End PBXVariantGroup section */ 280 | 281 | /* Begin XCBuildConfiguration section */ 282 | 840E1F501A74E79E00273D86 /* Debug */ = { 283 | isa = XCBuildConfiguration; 284 | buildSettings = { 285 | ALWAYS_SEARCH_USER_PATHS = NO; 286 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 287 | CLANG_CXX_LIBRARY = "libc++"; 288 | CLANG_ENABLE_MODULES = YES; 289 | CLANG_ENABLE_OBJC_ARC = YES; 290 | CLANG_WARN_BOOL_CONVERSION = YES; 291 | CLANG_WARN_CONSTANT_CONVERSION = YES; 292 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 293 | CLANG_WARN_EMPTY_BODY = YES; 294 | CLANG_WARN_ENUM_CONVERSION = YES; 295 | CLANG_WARN_INT_CONVERSION = YES; 296 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 297 | CLANG_WARN_UNREACHABLE_CODE = YES; 298 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 299 | CODE_SIGN_IDENTITY = "iPhone Developer: XinYang Du (642PZE23E3)"; 300 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 301 | COPY_PHASE_STRIP = NO; 302 | ENABLE_STRICT_OBJC_MSGSEND = YES; 303 | GCC_C_LANGUAGE_STANDARD = gnu99; 304 | GCC_DYNAMIC_NO_PIC = NO; 305 | GCC_OPTIMIZATION_LEVEL = 0; 306 | GCC_PREPROCESSOR_DEFINITIONS = ( 307 | "DEBUG=1", 308 | "$(inherited)", 309 | ); 310 | GCC_SYMBOLS_PRIVATE_EXTERN = NO; 311 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 312 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 313 | GCC_WARN_UNDECLARED_SELECTOR = YES; 314 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 315 | GCC_WARN_UNUSED_FUNCTION = YES; 316 | GCC_WARN_UNUSED_VARIABLE = YES; 317 | IPHONEOS_DEPLOYMENT_TARGET = 8.2; 318 | MTL_ENABLE_DEBUG_INFO = YES; 319 | ONLY_ACTIVE_ARCH = YES; 320 | SDKROOT = iphoneos; 321 | TARGETED_DEVICE_FAMILY = "1,2"; 322 | }; 323 | name = Debug; 324 | }; 325 | 840E1F511A74E79E00273D86 /* Release */ = { 326 | isa = XCBuildConfiguration; 327 | buildSettings = { 328 | ALWAYS_SEARCH_USER_PATHS = NO; 329 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 330 | CLANG_CXX_LIBRARY = "libc++"; 331 | CLANG_ENABLE_MODULES = YES; 332 | CLANG_ENABLE_OBJC_ARC = YES; 333 | CLANG_WARN_BOOL_CONVERSION = YES; 334 | CLANG_WARN_CONSTANT_CONVERSION = YES; 335 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 336 | CLANG_WARN_EMPTY_BODY = YES; 337 | CLANG_WARN_ENUM_CONVERSION = YES; 338 | CLANG_WARN_INT_CONVERSION = YES; 339 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 340 | CLANG_WARN_UNREACHABLE_CODE = YES; 341 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 342 | CODE_SIGN_IDENTITY = "iPhone Developer: XinYang Du (642PZE23E3)"; 343 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 344 | COPY_PHASE_STRIP = YES; 345 | ENABLE_NS_ASSERTIONS = NO; 346 | ENABLE_STRICT_OBJC_MSGSEND = YES; 347 | GCC_C_LANGUAGE_STANDARD = gnu99; 348 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 349 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 350 | GCC_WARN_UNDECLARED_SELECTOR = YES; 351 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 352 | GCC_WARN_UNUSED_FUNCTION = YES; 353 | GCC_WARN_UNUSED_VARIABLE = YES; 354 | IPHONEOS_DEPLOYMENT_TARGET = 8.2; 355 | MTL_ENABLE_DEBUG_INFO = NO; 356 | SDKROOT = iphoneos; 357 | TARGETED_DEVICE_FAMILY = "1,2"; 358 | VALIDATE_PRODUCT = YES; 359 | }; 360 | name = Release; 361 | }; 362 | 840E1F531A74E79E00273D86 /* Debug */ = { 363 | isa = XCBuildConfiguration; 364 | buildSettings = { 365 | CODE_SIGN_IDENTITY = "iPhone Developer: XinYang Du (642PZE23E3)"; 366 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 367 | GCC_PREFIX_HEADER = "$(SRCROOT)/PageScrollView-Demo/PrefixHeader.pch"; 368 | INFOPLIST_FILE = "PageScrollView-Demo/Info.plist"; 369 | IPHONEOS_DEPLOYMENT_TARGET = 6.0; 370 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 371 | LIBRARY_SEARCH_PATHS = ( 372 | "$(inherited)", 373 | "$(PROJECT_DIR)/PageScrollView-Demo/MSPageScrollView", 374 | ); 375 | PRODUCT_NAME = "$(TARGET_NAME)"; 376 | PROVISIONING_PROFILE = ""; 377 | TARGETED_DEVICE_FAMILY = 1; 378 | }; 379 | name = Debug; 380 | }; 381 | 840E1F541A74E79E00273D86 /* Release */ = { 382 | isa = XCBuildConfiguration; 383 | buildSettings = { 384 | CODE_SIGN_IDENTITY = "iPhone Developer: XinYang Du (642PZE23E3)"; 385 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 386 | GCC_PREFIX_HEADER = "$(SRCROOT)/PageScrollView-Demo/PrefixHeader.pch"; 387 | INFOPLIST_FILE = "PageScrollView-Demo/Info.plist"; 388 | IPHONEOS_DEPLOYMENT_TARGET = 6.0; 389 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 390 | LIBRARY_SEARCH_PATHS = ( 391 | "$(inherited)", 392 | "$(PROJECT_DIR)/PageScrollView-Demo/MSPageScrollView", 393 | ); 394 | PRODUCT_NAME = "$(TARGET_NAME)"; 395 | PROVISIONING_PROFILE = ""; 396 | TARGETED_DEVICE_FAMILY = 1; 397 | }; 398 | name = Release; 399 | }; 400 | 840E1F561A74E79E00273D86 /* Debug */ = { 401 | isa = XCBuildConfiguration; 402 | buildSettings = { 403 | BUNDLE_LOADER = "$(TEST_HOST)"; 404 | FRAMEWORK_SEARCH_PATHS = ( 405 | "$(SDKROOT)/Developer/Library/Frameworks", 406 | "$(inherited)", 407 | ); 408 | GCC_PREPROCESSOR_DEFINITIONS = ( 409 | "DEBUG=1", 410 | "$(inherited)", 411 | ); 412 | INFOPLIST_FILE = "PageScrollView-DemoTests/Info.plist"; 413 | IPHONEOS_DEPLOYMENT_TARGET = 6.0; 414 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 415 | PRODUCT_NAME = "$(TARGET_NAME)"; 416 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PageScrollView-Demo.app/PageScrollView-Demo"; 417 | }; 418 | name = Debug; 419 | }; 420 | 840E1F571A74E79E00273D86 /* Release */ = { 421 | isa = XCBuildConfiguration; 422 | buildSettings = { 423 | BUNDLE_LOADER = "$(TEST_HOST)"; 424 | FRAMEWORK_SEARCH_PATHS = ( 425 | "$(SDKROOT)/Developer/Library/Frameworks", 426 | "$(inherited)", 427 | ); 428 | INFOPLIST_FILE = "PageScrollView-DemoTests/Info.plist"; 429 | IPHONEOS_DEPLOYMENT_TARGET = 6.0; 430 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 431 | PRODUCT_NAME = "$(TARGET_NAME)"; 432 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PageScrollView-Demo.app/PageScrollView-Demo"; 433 | }; 434 | name = Release; 435 | }; 436 | /* End XCBuildConfiguration section */ 437 | 438 | /* Begin XCConfigurationList section */ 439 | 840E1F2A1A74E79D00273D86 /* Build configuration list for PBXProject "PageScrollView-Demo" */ = { 440 | isa = XCConfigurationList; 441 | buildConfigurations = ( 442 | 840E1F501A74E79E00273D86 /* Debug */, 443 | 840E1F511A74E79E00273D86 /* Release */, 444 | ); 445 | defaultConfigurationIsVisible = 0; 446 | defaultConfigurationName = Release; 447 | }; 448 | 840E1F521A74E79E00273D86 /* Build configuration list for PBXNativeTarget "PageScrollView-Demo" */ = { 449 | isa = XCConfigurationList; 450 | buildConfigurations = ( 451 | 840E1F531A74E79E00273D86 /* Debug */, 452 | 840E1F541A74E79E00273D86 /* Release */, 453 | ); 454 | defaultConfigurationIsVisible = 0; 455 | defaultConfigurationName = Release; 456 | }; 457 | 840E1F551A74E79E00273D86 /* Build configuration list for PBXNativeTarget "PageScrollView-DemoTests" */ = { 458 | isa = XCConfigurationList; 459 | buildConfigurations = ( 460 | 840E1F561A74E79E00273D86 /* Debug */, 461 | 840E1F571A74E79E00273D86 /* Release */, 462 | ); 463 | defaultConfigurationIsVisible = 0; 464 | defaultConfigurationName = Release; 465 | }; 466 | /* End XCConfigurationList section */ 467 | }; 468 | rootObject = 840E1F271A74E79D00273D86 /* Project object */; 469 | } 470 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo.xcodeproj/project.xcworkspace/xcshareddata/PageScrollView-Demo.xccheckout: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDESourceControlProjectFavoriteDictionaryKey 6 | 7 | IDESourceControlProjectIdentifier 8 | C301F762-F8CD-4EFD-92FC-3ADABE28727F 9 | IDESourceControlProjectName 10 | PageScrollView-Demo 11 | IDESourceControlProjectOriginsDictionary 12 | 13 | E11492FF302A3889A1F2519F96AE158C634EC32A 14 | https://github.com/msxuqingqing/MSPageScrollView.git 15 | 16 | IDESourceControlProjectPath 17 | PageScrollView-Demo/PageScrollView-Demo.xcodeproj 18 | IDESourceControlProjectRelativeInstallPathDictionary 19 | 20 | E11492FF302A3889A1F2519F96AE158C634EC32A 21 | ../../.. 22 | 23 | IDESourceControlProjectURL 24 | https://github.com/msxuqingqing/MSPageScrollView.git 25 | IDESourceControlProjectVersion 26 | 111 27 | IDESourceControlProjectWCCIdentifier 28 | E11492FF302A3889A1F2519F96AE158C634EC32A 29 | IDESourceControlProjectWCConfigurations 30 | 31 | 32 | IDESourceControlRepositoryExtensionIdentifierKey 33 | public.vcs.git 34 | IDESourceControlWCCIdentifierKey 35 | E11492FF302A3889A1F2519F96AE158C634EC32A 36 | IDESourceControlWCCName 37 | PageScrollView 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo.xcodeproj/project.xcworkspace/xcuserdata/9cfcf.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/PageScrollView-Demo.xcodeproj/project.xcworkspace/xcuserdata/9cfcf.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo.xcodeproj/project.xcworkspace/xcuserdata/xuqingqing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/PageScrollView-Demo.xcodeproj/project.xcworkspace/xcuserdata/xuqingqing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo.xcodeproj/project.xcworkspace/xcuserdata/xuqingqing.xcuserdatad/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges 6 | 7 | SnapshotAutomaticallyBeforeSignificantChanges 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo.xcodeproj/xcuserdata/9cfcf.xcuserdatad/xcschemes/PageScrollView-Demo.xcscheme: -------------------------------------------------------------------------------- 1 | 2 | 5 | 8 | 9 | 15 | 21 | 22 | 23 | 29 | 35 | 36 | 37 | 38 | 39 | 44 | 45 | 47 | 53 | 54 | 55 | 56 | 57 | 63 | 64 | 65 | 66 | 75 | 76 | 82 | 83 | 84 | 85 | 86 | 87 | 93 | 94 | 100 | 101 | 102 | 103 | 105 | 106 | 109 | 110 | 111 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo.xcodeproj/xcuserdata/9cfcf.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | PageScrollView-Demo.xcscheme 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | SuppressBuildableAutocreation 14 | 15 | 840E1F2E1A74E79D00273D86 16 | 17 | primary 18 | 19 | 20 | 840E1F471A74E79E00273D86 21 | 22 | primary 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo.xcodeproj/xcuserdata/xuqingqing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo.xcodeproj/xcuserdata/xuqingqing.xcuserdatad/xcschemes/PageScrollView-Demo.xcscheme: -------------------------------------------------------------------------------- 1 | 2 | 5 | 8 | 9 | 15 | 21 | 22 | 23 | 29 | 35 | 36 | 37 | 38 | 39 | 44 | 45 | 47 | 53 | 54 | 55 | 56 | 57 | 63 | 64 | 65 | 66 | 75 | 77 | 83 | 84 | 85 | 86 | 87 | 88 | 94 | 96 | 102 | 103 | 104 | 105 | 107 | 108 | 111 | 112 | 113 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo.xcodeproj/xcuserdata/xuqingqing.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | PageScrollView-Demo.xcscheme 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | SuppressBuildableAutocreation 14 | 15 | 840E1F2E1A74E79D00273D86 16 | 17 | primary 18 | 19 | 20 | 840E1F471A74E79E00273D86 21 | 22 | primary 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // PageScrollView-Demo 4 | // 5 | // Created by XuQingQing on 15-1-25. 6 | // Copyright (c) 2015年 XQQ. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/AppDelegate.m: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.m 3 | // PageScrollView-Demo 4 | // 5 | // Created by XuQingQing on 15-1-25. 6 | // Copyright (c) 2015年 XQQ. All rights reserved. 7 | // 8 | 9 | #import "AppDelegate.h" 10 | 11 | @interface AppDelegate () 12 | 13 | @end 14 | 15 | @implementation AppDelegate 16 | 17 | 18 | - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { 19 | // Override point for customization after application launch. 20 | return YES; 21 | } 22 | 23 | - (void)applicationWillResignActive:(UIApplication *)application { 24 | // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. 25 | // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. 26 | } 27 | 28 | - (void)applicationDidEnterBackground:(UIApplication *)application { 29 | // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. 30 | // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. 31 | } 32 | 33 | - (void)applicationWillEnterForeground:(UIApplication *)application { 34 | // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. 35 | } 36 | 37 | - (void)applicationDidBecomeActive:(UIApplication *)application { 38 | // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. 39 | } 40 | 41 | - (void)applicationWillTerminate:(UIApplication *)application { 42 | // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. 43 | } 44 | @end 45 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/Base.lproj/LaunchScreen.xib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 20 | 26 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "iphone", 5 | "size" : "29x29", 6 | "scale" : "2x" 7 | }, 8 | { 9 | "idiom" : "iphone", 10 | "size" : "29x29", 11 | "scale" : "3x" 12 | }, 13 | { 14 | "idiom" : "iphone", 15 | "size" : "40x40", 16 | "scale" : "2x" 17 | }, 18 | { 19 | "idiom" : "iphone", 20 | "size" : "40x40", 21 | "scale" : "3x" 22 | }, 23 | { 24 | "idiom" : "iphone", 25 | "size" : "60x60", 26 | "scale" : "2x" 27 | }, 28 | { 29 | "idiom" : "iphone", 30 | "size" : "60x60", 31 | "scale" : "3x" 32 | }, 33 | { 34 | "idiom" : "ipad", 35 | "size" : "29x29", 36 | "scale" : "1x" 37 | }, 38 | { 39 | "idiom" : "ipad", 40 | "size" : "29x29", 41 | "scale" : "2x" 42 | }, 43 | { 44 | "idiom" : "ipad", 45 | "size" : "40x40", 46 | "scale" : "1x" 47 | }, 48 | { 49 | "idiom" : "ipad", 50 | "size" : "40x40", 51 | "scale" : "2x" 52 | }, 53 | { 54 | "idiom" : "ipad", 55 | "size" : "76x76", 56 | "scale" : "1x" 57 | }, 58 | { 59 | "idiom" : "ipad", 60 | "size" : "76x76", 61 | "scale" : "2x" 62 | } 63 | ], 64 | "info" : { 65 | "version" : 1, 66 | "author" : "xcode" 67 | } 68 | } -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/Images.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "orientation" : "portrait", 5 | "idiom" : "iphone", 6 | "minimum-system-version" : "7.0", 7 | "subtype" : "retina4", 8 | "scale" : "2x" 9 | }, 10 | { 11 | "idiom" : "iphone", 12 | "scale" : "1x", 13 | "orientation" : "portrait" 14 | }, 15 | { 16 | "idiom" : "iphone", 17 | "scale" : "2x", 18 | "orientation" : "portrait" 19 | }, 20 | { 21 | "orientation" : "portrait", 22 | "idiom" : "iphone", 23 | "subtype" : "retina4", 24 | "scale" : "2x" 25 | }, 26 | { 27 | "orientation" : "portrait", 28 | "idiom" : "iphone", 29 | "minimum-system-version" : "7.0", 30 | "scale" : "2x" 31 | } 32 | ], 33 | "info" : { 34 | "version" : 1, 35 | "author" : "xcode" 36 | } 37 | } -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIcons 10 | 11 | CFBundleIcons~ipad 12 | 13 | CFBundleIdentifier 14 | com.jusfoun.scrollow 15 | CFBundleInfoDictionaryVersion 16 | 6.0 17 | CFBundleName 18 | $(PRODUCT_NAME) 19 | CFBundlePackageType 20 | APPL 21 | CFBundleShortVersionString 22 | 1.0 23 | CFBundleSignature 24 | ???? 25 | CFBundleVersion 26 | 1 27 | LSApplicationCategoryType 28 | 29 | LSRequiresIPhoneOS 30 | 31 | UILaunchStoryboardName 32 | LaunchScreen 33 | UIMainStoryboardFile 34 | Main 35 | UIRequiredDeviceCapabilities 36 | 37 | armv7 38 | 39 | UIStatusBarHidden 40 | 41 | UIStatusBarStyle 42 | UIStatusBarStyleBlackOpaque 43 | UISupportedInterfaceOrientations 44 | 45 | UIInterfaceOrientationPortrait 46 | UIInterfaceOrientationLandscapeLeft 47 | UIInterfaceOrientationLandscapeRight 48 | 49 | UISupportedInterfaceOrientations~ipad 50 | 51 | UIInterfaceOrientationPortrait 52 | UIInterfaceOrientationPortraitUpsideDown 53 | UIInterfaceOrientationLandscapeLeft 54 | UIInterfaceOrientationLandscapeRight 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/MSTabScrollView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MSTabScrollView.h 3 | // PageScrollView-Demo 4 | // 5 | // Created by XuQingQing on 15-1-26. 6 | // Copyright (c) 2015年 XQQ. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | typedef enum { 12 | InterfaceOrientationPortrait, 13 | InterfaceOrientationLandscape 14 | }InterfaceOrientation; 15 | 16 | @protocol MSTabScrollViewDelegate; 17 | 18 | @interface MSTabScrollView : UIView 19 | 20 | //遵从MSTabScrollViewDelegate协议的对象 21 | @property (nonatomic, assign) id delegate; 22 | //Tab标题选中时的颜色 23 | @property (nonatomic, strong) UIColor *tabSelectedColor; 24 | //Tab背景颜色 25 | @property (nonatomic, strong) UIColor *tabBackgroundColor; 26 | //Tab中被选中标题的位置 27 | @property (nonatomic, assign) NSInteger selectedTabIndex; 28 | //是否开启同时存在的页数个数的限制 29 | //YES:同时最多存在3页; NO:一次性初始化所有页面,无页数限制 30 | @property (nonatomic, assign) BOOL isNeedPageCountLimit; 31 | 32 | //框架初始化 33 | //pageWidth:框架视图的宽度 ;pageHeight:框架视图的宽长度 ;delegate:遵从MSTabScrollViewDelegate协议的对象 34 | //非自动布局时需设置框架的frame,请调用setFrame方法 35 | - (id)initWithPageWidth:(CGFloat)pageWidth PageHeight:(CGFloat)pageHeight Delegate:(id)delegate; 36 | 37 | //初始化页面布局,在初始化框架并设定好属性后手动调用 38 | - (void)handleLayout; 39 | 40 | //刷新下部滚动视图的contentSize,在使用autoLayout时需要在controller的viewDidAppear中调用 41 | - (void)resetPageViewContentSize; 42 | 43 | //当程序需要自动适应设备旋转时,在controller的系统回调方法中调用 44 | - (void)updatePageViewConstraint:(InterfaceOrientation)orientation; 45 | @end 46 | 47 | @protocol MSTabScrollViewDelegate 48 | - (UIView *)tabScrollView:(UIScrollView *)tabScrollView pageViewForTabIndex:(NSInteger)tabIndex; 49 | - (NSString *)tabScrollView:(UIScrollView *)tabScrollView titleForTabIndex:(NSInteger)tabIndex; 50 | @required 51 | - (NSInteger)NumberOfTabInTabScrollView:(UIScrollView *)tabScrollView; 52 | @end 53 | 54 | //内部类,无需调用 55 | //********************************************************************* 56 | #pragma mark - MSTabView 57 | @protocol MSTabViewDelegate 58 | 59 | - (void)msTabTableView:(UITableView *)tableView didSelectRowAtIndex:(NSInteger)index; 60 | - (void)msScrollViewDidScroll:(UIScrollView *)scrollView; 61 | - (NSString *)msTitleViewTextGet:(NSInteger)index; 62 | @end 63 | 64 | @interface MSTabView : UIView 65 | @property (nonatomic, assign) id delegate; 66 | @property (nonatomic, assign) NSInteger locateTabIndex; 67 | @property (nonatomic, strong) NSLayoutConstraint *sliderViewConstraintX; 68 | @property (nonatomic, strong) NSLayoutConstraint *sliderViewConstraintWidth; 69 | 70 | - (id)initWithDelegate:(id)delegate; 71 | - (void)updateTab; 72 | - (CGFloat)getSizeHeight; 73 | - (CGFloat)getOffsetY; 74 | - (void)setTabContentOffset:(CGPoint)offset animated:(BOOL)animated; 75 | - (void)updateSliderLayout:(CGFloat)location width:(CGFloat)width; 76 | @end 77 | 78 | @interface NSString (MSExtension) 79 | 80 | - (CGSize)customSizeWithFont:(UIFont *)font 81 | constrainedToSize:(CGSize)size 82 | lineBreakMode:(NSLineBreakMode)mode; 83 | 84 | @end 85 | 86 | @interface UIView (MSExtension) 87 | 88 | - (void)setCustomLayoutWithVisualFormat1:(NSString *)format1 89 | Format2:(NSString *)format2 90 | metrics:(NSDictionary *)metrics 91 | superView:(UIView *)superView; 92 | 93 | @end 94 | //********************************************************************* -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libMSPageTab.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/PageScrollView-Demo/PageScrollView-Demo/MSPageScrollView/libMSPageTab.a -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/PrefixHeader.pch: -------------------------------------------------------------------------------- 1 | // 2 | // PrefixHeader.pch 3 | // PageScrollView-Demo 4 | // 5 | // Created by XuQingQing on 15-1-25. 6 | // Copyright (c) 2015年 XQQ. All rights reserved. 7 | // 8 | 9 | #ifndef PageScrollView_Demo_PrefixHeader_pch 10 | #define PageScrollView_Demo_PrefixHeader_pch 11 | 12 | // Include any system framework and library headers here that should be included in all compilation units. 13 | // You will also need to set the Prefix Header build setting of one or more of your targets to reference this file. 14 | 15 | //设备屏幕宽高 16 | #define KDevice_Width [[UIScreen mainScreen] bounds].size.width 17 | #define KDevice_Height [[UIScreen mainScreen] bounds].size.height 18 | #endif -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // PageScrollView-Demo 4 | // 5 | // Created by XuQingQing on 15-1-25. 6 | // Copyright (c) 2015年 XQQ. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MSTabScrollView.h" 11 | 12 | @interface ViewController : UIViewController 13 | 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/ViewController.m: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.m 3 | // PageScrollView-Demo 4 | // 5 | // Created by XuQingQing on 15-1-25. 6 | // Copyright (c) 2015年 XQQ. All rights reserved. 7 | // 8 | 9 | #import "ViewController.h" 10 | #define kTabHeight 44 11 | #define kBottomHeight 49 12 | #define kStatusBarHeight 20 13 | 14 | @interface ViewController () 15 | @property (nonatomic, strong) MSTabScrollView *tabScrollView; 16 | @property (nonatomic, strong) NSArray *titleArray; 17 | @end 18 | 19 | @implementation ViewController 20 | 21 | - (void)viewDidLoad { 22 | [super viewDidLoad]; 23 | [self createPageScrollView]; 24 | [self createBottomView]; 25 | // Do any additional setup after loading the view, typically from a nib. 26 | } 27 | 28 | - (void)viewDidAppear:(BOOL)animated { 29 | [super viewDidAppear:animated]; 30 | [self.tabScrollView resetPageViewContentSize]; 31 | } 32 | 33 | - (void)didReceiveMemoryWarning { 34 | [super didReceiveMemoryWarning]; 35 | // Dispose of any resources that can be recreated. 36 | } 37 | 38 | - (void)createPageScrollView { 39 | self.titleArray = @[@"头条", @"新鲜事", @"体育直播", @"动漫", @"游戏", @"手机", @"财经", @"宠物", @"本地", @"汽车", @"旅游", @"趣味", @"世界杯"]; 40 | self.view.backgroundColor = [UIColor whiteColor]; 41 | CGFloat pageHeight = KDevice_Height - kStatusBarHeight - kBottomHeight; 42 | CGFloat pageWidth = KDevice_Width; 43 | self.tabScrollView = [[MSTabScrollView alloc]initWithPageWidth:pageWidth PageHeight:pageHeight Delegate:self]; 44 | self.tabScrollView.tabSelectedColor = [UIColor colorWithRed:0/255.0 green:160/255.0 blue:233/255.0 alpha:1]; //默认颜色,可不设置 45 | self.tabScrollView.tabBackgroundColor = [UIColor colorWithRed:0.9 green:0.9 blue:0.9 alpha:1]; //默认颜色,可不设置 46 | self.tabScrollView.selectedTabIndex = 0; //默认位置,可不设置 47 | self.tabScrollView.isNeedPageCountLimit = NO; //默认不限制,可不设置 48 | [self.tabScrollView handleLayout]; 49 | [self.view addSubview:self.tabScrollView]; 50 | 51 | 52 | //使用自动布局,非自动布局时去掉 53 | NSDictionary *metrics = @{@"TopHeight":@(kStatusBarHeight),@"BottomHeight":@(kTabHeight)}; 54 | [self.tabScrollView setCustomLayoutWithVisualFormat1:@"H:|[view]|" 55 | Format2:@"V:|-TopHeight-[view]-BottomHeight-|" 56 | metrics:metrics 57 | superView:self.view]; 58 | 59 | 60 | //非自动布局时需设置self.tabScrollView的frame, 代替上面代码 61 | // [self.tabScrollView setFrame:CGRectMake(0, kStatusBarHeight, pageWidth, pageHeight)]; 62 | } 63 | 64 | - (void)createBottomView { 65 | UIView *bottomView = [[UIView alloc]init]; 66 | bottomView.backgroundColor = [UIColor colorWithRed:0.9 green:0.9 blue:0.9 alpha:1]; 67 | [self.view addSubview:bottomView]; 68 | NSDictionary *metrics = @{@"Height":@(kBottomHeight)}; 69 | [bottomView setCustomLayoutWithVisualFormat1:@"H:|[view]|" 70 | Format2:@"V:[view(Height)]|" 71 | metrics:metrics 72 | superView:self.view]; 73 | 74 | UILabel *titleLabel = [[UILabel alloc]init]; 75 | titleLabel.text = @"请尝试左右滑动"; 76 | titleLabel.backgroundColor = [UIColor clearColor]; 77 | titleLabel.alpha = 0.5; 78 | titleLabel.textAlignment = NSTextAlignmentCenter; 79 | [bottomView addSubview:titleLabel]; 80 | [titleLabel setCustomLayoutWithVisualFormat1:@"H:|[view]|" 81 | Format2:@"V:|[view]|" 82 | metrics:nil 83 | superView:bottomView]; 84 | } 85 | 86 | #pragma mark - MSTabScrollViewDelegate 87 | - (NSInteger)NumberOfTabInTabScrollView:(UIScrollView *)tabScrollView { 88 | return self.titleArray.count; 89 | } 90 | 91 | - (UIView *)tabScrollView:(UIScrollView *)tabScrollView pageViewForTabIndex:(NSInteger)tabIndex { 92 | UIView *pageView = [[UIView alloc]init]; 93 | pageView.backgroundColor = [UIColor grayColor]; 94 | 95 | UILabel *label = [[UILabel alloc]init]; 96 | label.backgroundColor = [UIColor yellowColor]; 97 | label.text = [NSString stringWithFormat:@"第%ld页",tabIndex + 1]; 98 | label.textAlignment = NSTextAlignmentCenter; 99 | [pageView addSubview:label]; 100 | 101 | [label setCustomLayoutWithVisualFormat1:@"H:|[view]|" 102 | Format2:@"V:|-100-[view(40)]" 103 | metrics:nil 104 | superView:pageView]; 105 | return pageView; 106 | } 107 | 108 | - (NSString *)tabScrollView:(UIScrollView *)tabScrollView titleForTabIndex:(NSInteger)tabIndex { 109 | if (tabIndex < self.titleArray.count) { 110 | return self.titleArray[tabIndex]; 111 | } 112 | return nil; 113 | } 114 | 115 | //适应设备旋转时增加以下部分代码 116 | #pragma mark - UIViewControllerRotation 117 | - (BOOL)shouldAutorotate 118 | { 119 | return YES; 120 | } 121 | 122 | - (NSUInteger)supportedInterfaceOrientations 123 | 124 | { 125 | return UIInterfaceOrientationMaskAllButUpsideDown; 126 | } 127 | 128 | - (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration { 129 | [super willAnimateRotationToInterfaceOrientation:toInterfaceOrientation duration:duration]; 130 | switch (toInterfaceOrientation) { 131 | case UIInterfaceOrientationPortrait: 132 | case UIInterfaceOrientationPortraitUpsideDown: 133 | [self.tabScrollView updatePageViewConstraint:InterfaceOrientationPortrait]; 134 | break; 135 | case UIInterfaceOrientationLandscapeLeft: 136 | case UIInterfaceOrientationLandscapeRight: 137 | [self.tabScrollView updatePageViewConstraint:InterfaceOrientationLandscape]; 138 | default: 139 | break; 140 | } 141 | } 142 | - (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation { 143 | [[UIApplication sharedApplication] setStatusBarHidden:NO withAnimation:NO]; 144 | [UIApplication sharedApplication].statusBarOrientation = UIInterfaceOrientationPortrait; 145 | [[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationPortrait animated:YES]; 146 | } 147 | @end 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-Demo/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // PageScrollView-Demo 4 | // 5 | // Created by XuQingQing on 15-1-25. 6 | // Copyright (c) 2015年 XQQ. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-DemoTests/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | MS.$(PRODUCT_NAME:rfc1034identifier) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | BNDL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1 23 | 24 | 25 | -------------------------------------------------------------------------------- /PageScrollView-Demo/PageScrollView-DemoTests/PageScrollView_DemoTests.m: -------------------------------------------------------------------------------- 1 | // 2 | // PageScrollView_DemoTests.m 3 | // PageScrollView-DemoTests 4 | // 5 | // Created by XuQingQing on 15-1-25. 6 | // Copyright (c) 2015年 XQQ. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface PageScrollView_DemoTests : XCTestCase 13 | 14 | @end 15 | 16 | @implementation PageScrollView_DemoTests 17 | 18 | - (void)setUp { 19 | [super setUp]; 20 | // Put setup code here. This method is called before the invocation of each test method in the class. 21 | } 22 | 23 | - (void)tearDown { 24 | // Put teardown code here. This method is called after the invocation of each test method in the class. 25 | [super tearDown]; 26 | } 27 | 28 | - (void)testExample { 29 | // This is an example of a functional test case. 30 | XCTAssert(YES, @"Pass"); 31 | } 32 | 33 | - (void)testPerformanceExample { 34 | // This is an example of a performance test case. 35 | [self measureBlock:^{ 36 | // Put the code you want to measure the time of here. 37 | }]; 38 | } 39 | 40 | @end 41 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MSPageScrollView 2 | iOS横向多页滑动,多导航页切换,横向TableView,原生乐视视频频道页框架,类似网易新闻,腾讯新闻手机客户端等交互方式,已添加autoLayout自动布局,适应设备旋转,可用于iPhone,iPad软件开发。 3 | *** 4 | # 截图 5 | ![](https://github.com/msxuqingqing/MSPageScrollView/blob/master/screenshots/1.png) 6 | ![](https://github.com/msxuqingqing/MSPageScrollView/blob/master/screenshots/2.png) 7 | ![](https://github.com/msxuqingqing/MSPageScrollView/blob/master/screenshots/3.png) 8 | ![](https://github.com/msxuqingqing/MSPageScrollView/blob/master/screenshots/4.png) 9 | ![](https://github.com/msxuqingqing/MSPageScrollView/blob/master/screenshots/5.png) -------------------------------------------------------------------------------- /libMSPageTab.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/libMSPageTab.a -------------------------------------------------------------------------------- /screenshots/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/screenshots/1.png -------------------------------------------------------------------------------- /screenshots/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/screenshots/2.png -------------------------------------------------------------------------------- /screenshots/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/screenshots/3.png -------------------------------------------------------------------------------- /screenshots/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/screenshots/4.png -------------------------------------------------------------------------------- /screenshots/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msxuqingqing/MSPageScrollView/7e1257ce9b2a90c063e11184faf076579c9f84c0/screenshots/5.png -------------------------------------------------------------------------------- /使用说明.txt: -------------------------------------------------------------------------------- 1 | 使用说明: 2 | 添加MSTabScrollView.h和libMSPageTab.a到工程,调用见demo 3 | 简介: 4 | iOS横向多页滑动,多导航页切换,横向TableView,原生乐视视频频道页框架,类似网易新闻,腾讯新闻手机客户端等交互方式,已添加autoLayout自动布局,适应设备旋转,可用于iPhone,iPad软件开发。 --------------------------------------------------------------------------------