Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Add comment about issue that when bounces is set to NO for a UITableV…
Browse files Browse the repository at this point in the history
…iew, it cannot slide.
  • Loading branch information
wqyfavor committed Mar 19, 2019
1 parent bb0913c commit 7f442d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/sdk/WeexSDK/Sources/Component/WXListComponent.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ - (void)_deleteTableViewCellAtIndexPath:(NSIndexPath *)indexPath keepScrollPosit
}];
}

// Hook _adjustContentOffsetIfNecessary will cause UITableView freezing if bounces is set to NO.
- (void)fixFlicker
{
static dispatch_once_t onceToken;
Expand Down

0 comments on commit 7f442d4

Please sign in to comment.