Created
May 5, 2015 08:05
-
-
Save MickaelCruzDB/84d75358b4743467186b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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