What is method swizzling in objective c and why would you use it?
Answer Posted / Sudha Maurya
"Method Swizzling" is a technique used in Objective-C to dynamically swap out implementation of methods at runtime. It's useful when you want to modify the behavior of existing classes without modifying their source code or creating subclasses. This can be particularly helpful for debugging, testing, or implementing libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category