diff --git a/doric-iOS/Pod/Classes/Shader/DoricViewNode.m b/doric-iOS/Pod/Classes/Shader/DoricViewNode.m index 2d02a1f3..39c93e1f 100644 --- a/doric-iOS/Pod/Classes/Shader/DoricViewNode.m +++ b/doric-iOS/Pod/Classes/Shader/DoricViewNode.m @@ -946,6 +946,8 @@ - (void)reset { self.view.layer.cornerRadius = 0; self.view.layer.mask = nil; + + self.view.layer.anchorPoint = CGPointMake(0.5f, 0.5f); self.view.layer.borderWidth = 0; self.view.layer.borderColor = UIColor.clearColor.CGColor; for (UIGestureRecognizer *gestureRecognizer in self.view.gestureRecognizers) {