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

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -