ViewController在UITabBarController中的转换瓶颈

当我点击一个特定的UITabBarItem切换ViewControllers时,转换大约需要4 – 5秒。

没有重大的处理正在做,所以这使我相信,代码是无效的。

按照评论中的build议看了仪器之后,我已经指出以下过程要花费〜> 2500毫秒

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 

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

这是什么意思?