This is how I tried to do it but didn't work and the output is a blank collection view as you see in the simulator.
I would appreciate any help. Thanks



on DonationProgramCell.swift add Property Observers to titleText property like this
var titleText = "" {
willSet {
itemTitle.text = newValue
}
}
also make sure that the itemTitle IBOutlet Label has right constraints
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With