Closed junxiangocode closed 12 months ago
I am using Objective C to use this library.
GiphyGridController *vc = [[GiphyGridController alloc] init]; [vc setAPIKey:GPH_APIKey verificationMode:false]; -->>> this line show error
I Wonder is it whether the library version issue.
hey @junxiangocode please try
[Giphy configureWithApiKey:@"" verificationMode:NO metadata:[NSMutableDictionary dictionary]];
I am using Objective C to use this library.
GiphyGridController *vc = [[GiphyGridController alloc] init]; [vc setAPIKey:GPH_APIKey verificationMode:false]; -->>> this line show error
I Wonder is it whether the library version issue.