Howdy! Thanks for this tutorial.. I had an additional question though. Is it possible to manipulate the card "stack" to be vertical , for example. Or maybe face to the left instead of the right? etc. etc.
Great video! Thank you. I am trying to implement it with Package Dependencies but it crashes and says: "Failed to initialize CardSliderViewController". Any ideas? Thanks again.
This is a really amazing feature and I was looking for that. You are a wonderful and very skillful teacher and you are going to be my HERO in IOS programming. Thanks a lot.
First of all thank you so much, second could you please tell me how to get the ratings feature just like in the thumbnail cause in the video you have set it to nil...loved your vid btw👍
Hi, first of all thank you for video. I want to ask you something. I am developing an app and I am using firebase in this app. I am getting image from firebase. And this images count is not certain. How can I use this library for show image that coming from firebase?
Love that you’re using different frameworks for your projects! Could you do one using the “Hero” framework for cool animations in storyboard? Or frameworks similar to them? Thanks in advance!
Hey, great video! Is there any way I can change the text color? Or maybe the background color? It displays the text as white on dark mode which makes it invisible
@@doofuss Thread 1: Exception: "Application tried to present modally an active controller that is what im getting, If you got it right, may you send me the code ? GitHub
When you click the card Is there a way to add buttons at the bottom for “like” “dislike” measures or can the slided card only hold rating, title, subtitle and description ?
embedding in a navigation controller and then pushing the card slider view as such, navigationController?.pushViewController(cardVC, animated: true) seemed to work for me
I did the same like this let vc = CardSliderViewController.with(dataSource: self) vc.title = "Welcome" vc.modalPresentationStyle = .fullScreen present(vc, animated: true) but i still have the same error about Optional value. How can i fix it ? thank you
Hi thank you for the video, but just the fact that you are still relying on CocoaPod instead of SPM, is a bit off to my eyes 🙂 please altogether get rid of cocoa it made enough.
Is there a way to do our own custom code once the user clicks on one of the cards?
Nice pod. Is there a way to make the card go to the bottom of the stack (and re emerge at the end) rather than just disappear to the side?
Howdy! Thanks for this tutorial.. I had an additional question though. Is it possible to manipulate the card "stack" to be vertical , for example. Or maybe face to the left instead of the right? etc. etc.
Great video! Thank you.
I am trying to implement it with Package Dependencies but it crashes and says: "Failed to initialize CardSliderViewController".
Any ideas? Thanks again.
This is a really amazing feature and I was looking for that. You are a wonderful and very skillful teacher and you are going to be my HERO in IOS programming. Thanks a lot.
Youre welcome!
Great Job!!! I can't go back to the screen where there is show button after making the pictures full screen
Whenever I see your videos always a like at first
Thank you!
First of all thank you so much, second could you please tell me how to get the ratings feature just like in the thumbnail cause in the video you have set it to nil...loved your vid btw👍
This channel is so underrated, do you have an estimate of when iosacademy will launch?
Thanks! June 15th is my tentative goal!
@@iOSAcademy good luck, np ur late, but the quality of ur content is awesome, keep it up bro!!!!!
Hi there how do I get the star rating to appear , I’ve changed the value from nil to a number but I still don’t see anything ?
Great video! How do you dismiss the Cardslider? I'd like to go back and load a new set of cards
Thanks, you can always call dismiss on the controller
@@iOSAcademy i am not able to do, I don't find the way to dismiss it. also are we able to animate it like carousel rotation. Please help.
You are doing very good content.I’m very happy to see this.This is very unique topics that you cover I’m seeing over the time.
Thanks! Really appreciate it, make sure to subscribe and hit that like button
Is there anyway to go back to the Show Button Screen. Thanks
You can use the delegate to call dismiss on this controller
@@iOSAcademycan u tell me how bro? ... im trying to do soo...
@@iOSAcademy I can't figure out how to dismiss this either :/ would appreciate any help
Add a button action and dismiss the controller for touchUpInside of the button.
Where do you find all of these useful Pods/Frameworks? Do you have list?
Experience :)
Hi, first of all thank you for video. I want to ask you something. I am developing an app and I am using firebase in this app. I am getting image from firebase. And this images count is not certain. How can I use this library for show image that coming from firebase?
Love that you’re using different frameworks for your projects! Could you do one using the “Hero” framework for cool animations in storyboard? Or frameworks similar to them? Thanks in advance!
Thanks! And sure :)
hello How can I swipe Lefty side only?
Youll need to customize it
Hey, great video! Is there any way I can change the text color? Or maybe the background color? It displays the text as white on dark mode which makes it invisible
Really like it bro, keep it up, thanks a lot :)
Youre welcome
is there a way to make a sliding cards without show button ? Please need help, for my project. Thank you.
Yes, you can simply present the UI without an interaction. For example, you can place the logic in viewDidLoad or viewDidAppear
@@doofuss Thread 1: Exception: "Application tried to present modally an active controller that is what im getting, If you got it right, may you send me the code ? GitHub
@@doc_pandas1539 have you found any solution. ?
@DoC_paNDas did you find a solution?🤔
When you click the card Is there a way to add buttons at the bottom for “like” “dislike” measures or can the slided card only hold rating, title, subtitle and description ?
did you find solution for that ?
When i enter my cd app file directory and type in pod init, it says: -bash: pod: command not found how do I fix that?
Does someone having a problem to connect the outlet with the IBAction? The IBActions just doesn't appear to me.
And is there a way to make it go back to the show button screen
i would like to know that too...there is no point to see the cards and stuck there....
Yes, you can use the delegate to call dismiss on the controller based on some event trigger
@@iOSAcademy can you give some detail ?
embedding in a navigation controller and then pushing the card slider view as such, navigationController?.pushViewController(cardVC, animated: true) seemed to work for me
amazing thanks for sharing!
Thanks!
How do you make the picture a button? I want to link to a book. Is that possible.
Tap gesture or custom button
So cool! I will write myself an app to study for my exams that way :) (My classmates will be so jealous haha)
Haha great idea! Glad you like the videos :)
yes great idea
good job bro!
I really excited
thanks!
Nice video but when will your instagram, whatsapp etc series will be in youtube?...eagerly waiting for it
Thanks, and soon! Stay tuned
hey there...
i put a button under the description and tell him to perform a segue and noting happen.. i was stock on same page ,
why is that?
Can you elaborate? Assuming your using the storyboard segue?
@@iOSAcademy yeah bro i done a storyboard segue and it wont move to the other ViewController... it keep stuck on the that cardView...
Thank you very much!!!
I did the same like this
let vc = CardSliderViewController.with(dataSource: self)
vc.title = "Welcome"
vc.modalPresentationStyle = .fullScreen
present(vc, animated: true)
but i still have the same error about Optional value. How can i fix it ? thank you
I have the exact same problem. "Found nil while unwrapping an optional value".. also want to know how to solve this error!
@@sashagarrette4627 I deleted and make one more demo and problem fixed
can you help?
Whats the issue?
Hi thank you for the video, but just the fact that you are still relying on CocoaPod instead of SPM, is a bit off to my eyes 🙂 please altogether get rid of cocoa it made enough.
It's an interesting video, but I would prefer without the use of cocoapods and the storyboard.