Skip to content

Commit

Permalink
clean warning in SJStaticTableViewController
Browse files Browse the repository at this point in the history
  • Loading branch information
knightsj committed Apr 22, 2017
1 parent 0a723b5 commit e7a6da4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ typedef NS_ENUM(NSInteger, SSJStaticCellType) {

## 4. 刷新数据源
----
支持更新数据源后,刷新数据源。试着在发现页模拟网络请求,在请求结束后更新某个cell的viewmodel。举个例子:刷新一下发现页里最后一行的cell
支持更新数据源后,刷新数据源。比如在发现页模拟网络请求,在请求结束后更新某个cell的viewmodel:

```objc
//模拟网络请求
Expand Down
2 changes: 1 addition & 1 deletion SJStaticTableView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "SJStaticTableView"
s.version = "1.1.1"
s.version = "1.1.2"
s.summary = "SJStaticTableView can be used to establish ViewControllers which contain static tableview such as setting page and userinfo page."
s.homepage = "https://github.com/knightsj/SJStaticTableView"
s.license = "MIT"
Expand Down
3 changes: 0 additions & 3 deletions SJStaticTableViewComponent/SJStaticTableViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@
@property (nonatomic, strong) SJStaticTableView *tableView;
@property (nonatomic, strong) SJStaticTableViewDataSource *dataSource;


- (SJStaticTableviewCellViewModel *)retrieveCellViewModelAtIndexPath:(NSIndexPath *)indexPath;

@end
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@
@property (nonatomic, strong) SJStaticTableView *tableView;
@property (nonatomic, strong) SJStaticTableViewDataSource *dataSource;


- (SJStaticTableviewCellViewModel *)retrieveCellViewModelAtIndexPath:(NSIndexPath *)indexPath;

@end

0 comments on commit e7a6da4

Please sign in to comment.