ShiyongTan

Results 3 issues of ShiyongTan

为什么会出现这个错误呢 ? Could not launch “Xcode-beta” 可是我xcode, 使用的不是测试版本的啊 ?

公司的项目使用的是 xib 来做的, 不是 sb 啊, 然后又是横屏. 当我使用转场动画 Push 后,发现 self.view的宽高都改变了, 变成了 600* 600, 这是什么鬼啊 ? 为什么会这样改呢 ?有没有什么办法解决啊 .

if (_datasourceImages.count == 0) { if ([self.datasource respondsToSelector:@selector(placeHolderImageOfZeroBannerView)]) { UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, CGRectGetWidth(_scrollView.frame), CGRectGetHeight(_scrollView.frame))]; imageView.contentMode = UIViewContentModeScaleAspectFill; // Add imageView.layer.masksToBounds = YES; imageView.backgroundColor = [UIColor clearColor];...