You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.
ASDefaultPlaybackButtonType buttonType = (ASDefaultPlaybackButtonType)[parameters[@"buttonType"] intValue];
UIColor *color = parameters[@"color"];
These lines give an error
Expected method to read dictionary element not found on object of type 'id'
The text was updated successfully, but these errors were encountered:
pnaqash
changed the title
Asynicdisplaykit not update for swift 4
Asynicdisplaykit not updated
May 8, 2018
pnaqash
changed the title
Asynicdisplaykit not updated
Asyncdisplaykit not updated
May 8, 2018
I have the same issue,
the IOSRaj solution worked for me but it generates this warning Initializing 'NSDictionary *__strong' with an expression of incompatible type '__strong id<NSObject>'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ASDefaultPlaybackButtonType buttonType = (ASDefaultPlaybackButtonType)[parameters[@"buttonType"] intValue];
UIColor *color = parameters[@"color"];
These lines give an error
Expected method to read dictionary element not found on object of type 'id'
The text was updated successfully, but these errors were encountered: