使用SocializeActionBar添加多个实体

Nil*_*ani 1 iphone social objective-c ios ios5

你好我在我的应用程序使用SocializeActionBar我有多个链接.

我这样创造它

self.actionBar = [SocializeActionBar actionBarWithKey:@"http://www.logisticinfotech.com/extra/acc_ident.mp3" name:@"acc_ident" presentModalInController:self];

[self.view addSubview:self.actionBar.view];
Run Code Online (Sandbox Code Playgroud)

我的问题是我想要更改网址但不想创建SocializeActionBar的新对象.

因为我有超过100个图像,所以为每个图像创建新对象并不是一个好主意,作为iPhone的内存点.

在此先感谢您提供任何帮助和建议......

小智 5

如果不再重新分配,则无法更改操作栏的URL.

您必须根据需要使用自定义逻辑.