M3U8Kit icon indicating copy to clipboard operation
M3U8Kit copied to clipboard

Fast enumeration support?

Open praveenkumar56060 opened this issue 8 years ago • 1 comments

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?

praveenkumar56060 avatar Oct 18 '16 11:10 praveenkumar56060

@praveenkumar56060 you can fork the repo and make a support, I'll merge it after review.

Phunk87 avatar Mar 27 '17 12:03 Phunk87