diff --git a/doric-iOS/Pod/Classes/Shader/DoricScrollerNode.m b/doric-iOS/Pod/Classes/Shader/DoricScrollerNode.m index 23b307dd..ceb20898 100644 --- a/doric-iOS/Pod/Classes/Shader/DoricScrollerNode.m +++ b/doric-iOS/Pod/Classes/Shader/DoricScrollerNode.m @@ -56,6 +56,8 @@ @implementation DoricScrollerNode - (DoricScrollView *)build { return [[DoricScrollView new] also:^(DoricScrollView *it) { it.delegate = self; + it.showsHorizontalScrollIndicator = NO; + it.showsVerticalScrollIndicator = NO; if (@available(iOS 11, *)) { it.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; }