You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.
I was tried to send collection view with the custom cell but unfortunate show me only empty space.
`
let label = UILabel.init(frame: CGRect(x:0, y: 0, width:200, height:200))
label.text = "Test1"
label.backgroundColor = .red
I was tried to send collection view with the custom cell but unfortunate show me only empty space.
`
let label = UILabel.init(frame: CGRect(x:0, y: 0, width:200, height:200))
label.text = "Test1"
label.backgroundColor = .red
The text was updated successfully, but these errors were encountered: