I create one application in my iphone so i want to do if i open my application the i am give one button if .I click that button then.I want to open other 10 application which is already in my iphone that application i have to open in my application which i create
我在我的iphone中创建了一个应用程序,所以如果我打开我的应用程序,我想要做的是我给一个按钮,如果。我点击那个按钮然后。我想打开已经在我的iphone中的其他10个应用程序我必须打开在我创建的应用程序中
can we use this as par my required
我们可以使用它作为我的要求
NSString *documentdir = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) lastObject];
NSString *tileDirectory = [documentdir stringByAppendingPathComponent:@"xxxx/Tiles"];
NSLog(@"Tile Directory: %@", tileDirectory
1 个解决方案
#1
2
Try this link. It will show you almost all the apps that you can open from your app using the URL Schemes and as the @*foe has said, it is a duplicate.
试试这个链接。它将向您显示几乎所有可以使用URL方案从您的应用程序打开的应用程序,正如@*foe所说,它是重复的。
#1
2
Try this link. It will show you almost all the apps that you can open from your app using the URL Schemes and as the @*foe has said, it is a duplicate.
试试这个链接。它将向您显示几乎所有可以使用URL方案从您的应用程序打开的应用程序,正如@*foe所说,它是重复的。