I'm digging all of your videos. Please keep them coming. Thank you.
@DesignCodeTeam2 жыл бұрын
Will do, thanks for supporting
@ins3rt9159 ай бұрын
Thank you so much for this awesome tutorial! You just saved my computers finals submission
@semilife2 жыл бұрын
Thanks so much Stephanie for another great tutorial. The best one so far, so much detail and coverage for a number of key skills. Look forward to your next one.
@ShaifulSujohn2 жыл бұрын
Nice tutorial with clear detailing. Following...
@dongxiang93702 жыл бұрын
Thank you very much for detailed tutorial. One suggestion is if you can structure you programming, like views, components, models, and managers, extensions and how to link them together. Great tutorial, expecting more to come.
@carmineloschiavo58642 жыл бұрын
Stephanie -You are so gifted ! Thanks for another great tutorial. I will be there to join you for the next one. ❤️🔥💝 Happy New Year 🎆
@DesignCodeTeam2 жыл бұрын
Glad it helped Carmine! Happy new year to you as well! - Stephanie
@marcoalonso67592 жыл бұрын
very nice tutorial, keep uploading this kind of videos.
@MarkBulaclac-jg5gz7 ай бұрын
Is there a way to create your own personalized question bank database within the Xcode project?
@ID_Station Жыл бұрын
I asked ChatGPT what app I should make given some parameters and it replied with making a trivia game so here I am.
@solidenix11 ай бұрын
Hello, what would I have to change for this app to always show the correct answer ? For example if you click an answer, and its incorrect, I want it to show which answer was correct
@anox8633 Жыл бұрын
thanks for the tutorial!! i have question how can i show the correct answer if the user chose a wrong one but not letting him choose again?
@courtneyjackson4895 Жыл бұрын
This was excellent! Has anyone experienced this problem: the questions load, but not the choices until I click on the empty white boxes then they all appear? I've gone through it twice, but can't figure what I did wrong. Thank you in advance.
@everyontech2716 Жыл бұрын
wonderful tutorial...one suggestion is to use coredata to store scores and provide difficulty level based on this level
@joshuathomasbrooks94503 ай бұрын
is there a way to modify or request all the questions you want? I want to create questions for my own trivia
@ledues33362 жыл бұрын
I dig this UI!
@DesignCodeTeam2 жыл бұрын
Awesome!
@jomaari Жыл бұрын
You are a great coder.
@belafekete31252 жыл бұрын
This is excellent tutorial! Thank you for sharing knowledgeable information.
@jemmytech54742 жыл бұрын
Hello! I am trying to create a local Array of the questions and answers, To not fetch from API but from my array. Could you give me a hint how to handle?
@andrejkling38862 жыл бұрын
Excellent tutorial... Thank you
@FemiKolawole2 жыл бұрын
Excellent!! Thank you for sharing
@belafekete31252 жыл бұрын
Can you help me get the right answer when I make the wrong choice? You may want to run multiple independent tests from a different URL.
@vonsglutenfreerecipes2 жыл бұрын
loved it, how do we add difficulty levels to it ?
@aidencvfx2 жыл бұрын
Fantastic tutorial
@jordanbanya82302 жыл бұрын
A very great course and like always very detailed video thanks, but could y’all do a questionary app who doesn’t use Trivia
@rengame5911 Жыл бұрын
Great video 😊 would you be able to make a story app with different categories like romance, scary… dark mode included would be nice?
@campbellpaton9124 Жыл бұрын
Hi Stephanie, I Love your tutorials. I'm working on a personal project and would love to try with my own questions. I've tried to import with local json file with no success, I've even tried to build my own API with less success, Can you advise where or how I can learn to do this. Thanks so much. Campbell
@jilanikashif2 жыл бұрын
This is great tutorial and explanation, thanks for sharing knowledgeable information.
@DesignCodeTeam2 жыл бұрын
Glad it was helpful!
@raquelcruz52192 жыл бұрын
Thank you so much
@DesignCodeTeam2 жыл бұрын
You're most welcome
@SantoCatolicoRomano2 жыл бұрын
can you make trivia app with categories? one for universe Qs, another for animals Qs, another for Humans bodies Qs Etc, Etc, Etc.
@DesignCodeTeam2 жыл бұрын
Hi! You'll just need to create another bridge view between the WelcomeView and the TriviaView, and add your categories there. When the user taps on a specific category, you'll pass that category to the function to fetch the corresponding questions. Hope this helps! - Stephanie
@SantoCatolicoRomano2 жыл бұрын
@@DesignCodeTeam Can you take a minute to show me how or what link do you recommend me to follow the steps? I have 4 four months to try to do a category trivia and I only need the categoryView. thank you for your time
@joanacarabajal632 жыл бұрын
hi! is It with MVVM ?
@teletabtutoriais52242 жыл бұрын
You're awesome!
@劉蘇格2 жыл бұрын
Hi teacher, I have a question about API format at Trivia.swifit. why did I named "incorrectAnswer" instead "incorrectAnswers" and it could not work ? Is that unique pattern ? From A Swift rookie
@everyontech2716 Жыл бұрын
it will not work cz API has incorrect_answers. we convert this incorrect_answers to incorrectAnswers using .convertFromSnakeCase
@robertchausse30502 жыл бұрын
Thanks for this great tutorial. Do you know if we can have questions and answer in French or if there is a same web site api as this one but in French?
@DesignCodeTeam2 жыл бұрын
Hi Robert! The Open Trivia DB only has questions in English. Unfortunately, I'm not aware of any API that offers trivia questions in French. - Stephanie
@ozgurbuldum68292 жыл бұрын
You rock !
@rajdhakate6172 жыл бұрын
Hey great tutorial! Will the same code work on macOS too?
@DesignCodeTeam2 жыл бұрын
Hi Raj! I haven't tested on macOS, but except for the UI part that you'd need to adapt for a bigger screen, the logic part of the code should work as well. - Stephanie
@tridaynee2 жыл бұрын
good job
@MegaNoDeath2 жыл бұрын
Bye! Thanks for the work you do! I have a problem: at 53:48, when the simulation starts, it does not generate the questions. My screen stays blank. What can I have forgotten? Thx
@harithacm64592 жыл бұрын
I have the same problem
@harithacm64592 жыл бұрын
How you solved it
@Chris-nk6qw Жыл бұрын
FiX: disable the comments from trivaView
@harithacm64592 жыл бұрын
At 53:48 it does not generate questions. Can anyone help
@createdbyjosiahv2 жыл бұрын
I have the same problem
@Chris-nk6qw Жыл бұрын
FIX: disable comments on triviaview
@raquelcruz52192 жыл бұрын
Sorry, I have one question. How should I do to deselect an answer and select another one before I click the button next?
@raquelcruz52192 жыл бұрын
I already know the answer :D tried to insert .onTapGesture(perform: { isSelected.toggle() }) in the PrimaryButton and it works. Thanks anyway!!!
@dnzrobotics2 жыл бұрын
thank you
@nabdoss5432 Жыл бұрын
Thanks you help me so mush , How can like strong in swiftui , Good luck
@sarahlinda49822 жыл бұрын
is anyone else having trouble with the next button? it works on the start screen but when a question is answered it doesn't work anymore
@BenchNarkz Жыл бұрын
try Primary_Button instead of PrimaryButton
@mikesean19902 жыл бұрын
4:20
@forgeforex619 Жыл бұрын
Hi , everybody!Maybe somebody was find that problem?) Error keyNotFound(CodingKeys(stringValue: "incoreectAnswer", intValue: nil), Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "results", intValue: nil), _JSONKey(stringValue: "Index 0", intValue: 0)], debugDescription: "No value associated with key CodingKeys(stringValue: \"incoreectAnswer\", intValue: nil) (\"incoreectAnswer\").", underlyingError: nil))