You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
I was very impressed with your project Instagram Stories which you published here on github.
I am working on an app which includes a user profile and one of the user profile features will be stories like on instagram, exactly as you build it yourself :)
I am a new developer and still work with a Storyboard on my project.
How do I integrate the stories collection as a part of my viewcontroller file?
I tried so many ways(!!) to work around with your project but failed every time. I am desperate now :/
Please see the attached print screen which will demonstrate what I am looking to achieve.
Best Regards,
Ido
The text was updated successfully, but these errors were encountered:
Actually, we have created IGHomeController for this root setup. And this controller has collection view only, What am saying here is you can 1)reuse this view controller for yourself, or create one container view add to try to 2)add this IGHomeController as child-view controller to your own VC.
If you are still now able to achieve it, and which way you are following it. please feel free to reply back to this comment step by step. We will help you to fix it.
When I reuse IGHomeController inside container view the clear cache button doesn't appear. But when I started your project alone it does shows the clear cache button.
How can I activate the clear cache button inside the container view?
Create one subview in your container view and try to add the custom button and give the functionality. and hook up the button action to your parent func clearImageCache or move this into your child itself. however you want do your customisation.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear Ranjith,
I was very impressed with your project Instagram Stories which you published here on github.
I am working on an app which includes a user profile and one of the user profile features will be stories like on instagram, exactly as you build it yourself :)
I am a new developer and still work with a Storyboard on my project.
How do I integrate the stories collection as a part of my viewcontroller file?
I tried so many ways(!!) to work around with your project but failed every time. I am desperate now :/
Please see the attached print screen which will demonstrate what I am looking to achieve.
Best Regards,
Ido
The text was updated successfully, but these errors were encountered: