上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 49 下一页

2015年12月17日

概要设计要求

摘要: 概要设计的目的:列举功能点、技术方案、难点及与原来功能的结合串联。 阅读全文

posted @ 2015-12-17 10:16 大木哥 阅读(310) 评论(0) 推荐(0) 编辑

2015年12月16日

iOS 之 UITextView

摘要: _lableAssess = [[UITextView alloc] init]; [_lableAssess setFrame:CGRectMake(left2, top2, width2, size.height)]; [_lableAssess setFont:[UIPara... 阅读全文

posted @ 2015-12-16 16:13 大木哥 阅读(144) 评论(0) 推荐(0) 编辑

iOS 按钮设置图片和事件

摘要: [btn addTarget:self action:@selector(searchButtonClick) forControlEvents:UIControlEventTouchUpInside];[btn setImage:[UIImage imageNamed:@"Icon"] forSt... 阅读全文

posted @ 2015-12-16 16:04 大木哥 阅读(548) 评论(0) 推荐(0) 编辑

iOS 设置控件圆角、文字、字体

摘要: 以按钮为例:UIButton btn = [UIButton new];btn.layer.masksToBounds = YES;btn.layer.cornerRadius = 10.0;btn.layer.width = 2.0;btn.layer.borderColor = [UIColor... 阅读全文

posted @ 2015-12-16 15:40 大木哥 阅读(302) 评论(0) 推荐(0) 编辑

iOS 之 UIScrollView

摘要: 1 阅读全文

posted @ 2015-12-16 05:51 大木哥 阅读(121) 评论(0) 推荐(0) 编辑

iOS 设置UILable字体,及计算长度和位置

摘要: UILabel *lastLable = [[UILabel alloc] init]; UIFont *font = [UIFont fontWithName:lastLable.font.fontName size:[UIFont labelFontSize]-3]; las... 阅读全文

posted @ 2015-12-16 05:50 大木哥 阅读(787) 评论(0) 推荐(0) 编辑

2015年12月15日

iOS 添加导航栏两侧按钮

摘要: self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"首页" style:UIBarButtonItemStyleBordered target:self action:@selector(p... 阅读全文

posted @ 2015-12-15 19:37 大木哥 阅读(1833) 评论(0) 推荐(0) 编辑

iOS 开发 之 编程知识点

摘要: iOS 创建和设置pch iOS 之 时间格式与字符串转换 iOS 之 二维码生成与扫描(LBXScan) iOS 之 定时器 iOS 之 通知 iOS 之 NSString 去除前后空格和回车键 iOS 之 关闭键盘 iOS 倒出ipa文件 iOS 之 动画 iOS 之 绘图 iOS 之 文件缓存 阅读全文

posted @ 2015-12-15 18:52 大木哥 阅读(187) 评论(0) 推荐(0) 编辑

iOS 之 二维码生成与扫描(LBXScan)

摘要: 参考:https://github.com/MxABC/LBXScan步骤如下;1. 下载通过参考网址进行下载。2. 导入导入整个LBXScan文件夹3. 配置在pch中加入#import #import 4. 使用参考demo里面的页面进行使用4.1. 扫描二维码4.2. 生成二维码 阅读全文

posted @ 2015-12-15 17:03 大木哥 阅读(1562) 评论(0) 推荐(0) 编辑

2015年12月14日

练习场需求分析

摘要: 练习场功能需求总结:练习场分布在sa个模块:首页‘“voo” 和 “我的” 页。1. 首页 + “练习场”1.1. 练习场列表 参数:手机号、经纬度 返回:最近的10个练习场,及用户使用过的练习场列表。 错误处理:练习场信息获取不成功时,給出对应的提示信息“请检查GPS模块是否开启或者网络是否... 阅读全文

posted @ 2015-12-14 18:20 大木哥 阅读(165) 评论(0) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 49 下一页

导航