Build a trivia game app from scratch with this SwiftUI crash course

  Рет қаралды 38,812

DesignCode

DesignCode

Күн бұрын

Пікірлер: 62
@qfsmith1
@qfsmith1 2 жыл бұрын
I'm digging all of your videos. Please keep them coming. Thank you.
@DesignCodeTeam
@DesignCodeTeam 2 жыл бұрын
Will do, thanks for supporting
@ins3rt915
@ins3rt915 9 ай бұрын
Thank you so much for this awesome tutorial! You just saved my computers finals submission
@semilife
@semilife 2 жыл бұрын
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.
@ShaifulSujohn
@ShaifulSujohn 2 жыл бұрын
Nice tutorial with clear detailing. Following...
@dongxiang9370
@dongxiang9370 2 жыл бұрын
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.
@carmineloschiavo5864
@carmineloschiavo5864 2 жыл бұрын
Stephanie -You are so gifted ! Thanks for another great tutorial. I will be there to join you for the next one. ❤️‍🔥💝 Happy New Year 🎆
@DesignCodeTeam
@DesignCodeTeam 2 жыл бұрын
Glad it helped Carmine! Happy new year to you as well! - Stephanie
@marcoalonso6759
@marcoalonso6759 2 жыл бұрын
very nice tutorial, keep uploading this kind of videos.
@MarkBulaclac-jg5gz
@MarkBulaclac-jg5gz 7 ай бұрын
Is there a way to create your own personalized question bank database within the Xcode project?
@ID_Station
@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.
@solidenix
@solidenix 11 ай бұрын
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
@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
@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
@everyontech2716 Жыл бұрын
wonderful tutorial...one suggestion is to use coredata to store scores and provide difficulty level based on this level
@joshuathomasbrooks9450
@joshuathomasbrooks9450 3 ай бұрын
is there a way to modify or request all the questions you want? I want to create questions for my own trivia
@ledues3336
@ledues3336 2 жыл бұрын
I dig this UI!
@DesignCodeTeam
@DesignCodeTeam 2 жыл бұрын
Awesome!
@jomaari
@jomaari Жыл бұрын
You are a great coder.
@belafekete3125
@belafekete3125 2 жыл бұрын
This is excellent tutorial! Thank you for sharing knowledgeable information.
@jemmytech5474
@jemmytech5474 2 жыл бұрын
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?
@andrejkling3886
@andrejkling3886 2 жыл бұрын
Excellent tutorial... Thank you
@FemiKolawole
@FemiKolawole 2 жыл бұрын
Excellent!! Thank you for sharing
@belafekete3125
@belafekete3125 2 жыл бұрын
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.
@vonsglutenfreerecipes
@vonsglutenfreerecipes 2 жыл бұрын
loved it, how do we add difficulty levels to it ?
@aidencvfx
@aidencvfx 2 жыл бұрын
Fantastic tutorial
@jordanbanya8230
@jordanbanya8230 2 жыл бұрын
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
@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
@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
@jilanikashif
@jilanikashif 2 жыл бұрын
This is great tutorial and explanation, thanks for sharing knowledgeable information.
@DesignCodeTeam
@DesignCodeTeam 2 жыл бұрын
Glad it was helpful!
@raquelcruz5219
@raquelcruz5219 2 жыл бұрын
Thank you so much
@DesignCodeTeam
@DesignCodeTeam 2 жыл бұрын
You're most welcome
@SantoCatolicoRomano
@SantoCatolicoRomano 2 жыл бұрын
can you make trivia app with categories? one for universe Qs, another for animals Qs, another for Humans bodies Qs Etc, Etc, Etc.
@DesignCodeTeam
@DesignCodeTeam 2 жыл бұрын
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
@SantoCatolicoRomano
@SantoCatolicoRomano 2 жыл бұрын
@@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
@joanacarabajal63
@joanacarabajal63 2 жыл бұрын
hi! is It with MVVM ?
@teletabtutoriais5224
@teletabtutoriais5224 2 жыл бұрын
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
@everyontech2716 Жыл бұрын
it will not work cz API has incorrect_answers. we convert this incorrect_answers to incorrectAnswers using .convertFromSnakeCase
@robertchausse3050
@robertchausse3050 2 жыл бұрын
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?
@DesignCodeTeam
@DesignCodeTeam 2 жыл бұрын
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
@ozgurbuldum6829
@ozgurbuldum6829 2 жыл бұрын
You rock !
@rajdhakate617
@rajdhakate617 2 жыл бұрын
Hey great tutorial! Will the same code work on macOS too?
@DesignCodeTeam
@DesignCodeTeam 2 жыл бұрын
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
@tridaynee
@tridaynee 2 жыл бұрын
good job
@MegaNoDeath
@MegaNoDeath 2 жыл бұрын
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
@harithacm6459
@harithacm6459 2 жыл бұрын
I have the same problem
@harithacm6459
@harithacm6459 2 жыл бұрын
How you solved it
@Chris-nk6qw
@Chris-nk6qw Жыл бұрын
FiX: disable the comments from trivaView
@harithacm6459
@harithacm6459 2 жыл бұрын
At 53:48 it does not generate questions. Can anyone help
@createdbyjosiahv
@createdbyjosiahv 2 жыл бұрын
I have the same problem
@Chris-nk6qw
@Chris-nk6qw Жыл бұрын
FIX: disable comments on triviaview
@raquelcruz5219
@raquelcruz5219 2 жыл бұрын
Sorry, I have one question. How should I do to deselect an answer and select another one before I click the button next?
@raquelcruz5219
@raquelcruz5219 2 жыл бұрын
I already know the answer :D tried to insert .onTapGesture(perform: { isSelected.toggle() }) in the PrimaryButton and it works. Thanks anyway!!!
@dnzrobotics
@dnzrobotics 2 жыл бұрын
thank you
@nabdoss5432
@nabdoss5432 Жыл бұрын
Thanks you help me so mush , How can like strong in swiftui , Good luck
@sarahlinda4982
@sarahlinda4982 2 жыл бұрын
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
@BenchNarkz Жыл бұрын
try Primary_Button instead of PrimaryButton
@mikesean1990
@mikesean1990 2 жыл бұрын
4:20
@forgeforex619
@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))
Build a Recipe App from scratch with SwiftUI - Part 1
45:58
DesignCode
Рет қаралды 58 М.
Create a weather app from scratch with this SwiftUI Crash Course
37:04
Happy birthday to you by Secret Vlog
00:12
Secret Vlog
Рет қаралды 6 МЛН
Build a SwiftUI to-do app from scratch with Realm Crash Course
42:40
Instagram Front-end in SwiftUI under 1h
40:12
DesignCode
Рет қаралды 12 М.
No Code App Development is a Trap
9:31
Coding with Dee
Рет қаралды 296 М.
Data Flow in a SwiftUI App
33:15
CodeWithChris
Рет қаралды 54 М.
Build a FaceID Authentication System in SwiftUI
38:52
DesignCode
Рет қаралды 36 М.
Build a Quiz App in SwiftUI and Supabase
40:44
Jason Dubon
Рет қаралды 7 М.
programming projects that taught me how to code
9:49
isak
Рет қаралды 305 М.