2015年6月5日

iOS 日期时间控件

摘要: UIDatePicker *picker = [[UIDatePicker alloc]initWithFrame:CGRectMake(0, 0,[UIParam widthScreen] ,50 )]; picker.minimumDate ... 阅读全文

posted @ 2015-06-05 16:00 大木哥 阅读(1165) 评论(0) 推荐(0) 编辑

iOS 动画

摘要: 原文OS开发UI篇—iOS开发中三种简单的动画设置【在ios开发中,动画是廉价的】一、首尾式动画代码示例: // beginAnimations表示此后的代码要“参与到”动画中 [UIView beginAnimations:nil context:nil];//设置动画时长 [U... 阅读全文

posted @ 2015-06-05 15:59 大木哥 阅读(276) 评论(0) 推荐(0) 编辑

bug工具

摘要: 在线工具:柠檬bug管理--兼顾项目管理开源工具:PPM Bug 缺陷管理系统项目管理、bug管理:http://www.bugfree.cn 阅读全文

posted @ 2015-06-05 10:15 大木哥 阅读(214) 评论(0) 推荐(0) 编辑

导航