KK
Results
2
issues of
KK
1. - (void)addToKeyWindow { if (!self.superview) { UIWindow *keyWindow = [UIApplication sharedApplication].keyWindow; [keyWindow addSubview:self]; } } 2. - (void)commonInit { [self addSubview:self.dimBackgroundView]; [self addSubview:self.shareSheetView]; self.frame = CGRectMake(0, 0, ZY_ScreenWidth, ZY_ScreenHeight);...