0

When I tap on a specific UITabBarItem to switch ViewControllers, the transition takes about 4 - 5s.

There is no heavy processing being done, so this leads me to believe that the code is simply inefficient.

After having taken a look inside Instruments as suggested in the comments, I have pinpointed the following process to be taking ~> 2500 ms

Running Time    Self (ms)       Symbol Name
2485.0ms   44.3%    0.0     
TDescriptorSource::CopyDescriptorsForRequestFromArray(__CFArray const*, __CFDictionary const*, CFComparisonResult (*)(void const*, void const*, void*), void*, unsigned long, bool) const

and

Running Time    Self (ms)       Symbol Name
3070.0ms   54.7%    0.0      -[UIStackView initWithCoder:]

What does this mean?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Eric Johnson
  • 1,087
  • 1
  • 11
  • 16

0 Answers0