Giphy / giphy-ios-sdk

Home of the GIPHY SDK iOS example app, along with iOS SDK documentation, issue tracking, & release notes.
https://developers.giphy.com/
Mozilla Public License 2.0
116 stars 52 forks source link

No visible @interface for 'GiphyGridController' declares the selector 'setAPIKey:verificationMode:' #240

Closed junxiangocode closed 12 months ago

junxiangocode commented 1 year 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.

cgmaier commented 1 year ago

hey @junxiangocode please try


    [Giphy configureWithApiKey:@""
              verificationMode:NO
                      metadata:[NSMutableDictionary dictionary]];