Skip to content

Instantly share code, notes, and snippets.

@ioskevinshah
Created November 26, 2018 09:37
Show Gist options
  • Select an option

  • Save ioskevinshah/b687fb6f1b8cde61f594854eb23eaf2e to your computer and use it in GitHub Desktop.

Select an option

Save ioskevinshah/b687fb6f1b8cde61f594854eb23eaf2e to your computer and use it in GitHub Desktop.
fileprivate func addSubView() {
verticalStackView.addArrangedSubview(lblTitle)
verticalStackView.addArrangedSubview(lblSubTitle)
addSubview(verticalStackView)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment