【已解决】iOS11中tableView的约束失效
crifan 7年前 (2017-09-29) 3220浏览 0评论
如图: 左边iOS10是正常的但是右边iOS11是不正常的: 后来去看代码,感觉是: 每个section的group之间的上下间距,iOS11中没了。 ios11 tableview group vertical space ios11 Space...
crifan 7年前 (2017-09-29) 3220浏览 0评论
如图: 左边iOS10是正常的但是右边iOS11是不正常的: 后来去看代码,感觉是: 每个section的group之间的上下间距,iOS11中没了。 ios11 tableview group vertical space ios11 Space...
crifan 8年前 (2016-07-31) 2178浏览 0评论
用代码,实现了: tableview的cell中,异步加载图片 加载了真实的图片后,缩放后,得到高度和之前的占位图高度不同 所以就需要: 去更新constrain 但是结果还是没用: 然后也是做了多种尝试: ...
crifan 8年前 (2016-07-07) 2655浏览 0评论
最终通过调试,看log 2016-07-07 14:34:13.851 [Verbose] [main] [TaskManagementViewController.swift:417] tableView(_:didSelectRowAtIn...
crifan 9年前 (2016-07-02) 5557浏览 0评论
代码: class CustomerViewController: UIViewController, UITableViewDataSource, UITableViewDelegate, UIGestureRecognizerDelegat...
crifan 9年前 (2016-05-26) 3743浏览 0评论
已经实现了各个函数,包括: func collectionView(collectionView: UICollectionView, cellForItemAtIndexPath indexPath: NSIndexPath) -> ...
crifan 9年前 (2016-05-25) 3086浏览 0评论
折腾: [已解决]swift中让一个列表的高度随着内容的可视区域增加而增加 期间,改为: <code>class HomeViewController: UIViewController, UITableViewDataSource, U...
crifan 9年前 (2016-04-23) 2491浏览 0评论
用代码: func tableView(tableView: UITableView, heightForRowAtIndexPath indexPath: NSIndexPath) -> CGFloat { let m...
crifan 9年前 (2016-03-24) 2252浏览 0评论
已有代码: cell.textLabel?.text = "查看资料" cell.textLabel?.textColor = textColor ce...
crifan 9年前 (2016-03-19) 4957浏览 0评论
之前通过: //1. table view self.tableView.delegate = self self.tableView.dataSource = self self...
crifan 9年前 (2016-02-01) 3761浏览 0评论
2016-02-01 17:25:32.171 JianDao[602:233478] *** Terminating app due to uncaught exception ‘NSInternalInconsistencyEx...