I am trying to swizzle UIImage
init functions but when trying to get the instance function they return nil. Any idea?
let instance = class_getInstanceMethod(self, #selector(UIImage.init(named))
let instanceWithBundle = class_getInstanceMethod(self, #selector(UIImage.init(named:in:with)