使用SocializeActionBar添加多个实体 [英] Add Multiple Entity with SocializeActionBar

查看:128
本文介绍了使用SocializeActionBar添加多个实体的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

Hello i am using SocializeActionBar for my app there i have multiple links.

我正在创建它

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

[self.view addSubview:self.actionBar.view];

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

my Question is that i want to change url but not want to create new object of SocializeActionBar.

因为我有超过100张图像所以为每张图片创建新对象并不是一个好主意,因为它是iphone的内存点。

because i have lots more than 100 images so creating new object for every images is not good idea as point of memory for iphone.

提前感谢任何帮助和建议......

Thanks in Advance for any kind of help and Suggetions...

推荐答案


你如果不再重新分配,就无法更改操作栏的URL。

You can't change url of actionbar without allocating it again.

你必须根据需要使用自定义逻辑。

you have to use your custom logic for what you want.

这篇关于使用SocializeActionBar添加多个实体的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆