Skip to content

Instantly share code, notes, and snippets.

@marmelroy
Last active May 24, 2019 15:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marmelroy/cfd86b4ebf338f5e84e6ed62c98886fc to your computer and use it in GitHub Desktop.
Save marmelroy/cfd86b4ebf338f5e84e6ed62c98886fc to your computer and use it in GitHub Desktop.
ObjectiveKit.swift
let mapViewClass = ObjectiveClass<MKMapView>()
let selectors = mapViewClass.selectors // An array of selectors.
let properties = mapViewClass.properties // An array of properties.
mapViewClass.addSelector(#selector(testSelector), from: self.classForCoder)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment