-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add Player UI #119
[Feature] Add Player UI #119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
if segue.identifier == "showPlayerStats" { | ||
// Get the new view controller using segue.destination. | ||
// Pass the selected object to the new view controller. | ||
if let playerStatsVC = segue.destination as? PlayerStatsViewController { | ||
// Set any properties of playerStatsVC here | ||
// For example, pass an AchievementsDatabase instance if needed | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't seem to be doing anything here. Accidental commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FIxed, thanks.
Summary
Pending (the below will be moved to a new PR, this PR wil be reserved for UI only)