M3U8Kit
M3U8Kit copied to clipboard
Fast enumeration support?
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 tocountByEnumeratingWithState:objects:count:
How do i make a support for fast enumeration?
@praveenkumar56060 you can fork the repo and make a support, I'll merge it after review.