Skip to content

Instantly share code, notes, and snippets.

@Edudjr
Created February 7, 2022 20:38
Show Gist options
  • Save Edudjr/b0b7410e4b56be3dd8f6b80d440971dd to your computer and use it in GitHub Desktop.
Save Edudjr/b0b7410e4b56be3dd8f6b80d440971dd to your computer and use it in GitHub Desktop.
struct MusicSheetPlotter<T: Prototype> where T.CloneType: UIView {
let quarterNote: T
func plot(in view: UIView) {
...
stack.addArrangedSubview(quarterNote.clone())
stack.addArrangedSubview(quarterNote.clone())
stack.addArrangedSubview(quarterNote.clone())
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment