(2020) Swift Tutorial for Beginners: Lesson 7 Functions (Part 1)

(2020) Swift Tutorial for Beginners: Lesson 7 Functions (Part 1)

CodeWithChris

5 лет назад

35,738 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@evanA36239
@evanA36239 - 24.04.2023 03:48

Not very helpful to me.

Ответить
@amberbeaton3932
@amberbeaton3932 - 20.08.2022 20:13

Your explanation is clear and thorough. Thank you!

Ответить
@obeidmirzagmail
@obeidmirzagmail - 20.11.2021 07:49

//=================Exercise 7=======================
func walkNorth(){
print("You walked North")
}
func walkSouth(){
print("You walked South")
}
func walkEast(){
print("You walked East")
}
func walkWest(){
print("You walked West")
}
walkNorth()
walkSouth()
walkEast()
walkWest()
// Submitting work for grade

Ответить
@johnpotter3246
@johnpotter3246 - 07.09.2021 21:25

Hey nice videos ! But can you suggest some alternatives to Xcode for swift development ?

Ответить
@hamirjoshi4523
@hamirjoshi4523 - 06.09.2021 22:07

Best swift tutorial series out there 💪🏻🔥👍

Ответить
@zakairya5679
@zakairya5679 - 29.07.2021 22:51

So when we are using let and or ?

Ответить
@wasimakram-gm3rm
@wasimakram-gm3rm - 15.07.2021 17:58

so excited that i'm learning well from you

Ответить
@user-nl1re4wj3t
@user-nl1re4wj3t - 04.06.2021 11:29

Thank you for lesson 🙂

Ответить
@monikasaxena105
@monikasaxena105 - 25.08.2020 19:51

Chris you are amazing

Ответить
@CapDrew
@CapDrew - 24.04.2020 10:47

this was way easier to understand than loops haha

Ответить
@Jcrivero02
@Jcrivero02 - 07.04.2020 21:33

Thank u so much for these videos😁 do you have any other exercises besides the ones you link in the videos. Im addicted to practicing😂

Ответить
@haroonkhan7402
@haroonkhan7402 - 25.03.2020 17:16

Hey Chris, Your teaching method is amazing and now I'm really interested on making my own app.
Can you make videos on any wallpaper apps? If not can you at least tell me if i will be able to make a wallpaper app after finishing your app making tutorial?

Ответить
@rugvedkamat360
@rugvedkamat360 - 23.03.2020 22:01

For me it says I should replace my pet with a underscore? What should I do

Ответить
@akshay1279
@akshay1279 - 08.11.2019 20:01

what is getter setter

Ответить
@mohammednishad4055
@mohammednishad4055 - 21.08.2019 21:25

Can you do more apps tutorial. Some clone apps that available now like Instagram. So we get lot of ideas to create app more interestingly.

Ответить
@mohammednishad4055
@mohammednishad4055 - 21.08.2019 21:23

You have great teaching skill awesome class 🥰🥰🥰 love from india

Ответить
@Yeet-tc3xy
@Yeet-tc3xy - 26.07.2019 20:53

what is the difference between functions and methods?

Ответить
@newzombie1
@newzombie1 - 26.05.2019 21:02

So would it be a bad idea to declare you're consent's outside of you're function? because i tried it and it still runs the code. thanks

Ответить
@szymondalagopisz7878
@szymondalagopisz7878 - 23.05.2019 23:10

What I've learn in the past hours:

- What is a variable
- What are constants

- What is Datatype (like str, int, bool, etc.)
- What does a if-statemant do and how to use it

- What does a loop do
- What does a switch do and why it's important
- Whats the funktion of a funktion
- And most important to try out wht I've learnd and not trying to memorize it only by reading!
Chris, you are an amazing teacher! I can't wait to watch the nex video!

Ответить
@JoshPMikes
@JoshPMikes - 07.05.2019 23:17

Chris, these have been very helpful. How often do you plan to add to this series?

Ответить
@shukriabdikadir233
@shukriabdikadir233 - 07.05.2019 19:03

Thanks allot

Ответить