We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think this will be great if have a isRegisterd method to prevent registering for an instance multiple times.
isRegisterd
The text was updated successfully, but these errors were encountered:
Hi, I don't really have time to add features to this project, if you want to please open a pull request and I'll review it, thanks.
Sorry, something went wrong.
Sure, I will just a few days.
open class func isRegistered(_ target: AnyObject, name: String) -> Bool { let id = UInt(bitPattern: ObjectIdentifier(target)) return ((Static.instance.cache[id]?.filter { $0.name == name }) != nil) }
@mhmdgoma hello!! this code not working when check
No branches or pull requests
I think this will be great if have a
isRegisterd
method to prevent registering for an instance multiple times.The text was updated successfully, but these errors were encountered: