摘要: 1.// 重新绘制cell边框 func tableView(tableView: UITableView, willDisplayCell cell: UITableViewCell, forRowAtIndexPath indexPath: NSIndexPath) { let cornerRa 阅读全文
posted @ 2016-12-14 15:09 公羽寒 阅读(1339) 评论(0) 推荐(0)
摘要: 模拟器分为ipad模拟器和iphone模拟器,尺寸都是固定的,就是320*480(iphone),640*960(iphone高清)1024*768(ipad),目前这个尺寸是不能调的. 阅读全文
posted @ 2016-12-14 09:38 公羽寒 阅读(233) 评论(0) 推荐(0)