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

Commit 7f442d4

Browse files
author
wqyfavor
committed
Add comment about issue that when bounces is set to NO for a UITableView, it cannot slide.
1 parent bb0913c commit 7f442d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/sdk/WeexSDK/Sources/Component/WXListComponent.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,7 @@ - (void)_deleteTableViewCellAtIndexPath:(NSIndexPath *)indexPath keepScrollPosit
10161016
}];
10171017
}
10181018

1019+
// Hook _adjustContentOffsetIfNecessary will cause UITableView freezing if bounces is set to NO.
10191020
- (void)fixFlicker
10201021
{
10211022
static dispatch_once_t onceToken;

0 commit comments

Comments
 (0)