File tree 3 files changed +2
-14
lines changed
3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >4.3.201702221600 </string >
39
+ <string >4.3.201702221800 </string >
40
40
<key >ITSAppUsesNonExemptEncryption </key >
41
41
<false />
42
42
<key >LSApplicationQueriesSchemes </key >
Original file line number Diff line number Diff line change @@ -97,18 +97,6 @@ -(void)selectRightAction:(id)sender {
97
97
}
98
98
99
99
#pragma mark Table M
100
- - (CGFloat )tableView : (UITableView *)tableView heightForHeaderInSection : (NSInteger )section {
101
- return 20 ;
102
- }
103
-
104
- - (UIView *)tableView : (UITableView *)tableView viewForHeaderInSection : (NSInteger )section {
105
- return nil ;
106
- }
107
-
108
- - (NSInteger )numberOfSectionsInTableView : (UITableView *)tableView {
109
- return 1 ;
110
- }
111
-
112
100
- (NSInteger )tableView : (UITableView *)tableView numberOfRowsInSection : (NSInteger )section {
113
101
return [self .reviewers count ];
114
102
}
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ - (void)imgViewClicked:(UIImageView *)imgView{
136
136
return ;
137
137
}
138
138
int imageCount = self.contentView .size .width / 40 - 2 ;
139
- BOOL isLastV = (index == _reviewerList.count - 1 ) || (index == imageCount -1 );
139
+ BOOL isLastV = (index == _reviewerList.count ) || (index == imageCount -1 );
140
140
if (isLastV && _lastItemClickedBlock) {
141
141
_lastItemClickedBlock ();
142
142
}
You can’t perform that action at this time.
0 commit comments