Great video! It's nice to just see someone make a simple app without any explanation and work out why things work for myself.
@itsAJ8193 жыл бұрын
what i love about the no explanation is that things did fail for me.... Errors up and down... but it allowed me to figure it out on my own. I love this content
@NghiaNguyen-ws9rx4 жыл бұрын
Please make a video of sudoku game!
@jaewooko45274 жыл бұрын
Great video!! I was looking for grid function. I am trying to build easy scheduler with simple button interface. I can utilize a lot from your examples.
@konstantin23873 жыл бұрын
At the next time, when you're doing another vide, please show us everything from the beginning. When you're starting Xcode, you're deciding if you use UITest and Storyboard or SwiftUI. But your video is very good, thank you.
@patrickclaessens94184 жыл бұрын
This is awesome. Thank you very much for sharing
@andrejkling38863 жыл бұрын
Excellent... Thank you Master
@NghiaNguyen-hn5st3 жыл бұрын
I love this, thanks you
@ycoder87184 жыл бұрын
amazing video man... thanks for uploading this
@ycoder87184 жыл бұрын
Is this project there on GitHub??
@Kavsoft4 жыл бұрын
If you need source means Just contact us through Instagram we will send it to you:))))
@ycoder87184 жыл бұрын
@@Kavsoft R u there on discord
@Kavsoft4 жыл бұрын
@@ycoder8718 No Or Try In Twitter
@zion37623 жыл бұрын
Thx☺️
@НиколайБорисов-й2э3 жыл бұрын
I have a matrix 3x3 made of 9 text fields and also i have two players (the game almost looks like the Tic Tac Toe). How to implement the method that will show the user whose turn now? For example: "1st player turn" or ''2nd player turn". I've got label and @IBOutlet for showing the message, but have no idea how to connect text fields, label and two players in one method to show whose turn now. Any help will be appreciated. Thanks in advance!
@FernandoMXoficial4 жыл бұрын
Cool
@stevenslater91883 жыл бұрын
Im trying to do this but when a player wins on the final move it doesn't check it, can you help?