Skip to content

Commit

Permalink
戻るを押した時にデータクラスの値をクリアする処理を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
shimayu22 committed Aug 12, 2017
1 parent 5f65307 commit 34c5664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file not shown.
2 changes: 2 additions & 0 deletions hamuouenka/PlayerSelectViewController.swift
Expand Up @@ -158,6 +158,8 @@ class PlayerSelectViewController: UIViewController {
@IBAction func backToTop(segue: UIStoryboardSegue) {
clearCP(arr: order)
retainData.participatedPlayer.removeAll()
retainData.order.removeAll()
retainData.playerData.removeAll()
}


Expand Down

0 comments on commit 34c5664

Please sign in to comment.