Stinger is a high-performance, library-based AOP (Aspect-Oriented Programming) framework for Objective-C. It allows developers to inject code dynamically into existing methods without modifying the original codebase.

Features

  • Enables aspect-oriented programming for Objective-C
  • Injects code before, after, or instead of methods dynamically
  • Works at runtime without altering original method implementations
  • Lightweight with no method swizzling required
  • Helps add logging, monitoring, and error handling non-invasively
  • Compatible with existing iOS and macOS apps

Project Samples

Project Activity

See All Activity >