Same for MSAL.framework
Post
Replies
Boosts
Views
Activity
In the case of adding a UICollectionView to a UICollectionViewCell, it works for iOS 14. However, in the case of adding a UICollectionView to a UITableViewCell, the work around I found was to add it as a subview to the contentView instead of a subview of the cell.