Kha*_*Ali 9 uitableview 32bit-64bit ios ios-simulator ios7
我有一个UITableView完美的应用程序,iPhone Simulator 3.5-inch and 4 inch但不加载表中的应用程序64-bit Simulator.可能只是我的xib文件或代码出了问题,但我只是想知道UITableView64位代表中是否有任何更改iOS.
小智 28
我有同样的问题.在我的情况下,问题可以通过改变来解决
- (float)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
Run Code Online (Sandbox Code Playgroud)
至
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
Run Code Online (Sandbox Code Playgroud)
就如此容易.
| 归档时间: |
|
| 查看次数: |
1540 次 |
| 最近记录: |