Swift Tutorials: Property observers in swift

Опубликовано: 10 Апрель 2020
на канале: Swift Tutorials
850
19

In this video tutorial, we will learn about property observers in swift. Property observers observe and respond to change in property's value.We have two types of property observers

1) willSet
2) didSet

willSet - is called just before the value is stored.
didSet - is called immediately after the new value is stored.

We will learn how to implement property observers with a small example.


Смотрите видео Swift Tutorials: Property observers in swift онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Swift Tutorials 10 Апрель 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 850 раз и оно понравилось 19 людям.