11 2015 档案
摘要:iOS 从C APP里启动 D APP首先在D APP里设置 URL Schemes在info.plist 文件里添加URL SchemesURL Types -->item0 --> URL Schemes --> TestD然后再回到C APP 找到info.plist 文件添加LSApplic...
阅读全文
摘要:[self performSelector:@selector(callFooWithArray) withObject:[NSArray arrayWithObjects:@"first", @"second", nil] afterDelay:15.0]; //延迟15秒
阅读全文
摘要:/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices */@interface LSApplicationWorkspace...
阅读全文
摘要:-(void)getAppPlist{ Class LSApplicationWorkspace_class = objc_getClass("LSApplicationWorkspace"); NSObject* workspace = [LSApplicationWorkspace_...
阅读全文