swiftからobjective-cの呼び出しについて
下記test.mのsetupAppCWithMediaKeyをview_test.swiftのコード上より呼び出そうとしてい
ますがview_test.swiftの第3番めの指定で
"launchOptions:0x00000100"の指定でビルドエラーが出てしまいます。
objective-cの内容をswiftから呼び出す時のキャストについて教えていただければ助かります。
/* test.m */
+(void)setupAppCWithMediaKey:(NSString*)mk_
option:(NSUInteger)option_
launchOptions:(NSDictionary *)launchOptions_;
/* view_test.swift */
appCCloud.setupAppCWithMediaKey("xxxxxxxx",option:0x00000000, launchOptions:0x00000100)
ビルドエラー内容
タイプの期待値引数の型を 'のInt'を変換できません'[NSObjectの:ANYOBJECT]!