不疯不成魔

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年9月18日

摘要: #import "TextViewController.h"@interface TextViewController ()@end@implementation TextViewController/* UITextView文本视图相比与UITextField直观的区别就是UITextView可以... 阅读全文
posted @ 2015-09-18 17:38 不疯不成魔 阅读(258) 评论(0) 推荐(0) 编辑

摘要: #import "RootController.h"@interface RootController ()@property (nonatomic, retain) NSMutableArray *dataList; // 存储数据源@property (nonatomic, retain) NS... 阅读全文
posted @ 2015-09-18 17:34 不疯不成魔 阅读(223) 评论(0) 推荐(0) 编辑

摘要: #import "RootViewController.h"@interface RootViewController ()@property (nonatomic, retain) UITextField *textField;@end@implementation RootViewControl... 阅读全文
posted @ 2015-09-18 17:32 不疯不成魔 阅读(5251) 评论(0) 推荐(0) 编辑

摘要: #import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (void)viewDidLoad { [super viewDidLoad]; ... 阅读全文
posted @ 2015-09-18 17:29 不疯不成魔 阅读(557) 评论(0) 推荐(0) 编辑

摘要: #import int main(int argc, const char * argv[]) {// 一: copy 与 retain 的区别// 谁才有引用计数的概念:// 1. 堆区空间才有引用计数概念.// 2. 堆区的对象才会有引用计数. //%ld: - 1... 阅读全文
posted @ 2015-09-18 17:17 不疯不成魔 阅读(293) 评论(0) 推荐(0) 编辑

摘要: #import "YYViewController.h"@interface YYViewController () @property (weak, nonatomic) IBOutlet UIScrollView *scrollview;/** * 页码 */@property (weak, ... 阅读全文
posted @ 2015-09-18 14:15 不疯不成魔 阅读(335) 评论(0) 推荐(0) 编辑

摘要: iOS Crash文件的解析(一)2015-01-22 11:45编辑:suiling分类:iOS开发来源:一片枫叶的博客03913iOS开发应用管理Crash文件进程调试招聘信息:Cocos2d-x开发工程师iOS高级工程师高级iOS开发工程师iOS 开发工程师iOS开发工程师iOS高级工程师iO... 阅读全文
posted @ 2015-09-18 10:55 不疯不成魔 阅读(209) 评论(0) 推荐(0) 编辑