代码改变世界

归档二

2015-10-15 23:11 by 真实16, 114 阅读, 0 推荐, 收藏, 编辑
摘要://// ViewController.m// UI-NO.4//// Created by Bruce on 15/7/16.// Copyright (c) 2015年 Bruce. All rights reserved.//#import "ViewController.h"#import ... 阅读全文

归档(1)

2015-10-15 23:10 by 真实16, 122 阅读, 0 推荐, 收藏, 编辑
摘要://// TableViewCell.m// TableView//// Created by Bruce on 15/8/25.// Copyright (c) 2015年 Bruce. All rights reserved.//#import "TableViewCell.h"#import ... 阅读全文

自定义cell

2015-10-15 23:07 by 真实16, 120 阅读, 0 推荐, 收藏, 编辑
摘要://// TableViewCell.m// TableView//// Created by Bruce on 15/8/25.// Copyright (c) 2015年 Bruce. All rights reserved.//#import "TableViewCell.h"#import ... 阅读全文

CoreData(数据持久化的方式)

2015-10-15 23:03 by 真实16, 225 阅读, 0 推荐, 收藏, 编辑
摘要://// ViewController.m// UI-AutoLayout.//// Created by Bruce on 15/9/7.// Copyright (c) 2015年 Bruce. All rights reserved.//#import "ViewController.h"@i... 阅读全文

autoLayout(相对布局)二

2015-10-15 22:44 by 真实16, 188 阅读, 0 推荐, 收藏, 编辑
摘要://// ViewController.m// UI-AutoLayout.//// Created by Bruce on 15/9/7.// Copyright (c) 2015年 Bruce. All rights reserved.//#import "ViewController.h"@i... 阅读全文

autoLayout (相对布局)1()

2015-10-15 22:40 by 真实16, 152 阅读, 0 推荐, 收藏, 编辑
摘要://// ViewController.m// UI-AutoLayout//// Created by Bruce on 15/9/6.// Copyright (c) 2015年 Bruce. All rights reserved.///*frame 原点 自身的尺寸 来确定 自身位置auto... 阅读全文

细节知识点的记忆

2015-10-02 20:50 by 真实16, 158 阅读, 0 推荐, 收藏, 编辑
摘要:1:字符串的拼接NSTring *path = [NString stringWithFormat:@“%@%@%@@“,需要打印的东西];2: 消除状态栏对View 中的影响self.edgesForExtendedLayout = UIRectEdgeNone;3: 隐藏状态栏- (BOOL) ... 阅读全文

接口文件的代码

2015-10-01 16:25 by 真实16, 171 阅读, 0 推荐, 收藏, 编辑
摘要:NSString *str = @"http://apis.baidu.com/apistore/mobilephoneservice/mobilephone"; NSString *telStr = @"tel=18798819422"; NSURL *url = [NSURL URLWith... 阅读全文

swift (倒计时)

2015-10-01 10:21 by 真实16, 419 阅读, 0 推荐, 收藏, 编辑
摘要:let btn = CHWButton(count: 5, frame: CGRectMake(50, 100, 100, 50), color:nil)btn.animaType = CountBtnType.CHWBtnTypeScalebtn.layer.masksToBounds = tru... 阅读全文

网络(第三方)异步请求图片

2015-09-30 21:13 by 真实16, 255 阅读, 0 推荐, 收藏, 编辑
摘要://// Home_ViewController.m// 框架//// Created by zhusongxiu on 15/7/30.// Copyright (c) 2015年 zhusongxiu. All rights reserved.//#import "Home_ViewContro... 阅读全文