为什么这样子
#import "TiShiView.h"
@implementation TiShiView
-(id)initwithPoint:(CGPoint)point message:(int)message{
CGRect rect;
self = [super initWithFrame:rect];
if(self){
self.textColor = [UIColor whiteColor];
self.textAlignment = NSTextAlignmentCenter;
self.backgroundColor = [UIColor redColor];
}
return self;
}
@end
完全是照着视频敲的,出来报错信息
ARC Semantic Issue Group
Cannot assign to 'self' outside of a method in the init family
15
收起
正在回答 回答被采纳积分+1
2回答
iOS进阶:界面优化与数据存储
- 参与学习 516 人
- 提交作业 158 份
- 解答问题 637 个
本路径采用基础+案例方式,助你解开对界面优化、数据储存、屏幕适配的疑惑。6小时团购项目实战加最新版本Swift讲解,让你掌握更多iOS开发技巧。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星