wwdc14yh
wwdc14yh
[在此](http://mobilists.eleme.io/2016/03/15/用UIKit-Dynamics模仿UIScrollView/) 我也即将模仿饿了么商家界面,根据饿了么的文章模仿到了一半,卡在Dynamics那里 ,我个人感觉饿了么这一套方案还是比较简单的
`RTRootNavigationController`增加 `- (NSArray *)previewActionItems { return self.topViewController.previewActionItems; }` `RTContainerController`增加 `- (NSArray *)previewActionItems { return self.contentViewController.previewActionItems; }`
Example **Rows:** https://user-images.githubusercontent.com/11381801/161934057-8a5a36a6-3274-42b7-a107-501e25184d4e.mp4 **Columns:** https://user-images.githubusercontent.com/11381801/161937996-e095460c-88c7-4dc8-9d0f-7ae0d03e385f.mp4 More info: [exyte/Grid](https://github.com/exyte/Grid)
Just like `UITableViewCell`
Like this