SH
Size: a a a
SH
SH
let redBox = UIView(frame: CGRect(x: 100, y: 100, width: 128, height: 128))
redBox.backgroundColor = .red
redBox.layer.cornerRadius = 25
redBox.layer.maskedCorners = [.layerMinXMinYCorner, .layerMaxXMaxYCorner]
view.addSubview(redBox)
А
SH
SH
А
SH
TF
URLSession
и тд.NSOperationQueue
? или в какую сторону лучше почитать/покопать?DispatchSourceTimer
DK
DK
n
DK
DispatchSourceTimer
DK
AK
AK
DK
TF
AR
AR