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
415 stars 76 forks source link

How can I fix " Use of undeclared type 'layoutType' " #80

Closed federico2390 closed 4 years ago

federico2390 commented 4 years ago

Inside the IGStoryPreviewView, after that I have paste the source folder, when I built the project, I receive this error: "Use of undeclared type 'layoutType" at line 14 . How can I fix it?

federico2390 commented 4 years ago

after that on top. Is there a guide about the use? after that I have paste the source folder, how can I call the file?

ranmyfriend commented 4 years ago

Hi @federico2390

The Layout type error you may get which is part of AnimatedCollectionViewLayout . Please copy the AnimatedCollectionViewLayout folder under External Folder in the Project Folder.

You no need to call anything extra, we have already handled this layout type on IGStoryPreviewController.swift

Please let me know if you want anything additional clarification?

federico2390 commented 4 years ago

Ok but how can i show the collectionview of the stories inside one my view

Il giorno 20 dic 2019, alle ore 16:50, ranjit notifications@github.com ha scritto:



Hi @federico2390https://github.com/federico2390

The Layout type error you may get which is part of AnimatedCollectionViewLayout . Please copy the AnimatedCollectionViewLayout folder under External Folder in the Project Folder.

You no need to call anything extra, we have already handled this layout type on IGStoryPreviewController.swift

Please let me know if you want anything additional clarification?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/drawRect/Instagram_Stories/issues/80?email_source=notifications&email_token=AKH7DOLBOA76CZ4KRHDJPSTQZTSS5A5CNFSM4J54IKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHNI2II#issuecomment-567971105, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKH7DOI72ACEFXYPKNPBDTTQZTSS5ANCNFSM4J54IKGA.

ranmyfriend commented 4 years ago

Kindly refer IGHomeController.swift and IGHomeView.swift. In HomeViewController i have added collectionView like wise you also can do this on your view. Thats it!

ranmyfriend commented 4 years ago

Hi @federico2390 Am closing it dude to the respective information I have already given, If anything helps required from us. Feel free to open this issue again Happy Coding :)