带有 ScrollView 的 TabBarController
TabBarController with ScrollView
我想制作类似 instagram、带滚动视图的 tabview
尝试像 this 那样做,但它没有用(可能是因为它必须与 tabviews 不同)
有人可以帮帮我吗?
Keep in mind that tableView is a child of scrollView. All you need to do in order to create an app like Instagram is fetching different kind of CustomTableViewCells. For instance the first Cell with the Insta Stories, should contain a CollectionView etc.
我想制作类似 instagram、带滚动视图的 tabview 尝试像 this 那样做,但它没有用(可能是因为它必须与 tabviews 不同) 有人可以帮帮我吗?
Keep in mind that tableView is a child of scrollView. All you need to do in order to create an app like Instagram is fetching different kind of CustomTableViewCells. For instance the first Cell with the Insta Stories, should contain a CollectionView etc.