drawRect / Instagram_Stories

Inspired by Instagram Stories functionality. This source is similar to Instagram Stories, which is having both image and video support.
MIT License
414 stars 76 forks source link

how to add this stories as a part of header in tableview? #105

Closed pratikgajbhiye222 closed 4 years ago

pratikgajbhiye222 commented 4 years ago

Screenshot 2020-07-09 at 3 51 07 AM

I want to achieve this screen where this stories is the part of tableview header and also I want to add other collection view and list view at follow . Can you please help me with this?

ranmyfriend commented 4 years ago

Hi @pratikgajbhiye222

Definitely you can use our library. So if you look at our IGHomeview -> We have used Basic CollectionView only. So you just create one Header View with our collection view how we have done in IGHomeView. And try to pass it to the UITableView header in Section or TableHeaderView. However you want?

Let us know if you face any issues.?

pratikgajbhiye222 commented 4 years ago

Thanks , It helps me