From ad0fc4384c74ea3323e875d9a873fde88aa97b49 Mon Sep 17 00:00:00 2001 From: Damir Aushenov Date: Tue, 18 Jan 2022 01:48:42 +0300 Subject: [PATCH] fx --- Worde/ViewController.swift | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Worde/ViewController.swift b/Worde/ViewController.swift index b2bbc8a..cef52ae 100644 --- a/Worde/ViewController.swift +++ b/Worde/ViewController.swift @@ -14,7 +14,7 @@ class ViewController: UIViewController { let keyboardBottom: [String] = ["x", "я", "ч", "с", "м", "и", "т", "ь", "б", "ю", "ввод"] } - let secret: [String] = [] + var secret = "ложка" let titleLabel: UILabel = { let label = UILabel() @@ -28,8 +28,6 @@ class ViewController: UIViewController { super.viewDidLoad() view.backgroundColor = .white configureViews() - print(digitsLabel) - } lazy var verticalStackView: UIStackView = { @@ -76,12 +74,8 @@ class ViewController: UIViewController { let createXView = createHorizontalStackView() var row: [UILabel] = [] for _ in 0..