Skip to content
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

Sprint 04 #759

Open
wants to merge 2 commits into
base: project_sprint_3_start
Choose a base branch
from

Conversation

eriksoyan
Copy link

No description provided.

Comment on lines +5 to +8
@IBOutlet weak var questionLabel: UILabel!
@IBOutlet weak var questionCountLabel: UILabel!
@IBOutlet weak var image: UIImageView!
@IBOutlet weak var quizQuestion: UILabel!
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Давай сделаем приватными

Comment on lines +46 to +50
@IBAction func yesButton(_ sender: Any) {
checkAnswer(userAnswer: true)
}

@IBAction func noButton(_ sender: Any) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Давай сделаем приватными

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants