iOS Interview question || What is KVO and KVC in iOS

Поділитися
Вставка
  • Опубліковано 22 січ 2025

КОМЕНТАРІ • 24

  • @subhashr.p7643
    @subhashr.p7643 11 місяців тому

    Just Crystal clear - This particular concept was very much complicated to understand but you made it like cake walk, Thank you.

  • @SheikhAtifiOS
    @SheikhAtifiOS 19 днів тому

    and why would you need dynamic for kvc? only for kvo

  • @sakirsaiyed49
    @sakirsaiyed49 3 роки тому +1

    Awesome.. your explation is simply great... keep going :)

  • @akshaykumar-qj2kx
    @akshaykumar-qj2kx 2 роки тому

    your way of explaination is awesome.. Keep going

    • @AppDeveloperPoint
      @AppDeveloperPoint  2 роки тому

      Thanks.. Do watch ua-cam.com/video/l-VsBPQWCxk/v-deo.html

  • @amamiya6098
    @amamiya6098 Рік тому

    Very nice. Appreciated 👍

  • @shashivendrasinghsengar792
    @shashivendrasinghsengar792 Рік тому

    Great explanation and language are very simple

  • @pratikgupta7373
    @pratikgupta7373 3 роки тому +1

    thanks for covering imp topics

  • @sudheerkumar-fj1kr
    @sudheerkumar-fj1kr Рік тому

    Excellent explanation

  • @SheikhAtifiOS
    @SheikhAtifiOS 19 днів тому

    not direct access, say dot notation

  • @KailashJangir-fn1ve
    @KailashJangir-fn1ve 7 місяців тому

    Great Explanation but what if interviewer ask like what is the benefit of using this technique like we can use them directly na why we're making it that complex, then what to answer??

    • @_ritesh305
      @_ritesh305 7 місяців тому

      so that we can observe the changes in a property.

  • @vinaycarnatic1768
    @vinaycarnatic1768 2 роки тому

    Great Explanation. But give some real-time examples also please.

  • @hasibazhan761
    @hasibazhan761 2 роки тому

    Please cover topic of MVVM with ViewModelType , so we pass type (that is protocol) not concrete viewmodel to View Controller.

  • @priyankagolhar7315
    @priyankagolhar7315 2 роки тому

    thanks

  • @LonnieThomas-v4s
    @LonnieThomas-v4s 5 місяців тому

    Thomas Donna Jackson Shirley Clark George

  • @naveenchatla3877
    @naveenchatla3877 Місяць тому

    Thank you and nice explanation which am looking for.
    But why we need to take out custom data type (last question)?. simply Can’t we set as Any? 
(in this case age )