Skip to content

Commit 9241104

Browse files
author
TalkingJourney
committed
version 2.2.1
1 parent e00803b commit 9241104

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ toast效果图:
77
# 功能及优点
88
主要功能及优点如下:
99
1. 当滑动UITableView列表时,索引视图的索引位置会跟着移动;
10-
2. 当滑动UITableView列表时,另一根手指再滑动索引视图,列表滑动事件失效
10+
2. UITableView和SCIndexView之间手势和事件不冲突,操作其中一个视图,另一个视图失效
1111
3. 当滑动索引视图时,会有指示器或者toast提示当前索引位置;
12-
4. 当滑动索引视图时,不可以点击或者滑动UITableView列表
12+
4. 索引视图可以从sc_startSection开始,忽略前面section
1313
5. 可以任意定制指示器、toast、索引视图的大小,文字颜色大小,间距等UI样式;
1414
6. 当第一个数据为UITableViewIndexSearch时,自动添加放大镜图标。
1515

SCIndexView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::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"

SCIndexViewDemo/SCIndexViewDemo.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@
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>";

0 commit comments

Comments
 (0)