Hey,
When, i'm trying to extract a single M3U8SegmentInfo from the list of my M3U8SegmentInfoList through for..in statement i'm getting below warning.
Collection expression type M3U8SegmentInfoList * may not respond to countByEnumeratingWithState:objects:count:
How do i make a support for fast enumeration?
Hey,
When, i'm trying to extract a single
M3U8SegmentInfofrom the list of myM3U8SegmentInfoListthroughfor..instatement i'm getting below warning.How do i make a support for fast enumeration?