Skip to content

Instantly share code, notes, and snippets.

@sorin-ref
Created November 8, 2018 09:07
Show Gist options
  • Save sorin-ref/7b21a7e98f7a0642a8d82e5179be76b9 to your computer and use it in GitHub Desktop.
Save sorin-ref/7b21a7e98f7a0642a8d82e5179be76b9 to your computer and use it in GitHub Desktop.
import UIKit
public class Frame: UIView {
public override func draw(_ rect: CGRect) {
// Drawing code
let framer = Framer()
framer.getFrameName().draw(in: bounds)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment