Skip to content

Instantly share code, notes, and snippets.

@MickaelCruzDB
Created May 5, 2015 08:05
Show Gist options
  • Save MickaelCruzDB/84d75358b4743467186b to your computer and use it in GitHub Desktop.
Save MickaelCruzDB/84d75358b4743467186b to your computer and use it in GitHub Desktop.
func itemTouched(item: PathMenuItem) {
let tag: Int = self.flag!
if (item.tag == 1000) {
println("item1 touched")
ViewController().goToNextView()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment