All,
In my project, we have some time delay (Performance) issue when Navigating from one Screen to another screen. Do we have any tool in Xcode to figure out which method is exactly causing the issue?
All,
In my project, we have some time delay (Performance) issue when Navigating from one Screen to another screen. Do we have any tool in Xcode to figure out which method is exactly causing the issue?
Yes, the Time Profiler Instrument can show you which method takes how much time.
Hit Product -> Profile, then choose "Time Profiler".