0

I have a a small swift App that works fine, i needed to add it and use it in my Objective-C new application, the integration part was ok and the App works fine, but one of the view controllers takes too much time when loaded and i can't figure out why, i tried using the following:

  • Build Time Analyzer for Xcode(but it didn't work since my project was an objective-C project.
  • tried referring to this

Nothing seems to work, any help?

user3411226
  • 183
  • 1
  • 14
  • 2
    Did you profile your app using Instruments? – koen Apr 16 '18 at 14:56
  • what do u mean by instruments? – user3411226 Apr 16 '18 at 15:01
  • https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/index.html – koen Apr 16 '18 at 15:01
  • yes i have and nothing is showing on any of the graphs, i think it's just an issue of a swift class compilation, that started showing when i added the swift code in my Objective-C project, but i just can't figure out which is it! – user3411226 Apr 17 '18 at 08:33
  • I have same problem. Specially the transition between views becomes super slow. Have you got any solution? – flame3 Sep 06 '18 at 05:24

0 Answers0