From 3a893c325d1ec06565d5ee1ae87e90ae6f58819a Mon Sep 17 00:00:00 2001 From: TalkingJourney Date: Fri, 21 Jun 2019 16:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SCIndexView/SCIndexView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCIndexView/SCIndexView.h b/SCIndexView/SCIndexView.h index bdd8f1d..33a2102 100644 --- a/SCIndexView/SCIndexView.h +++ b/SCIndexView/SCIndexView.h @@ -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