Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cocoapods framework much slower in my app than in example

I don't think that it's specific to that framework, but with TOMSMorphingLabel it's very obvious: I saw that the animations are very slow on my iPhone 5 (no problems on my iPhone 7+) and then I tried out the example from the website: those animations ran smoothly as expected.

What could be the reason for this? There are no other operations running in the background, may that have to do something with Build Settings, the 32bit architecture or something like that?

like image 271
swalkner Avatar asked Mar 20 '17 19:03

swalkner


1 Answers

TOMSMorphingLabel is working at expected speed in my iPhone5s , iPhone6 & iPhone7 even in simulator of iPhone5. I don't find any issue with the framework.

The speed may be slow due to low memory on your device or low processing capacity. Please try testing it in 5s. See if the problem is reproduced or not. If the speed gets slow in lower end devices like iPhone 5 then definitely the processor and memory of the device are at fault.

like image 153
dahiya_boy Avatar answered Oct 01 '22 03:10

dahiya_boy