CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

Swizzle 0.1.0

Swizzle 0.1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Dec 2016
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Yasuhiro Inami.



Swizzle 0.1.0

  • By
  • Yasuhiro Inami

Swizzle

Method-Swizzling for Swift.

Example

swizzleInstanceMethod(MyObject.self, from: #selector(MyObject.hello), to: #selector(MyObject.bye))
swizzleInstanceMethodString(MyObject.self, from: "dealloc", to: "_my_dealloc")

swizzleClassMethod(MyObject.self, from: #selector(MyObject.hello), to: #selector(MyObject.bye))
swizzleClassMethodString(MyObject.self, from: "privateObjCClassMethod", to: "myClassMethod")

Licence

MIT