РЛ
sceneWillEnterForeground(_:)sceneDidBecomeActive(_:)Size: a a a
РЛ
sceneWillEnterForeground(_:)sceneDidBecomeActive(_:)РЛ
import UIKit
class WrongAnswersCollectionViewCell: UICollectionViewCell {
@IBOutlet var questionButton: UIButton!
override init(frame: CGRect) {
super.init(frame: .zero)
print(questionButton)
}
required init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
}
Получаю niloverride init(frame: CGRect) {
super.init(frame: frame)
print(questionButton)
}В
Р
𝕶
H
SD
override init(frame: CGRect) {
super.init(frame: frame)
print(questionButton)
}VP
SD
Z
Z

Z
ДР
Z
ДР
VP
VP
S
S