My app runs with lag [closed]

0

I have created a fairly simple app and when I run it, it does it with a lag in the screen change. When I click on a configuration button or when I click on a cell to see the detail, I change the view with a very annoying lag.

Any idea what the problem might be?

You can see the problem in the following video: link

Whoever wants to, can see the problem in their own terminal, the app is called "Lezo Ibilbideak"

Thank you very much.

    
asked by Aitor Uranga Barandika 26.05.2016 в 22:19
source

3 answers

0

In the end, I managed to remove the lag by redoing the app from an empty template. It has made me sweat, because something strange has happened to me with the autolayout in the storyboard, but after all solved. Thanks anyway.

    
answered by 05.01.2017 / 11:03
source
0

In my opinion, if you are loading a lot of data that is direct in the APP, obviously you will slow down, especially images. I'm not sure if you're testing it on your device or just on the emulator.

    
answered by 26.05.2016 в 22:45
0

Have you tried using images with less weight? Sometimes the lag in the applications is because the images (icons) used in them are heavy and it takes more time for the application to load the image, try to use images that weigh less, or you can also change the format, perhaps you use images .png , try using .jpg .

    
answered by 04.01.2017 в 06:29