摘要: 在tableView初始化的时候let v = UIView(frame: CGRectZero)checkListTable.tableFooterView = v 阅读全文
posted @ 2015-01-28 23:12 ericjuns 阅读(193) 评论(0) 推荐(0)
摘要: UIView 实现动画效果:1.设置全局UIView动画UIView.animateWithDuration(1, delay: 0.3, options: .Repeat | .CurveEaseIn, animations: { self.qrscan.frame = CG... 阅读全文
posted @ 2015-01-28 15:17 ericjuns 阅读(200) 评论(0) 推荐(0)
摘要: tableView在页面pop回来后自动忽略导航navigationbar高度,cell上空白 阅读全文
posted @ 2015-01-28 15:08 ericjuns 阅读(202) 评论(0) 推荐(0)