Apr 3, 2024 #ios #swift Deep dive into Swift for-loop performance Which function has better performance? *while*, *for loop*, or high-order function *reduce*? Let's find out!
Dec 18, 2023 #ios #swift A modern approach to Swift method swizzling As of Swift 5.1, Swift provides the @_dynamicReplacement modifier to handle method swizzling. Let's find out how to use it!