gpt4 book ai didi

iphone - 通过我的应用分享相机胶卷中的照片

转载 作者:行者123 更新时间:2023-12-03 20:06:09 26 4
gpt4 key购买 nike

我想开发一个可以将图像共享到社交网络的应用程序,它运行良好,但我希望我的应用程序有一些高级功能

我发现在ios6中,它可以通过点击共享按钮来共享照片库中的图像

现在我希望我的应用程序出现在共享屏幕的列表应用程序中,我该怎么做?

image

- (void) loadMoreData

{
[self requestServerGetTimeline];
}

- (void) btnImageClicked:(NSString *)photoId
{
DetailImageController *detailImageController = [[DetailImageController alloc] initwithPhotoId:photoId withNavigationController:self.navigationController];
[self.navigationController pushViewController:detailImageController animated:YES];
[detailImageController release];
}

- (void) btnUsernameClicked:(NSString *)userId
{
MeshUserInformationController *detailUserController = [[MeshUserInformationController alloc] initWithNavigation:self.navigationController withUserId:userId];
[self.navigationController pushViewController:detailUserController animated:YES];
[detailUserController release];
}

最佳答案

您无法配置照片应用程序的 UIActivityView Controller ,但您可以为您的应用程序配置和创建自己的事件。

关于iphone - 通过我的应用分享相机胶卷中的照片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12910622/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com