ios - Trying to access id class method from swift -
i'm trying access following method soundcloud ios sdk swift code without success (the method seems not accessible , autocomplete not show too). hint?
+ (id)   performmethod:(screquestmethod)amethod             onresource:(nsurl *)resource        usingparameters:(nsdictionary *)parameters            withaccount:(scaccount *)account sendingprogresshandler:(screquestsendingprogresshandler)progresshandler        responsehandler:(screquestresponsehandler)responsehandler;      
in bridging header file included
#import "scapi.h"   and make class methods call scsoundcloud.* or screquest.* , autocomplete fine. did add soundcloud libraries under build phases -> link binary libraries?
Comments
Post a Comment