File tree Expand file tree Collapse file tree
SGPagingViewExample.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ SGPageContentCollectionView(内部由 UICollectionView 实现)
9292* 若在使用 CocoaPods 安装 SGPagingView 时,出现 [ !] Unable to find a specification for SGPagingView 提示时,打开终端先输入 pod repo remove master;执行完毕后再输入 pod setup 即可 (可能会等待一段时间)
9393***
9494
95- ### 二、标题文字缩放属性与指示器关系
96- * 标题文字缩放属性与指示器下划线、遮盖样式不兼容,但固定及动态样式兼容
95+ ### 二、父子视图 autolayout 及 frame
96+ * 父视图使用 autolayout 约束,子视图也需使用 autolayout 去约束;父视图使用 frame 布局,子视图也需使用 frame 去布局
9797***
9898
9999### 三、关于父子控制器的说明(SGPageContentScrollView 与 SGPageContentCollectionView)
@@ -184,6 +184,8 @@ b. 实现 SGPageContentScrollView 的 pageContentScrollView:index:代理方法
184184
185185* 2019-07-27 :v1.6.7 支持标题文字上下行样式以及 titleGradientEffect 属性与 resetTitleColor:titleSelectedColor: 方法的兼容
186186
187+ * 2019-07-27 :v1.6.8 SGPageTitleViewConfigure 添加 bounce 属性
188+
187189
188190## License
189191SGPagingView is released under the MIT license. See [ LICENSE] ( https://github.com/kingsic/SGPagingView/blob/master/LICENSE ) for details.
Original file line number Diff line number Diff line change 11
22Pod ::Spec . new do |s |
33 s . name = 'SGPagingView'
4- s . version = '1.6.7 '
4+ s . version = '1.6.8 '
55 s . summary = 'A powerful and easy to use segment control'
66 s . homepage = 'https://github.com/kingsic/SGPagingView'
77 s . license = 'MIT'
88 s . authors = { 'kingsic' => 'kingsic@126.com' }
9- s . platform = :ios , '7 .0'
9+ s . platform = :ios , '9 .0'
1010 s . source = { :git => 'https://github.com/kingsic/SGPagingView.git' , :tag => s . version }
1111 s . source_files = 'SGPagingView/**/*.{h,m}'
1212 s . requires_arc = true
Original file line number Diff line number Diff line change 11//
22// SGPagingView.h
3- // Version 1.6.7
3+ // Version 1.6.8
44// GitHub:https://github.com/kingsic/SGPagingView
55//
66// Created by kingsic on 2016/10/6.
Original file line number Diff line number Diff line change 500500 182513381F21CAC30039F4A2 /* Project object */ = {
501501 isa = PBXProject;
502502 attributes = {
503- LastUpgradeCheck = 1010 ;
503+ LastUpgradeCheck = 1150 ;
504504 ORGANIZATIONNAME = Sorgle;
505505 TargetAttributes = {
506506 1825133F1F21CAC30039F4A2 = {
521521 };
522522 buildConfigurationList = 1825133B1F21CAC30039F4A2 /* Build configuration list for PBXProject "SGPagingViewExample" */;
523523 compatibilityVersion = "Xcode 3.2";
524- developmentRegion = English ;
524+ developmentRegion = en ;
525525 hasScannedForEncodings = 0;
526526 knownRegions = (
527527 en,
678678 isa = XCBuildConfiguration;
679679 buildSettings = {
680680 ALWAYS_SEARCH_USER_PATHS = NO;
681+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
681682 CLANG_ANALYZER_NONNULL = YES;
682683 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
683684 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
734735 isa = XCBuildConfiguration;
735736 buildSettings = {
736737 ALWAYS_SEARCH_USER_PATHS = NO;
738+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
737739 CLANG_ANALYZER_NONNULL = YES;
738740 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
739741 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
You can’t perform that action at this time.
0 commit comments