Skip to content

Instance methods, nullability + simplification

Latest
Compare
Choose a tag to compare
@floschliep floschliep released this 15 Oct 15:40
  • The category is now using instance methods as suggested by @AliThink
  • Added nullability specifiers for better compatibility with Swift
  • Removed half of the code by taking advantage of the „advanced“
    counterpart method (e.g. by creating an NSURLRequest from a given NSURL)