File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
SCIndexViewDemo/SCIndexViewDemo.xcodeproj Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ toast效果图:
77# 功能及优点
88主要功能及优点如下:
991 . 当滑动UITableView列表时,索引视图的索引位置会跟着移动;
10- 2 . 当滑动UITableView列表时,另一根手指再滑动索引视图,列表滑动事件失效 ;
10+ 2 . UITableView和SCIndexView之间手势和事件不冲突,操作其中一个视图,另一个视图失效 ;
11113 . 当滑动索引视图时,会有指示器或者toast提示当前索引位置;
12- 4 . 当滑动索引视图时,不可以点击或者滑动UITableView列表 ;
12+ 4 . 索引视图可以从sc_startSection开始,忽略前面section ;
13135 . 可以任意定制指示器、toast、索引视图的大小,文字颜色大小,间距等UI样式;
14146 . 当第一个数据为UITableViewIndexSearch时,自动添加放大镜图标。
1515
Original file line number Diff line number Diff line change 99Pod ::Spec . new do |s |
1010
1111 s . name = "SCIndexView"
12- s . version = "2.2.0 "
12+ s . version = "2.2.1 "
1313 s . summary = "SCIndexView provide a index view."
1414 s . description = "SCIndexView provide a index view like Wechat. It is very easy."
1515
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
2121 s . platform = :ios , "7.0"
2222
23- s . source = { :git => "https://github.com/TalkingJourney/SCIndexView.git" , :tag => "2.2.0 " }
23+ s . source = { :git => "https://github.com/TalkingJourney/SCIndexView.git" , :tag => "2.2.1 " }
2424
2525 s . source_files = "SCIndexView/**/*.{h,m}"
2626 s . public_header_files = "SCIndexView/**/*.h"
Original file line number Diff line number Diff line change 132132 1A3B56782009F2D30073C98F /* YYModel */ = {
133133 isa = PBXGroup;
134134 children = (
135- 1A3B56792009F2D30073C98F /* YYClassInfo.h */,
136- 1A3B567A2009F2D30073C98F /* YYModel.h */,
135+ 1A3B567D2009F2D30073C98F /* NSObject+YYModel.h */,
137136 1A3B567B2009F2D30073C98F /* NSObject+YYModel.m */,
137+ 1A3B56792009F2D30073C98F /* YYClassInfo.h */,
138138 1A3B567C2009F2D30073C98F /* YYClassInfo.m */,
139- 1A3B567D2009F2D30073C98F /* NSObject+ YYModel.h */,
139+ 1A3B567A2009F2D30073C98F /* YYModel.h */,
140140 );
141141 path = YYModel;
142142 sourceTree = "<group>";
You can’t perform that action at this time.
0 commit comments