Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道 Square Wallet 应用程序中的列表视图是 UICollectionView 还是自定义视图?想知道他们是如何实现列表视图的,但是当单击它时,视图会升高并扩展以覆盖整个屏幕。
不能肯定地说,但我会使用带有自定义 UITableViewCells 的 UITableView。单击表格单元格时,我将使用 Core Animation 为视图设置动画以填充整个屏幕。
不过,有多种方法可以实现这种效果。