How to create your own structs – Swift for Complete Beginners

preview_player
Показать описание
Other videos in the Structs section:

1. How to create your own structs: This video

Рекомендации по теме
Комментарии
Автор

Thanks Paul, this is the best Swift struct tutorial I have seen and heard.

patgoo
Автор

I love the pup that comes in and out. Need that mini break 😂

MrRcdrifter
Автор

Thank you a lot, I hadn't understood this until now.

Vidadlaur
Автор

sir why the curly braces are not finish exactly below to vacationRemaining i am very stuck for this

jimitkachchhi
Автор

I like to use name for variable then type and call init.
var archer: Employee = .init(name: “Some one”, vacationRemaining:14)

steps-sdetsnotes
Автор

"camelCase where the first letter is lower case"... so just camelCase then??? Do you think camelCase is PascalCase?

spailsofficial