开发者

Whether plist file decrease performance in iphone?

开发者 https://www.devze.com 2023-01-30 01:45 出处:网络
I have tabbar application, every tabs having viewcontroller, am getting the values from plist file in viewwillappear in each view controller. whether it will decrease performance o开发者_高级运维f the

I have tabbar application, every tabs having viewcontroller, am getting the values from plist file in viewwillappear in each view controller. whether it will decrease performance o开发者_高级运维f the application, please suggest which one is the best


Are you noticing any lag in the performance of your app? If so, have you profiled your app to ensure that loading the configuration from a plist file is the issue? If not, it might decrease performance a bit, but it is fast enough.

Do not optimize code that does not need to be optimized.

0

精彩评论

暂无评论...
验证码 换一张
取 消