Skip to content

Instantly share code, notes, and snippets.

@matsuhisa
Last active August 29, 2015 14:10
Show Gist options
  • Save matsuhisa/7fe7c56078b03b56484e to your computer and use it in GitHub Desktop.
Save matsuhisa/7fe7c56078b03b56484e to your computer and use it in GitHub Desktop.
モーダルのSegue.identifier でエラーが出る時の対処策 ref: http://qiita.com/matsuhisa@github/items/436110c24db0f754c3c4
if segue.identifier == "ShowDetail” {
// 処理
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment