We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
M3U8SegmentInfo
M3U8SegmentInfoList
for..in
Collection expression type M3U8SegmentInfoList * may not respond to countByEnumeratingWithState:objects:count:
M3U8SegmentInfoList *
countByEnumeratingWithState:objects:count:
How do i make a support for fast enumeration?
The text was updated successfully, but these errors were encountered:
@praveenkumar56060 you can fork the repo and make a support, I'll merge it after review.
Sorry, something went wrong.
No branches or pull requests
Hey,
When, i'm trying to extract a single
M3U8SegmentInfo
from the list of myM3U8SegmentInfoList
throughfor..in
statement i'm getting below warning.How do i make a support for fast enumeration?
The text was updated successfully, but these errors were encountered: