Skip to content

Commit

Permalink
优化注释
Browse files Browse the repository at this point in the history
  • Loading branch information
TalkingJourney committed Jun 21, 2019
1 parent d4b3c3f commit 3a893c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCIndexView/SCIndexView.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
// 索引视图的配置
@property (nonatomic, strong, readonly) SCIndexViewConfiguration *configuration;

// SCIndexView 会对 tableView 进行 strong 引用,请注意,防止“循环引用”
// SCIndexView tableView 进行 weak 引用
- (instancetype)initWithTableView:(UITableView *)tableView configuration:(SCIndexViewConfiguration *)configuration;

// 手动更新IndexView的CurrentSection
Expand Down

0 comments on commit 3a893c3

Please sign in to comment.