chensunwang

Results 2 comments of chensunwang

这是必现的啊,这个死循环啊 `- (void)SCIndexView_layoutSubviews { [self SCIndexView_layoutSubviews]; if (!self.sc_indexView) { return; } if (self.superview && !self.sc_indexView.superview) { [self.superview addSubview:self.sc_indexView]; } else if (!self.superview && self.sc_indexView.superview) { [self.sc_indexView removeFromSuperview]; } if (!CGRectEqualToRect(self.sc_indexView.frame,...

我也是这里闪退,但是好像原因又有点不一样。低版本Xcode就没问题,Xcode26必崩