Objective C: is Posing available for ios?

后端 未结 2 452
星月不相逢
星月不相逢 2021-01-03 16:04
  1. I am trying to implement posing for one ios project.
  2. The scenario: Defining class of controller at run time
  3. I realise that poseAsClass or class_poseA
2条回答
  •  一整个雨季
    2021-01-03 16:41

    You should look into Method Swizzling. It helps you change the functions/function bodies at run time.

    There is a great tutorial here.

提交回复
热议问题