摘要: 1. 下载xcode6 beta版链接: http://pan.baidu.com/s/1o6kFu0U 密码: i7mm大家不要怕,xcode 5 和xcode 6 是可以共存的。2. 创建共存Choose File > New > Project > (iOS or OS X) > Applic... 阅读全文
posted @ 2014-06-15 20:08 扬宇哥 阅读(555) 评论(0) 推荐(0) 编辑
摘要: SWIFT 写了一个项目,感觉跟objective-c 相比确实流畅很多。 override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading th... 阅读全文
posted @ 2014-06-05 20:18 扬宇哥 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 【问题】 (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section 方法中的section貌似从1开始而不是从0【思路】程序中虽然设置了self.tableView.sectionH... 阅读全文
posted @ 2014-05-13 16:01 扬宇哥 阅读(6806) 评论(0) 推荐(1) 编辑
摘要: IOS 的动画放大与缩小,并非按照找它的中心点放大和缩小,而是左上角 。我分析了下原来是Autolayout 与View Transforms的冲突造成的。- (void) addSubviewWithZoomInAnimation:(UIView*)view duration:(float)sec... 阅读全文
posted @ 2014-04-27 15:40 扬宇哥 阅读(2263) 评论(0) 推荐(0) 编辑