You are totally correct. With the snipped below it was totally possible for the number of sections to be 0.
func numberOfSections(in collectionView: UICollectionView) -> Int {
return answerViewModels.count
}
However just checking in to see why, if it actually exists, any changes to a detection was not made aware in the release notes.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: