ST
Size: a a a
ST
W
E
let url = URL(string:"рабочая ссылка")
if let data = try? Data(contentsOf: url!)
{
self.imageViewCell.image = UIImage(data: data)
}🅰Б
let url = URL(string:"рабочая ссылка")
if let data = try? Data(contentsOf: url!)
{
self.imageViewCell.image = UIImage(data: data)
}DM
E
DM
DM
E
Warning once only: Detected a case where constraints ambiguously suggest a height of zero for a table view cell's content view. We're considering the collapse unintentional and using standard height insteadDM
AV
AV
PY
SS