Add Multiple Entity with SocializeActionBar

孤街醉人 提交于 2019-12-11 09:31:39

问题


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

I am creating it like this

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

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

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

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...


回答1:


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

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



来源:https://stackoverflow.com/questions/9972432/add-multiple-entity-with-socializeactionbar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!