Fresh Beginning
  • Home
  • Portfolio
  • My Clothing Shop
  • Etsy Clothing Store
  • Buy Me A Coffee
  • Patreon
  • Speaking
  • Reading
  • About Me
  • Contact Me
Subscribe

runtime

A collection of 2 posts
How to Measure and Compare Execution Time in Swift and iOS
iOS

How to Measure and Compare Execution Time in Swift and iOS

When you're developing an app, writing it for low-end devices with high network latency makes sure your app does not provide a degraded performance for some users. In order to know how performant our app is, we can add support to provide a timing summary in terms of execution time
Apr 21, 2023 2 min read
iOS

NSInvocation on iOS with gotchas

Dynamic method execution is the strong feature of Cocoa runtime environment. NSInvocation allows users to execute method dynamically using selector and method signature on the fly. In short you can pass method string to the selector and create invocation out of it on the fly. You do not even need
Dec 5, 2015 3 min read
Fresh Beginning © 2025
Powered by Ghost