Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
👌🏻👌🏻It's really clear and so good easy to understand the concept😊 please make more videos related to real time example
Good Stuff explained.Can you please make a tutorial even on Extensions like can we add extensions to a struct, why stored properties are not allowed in extension, why we go for extensions all such things.
Thanks for watching. Sure it will come
Good and clear explanations with example...!! Thanks for it.
Glad it was helpful!
You explained Singleton in much clear and crisp way. Otherwise it is hard to understand such complex Topics .
Thanks
Really helpful… keep up the good work 😀
Glad to hear that!
Thanks for making fantastic tutorials
You're very welcome!
class Logger{ static var shared = Logger()}Isn't this a mutable global state? It's not a textbook Singleton
☃︎ good explanation 👌
Please make a video on iOS swift design pattern
Yes Sure on the way. Thanks for watching
@@AppDeveloperPoint Your’s videos really help-full for the interview.
Thanks, it was good
Glad you liked it!
This is not a singleton pattern.What's the point making it private init where you can set shared instance from outside?
You can't set shared instance from outside. You can just access it. The example he used is correct. This is what singleton is.
it was very good
Thanks 👍
Nice
👌🏻👌🏻It's really clear and so good easy to understand the concept😊 please make more videos related to real time example
Good Stuff explained.
Can you please make a tutorial even on Extensions like can we add extensions to a struct, why stored properties are not allowed in extension, why we go for extensions all such things.
Thanks for watching. Sure it will come
Good and clear explanations with example...!! Thanks for it.
Glad it was helpful!
You explained Singleton in much clear and crisp way. Otherwise it is hard to understand such complex Topics .
Thanks
Really helpful… keep up the good work 😀
Glad to hear that!
Thanks for making fantastic tutorials
You're very welcome!
class Logger{
static var shared = Logger()
}
Isn't this a mutable global state? It's not a textbook Singleton
☃︎ good explanation 👌
Please make a video on iOS swift design pattern
Yes Sure on the way. Thanks for watching
@@AppDeveloperPoint Your’s videos really help-full for the interview.
Thanks, it was good
Glad you liked it!
This is not a singleton pattern.
What's the point making it private init where you can set shared instance from outside?
You can't set shared instance from outside. You can just access it. The example he used is correct. This is what singleton is.
it was very good
Thanks 👍
Nice