内存 过度释放
时间:2014-12-31 09:56:38
收藏:0
阅读:228
//找回密码
///////////////////////////////////////////////////////
//用类方法初始化,要用self. 否则过度是否
self.findPassword = [UIButton buttonWithType:UIButtonTypeSystem];
_findPassword.frame = CGRectMake(220, 350, 60, 30);
[_findPassword setTitle:@"找回密码" forState:UIControlStateNormal];
[self addSubview:_findPassword];
原文:http://www.cnblogs.com/iOS-mt/p/4195001.html
评论(0)