Skip to content

Commit

Permalink
Merge pull request #3 from lazyycz/patch-1
Browse files Browse the repository at this point in the history
循环引用
  • Loading branch information
自由流水 authored Jan 16, 2018
2 parents 217e9fb + 680755b commit 77b7fb5
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 @@ -29,7 +29,7 @@

@interface SCIndexView : UIControl

@property (nonatomic, strong) id<SCIndexViewDelegate> delegate;
@property (nonatomic, weak) id<SCIndexViewDelegate> delegate;

// 索引视图数据源
@property (nonatomic, copy) NSArray<NSString *> *dataSource;
Expand Down

0 comments on commit 77b7fb5

Please sign in to comment.