The post basically looks over some projects listed in awesome ios. I do not dive deep into each project to figure out what it does with method swizzling technique. Some of them use method swizzling for writing unit tests, some use swizzling for its core logic business, etc. Data persistence Firebase Firebase is Google's mobile platform that … Continue reading Projects which use method swizzling technique
Category: Swizzle
Method Swizzling Fun Fact
Eventually, I have had my answer about using method swizzling in Swift/Objective-C. One of my teammates in AT&T who went to WWDC 2018 with a list of the desired questions to ask Apple engineers, he took notes some answers. These are 2 questions on Swizzling which were brought up...
Fear of Swizzling
I believe that Swizzling is the most argumentative technique which I have used in Objective-C/Swift. Apple makes it available to use. Apple also releases some documents about Swizzling, it doesn't set a standard for using the Swizzling technique. Hence the application could have some potential risk to pass the app review. I'm not a fan … Continue reading Fear of Swizzling
Method Swizzling and some applications
As an iOS developer, I'm pretty sure that most of you have ever sometimes heard about Swizzling. I gonna talk about this. Not gonna say all things about Swizzling, definition, what, why, blah blah,... Just share the main ideas, some uses in practice from my experience. In Swift/Objective-C, the language provides some tools to work … Continue reading Method Swizzling and some applications