Skip to content

Instantly share code, notes, and snippets.

@dqhieu
Last active September 10, 2017 07:22
Show Gist options
  • Save dqhieu/a1c1146fd51bdb124294d22c5a4df3cd to your computer and use it in GitHub Desktop.
Save dqhieu/a1c1146fd51bdb124294d22c5a4df3cd to your computer and use it in GitHub Desktop.
let myView = MyView(title: "Title", subTitle: "Sub title", content: "Content")
let myView2 = MyView(frame: .zero)
myView2.setTitle("Title", subTitle: "Sub title", content: "Content")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment