lumos
lumos copied to clipboard
💡 A light wrapper around Objective-C Runtime
Results
3
lumos issues
Sort by
recently updated
recently updated
newest added
> Fun Fact: Some classes such as URLSessionTask are actually dummy classes which are replaced with underlying classes such as __NSCFLocalSessionTask during runtime. Just wondering is it possible to swizzle...
Small nitpick here, the Swift API Guidelines state that getters should not begin with `get`, as it's implicit in the fact that the method returns something. Maybe change things like:...