I solved my issue by doing this,
Old - (below iOS 14)
[cell addSubview:__];
New code - (iOS 14)
[cell.contentView addSubview:__];
Topic:
Programming Languages
SubTopic:
Swift
Tags: