Skip to content

Instantly share code, notes, and snippets.

@alyssasgable
Last active October 27, 2017 00:16
Show Gist options
  • Save alyssasgable/631d96ed04dfe9486a740a6b31af1eb4 to your computer and use it in GitHub Desktop.
Save alyssasgable/631d96ed04dfe9486a740a6b31af1eb4 to your computer and use it in GitHub Desktop.
[Using Menu Buttons]
let topButtons = OCVMenuButtons(scheme: OCVMenuButtonTypes.three, circles: false, arrayIn: [
["text":"<#text#>","selector":"<#function#>"],
["text":"<#text#>","selector":"<#function#>"],
["text":"<#text#>","selector":"<#function#>"]],
parentVC: self)
//Read me file does not say parentVC: self
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment