iOS Question Very slow application

Nicolás Cieri

Active Member
Licensed User
When I start the application, after several uses, it becomes very slow.

My application creates many dynamic controls.

Is there a way to destroy memory objects?

Any way to free up the memory that the app is using?

Thanks a lot.
 

Nicolás Cieri

Active Member
Licensed User
How do you get a screenshot of slowness?

In release mode, start very fast, but after minutes of use ... the application is very slow.

The question is... Is there a way to free memory?
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
My application creates many dynamic controls.
How many is many? A screenshot of the screen showing thousands of controls or views?

Maybe you can upload a small sample to demonstrate it.
 
Upvote 0

Nicolás Cieri

Active Member
Licensed User
Thanks, I will try to make a small sample..

But.. Is there a way to know the memory that is in use? The controls or something like that?
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Thanks, I will try to make a small sample..

But.. Is there a way to know the memory that is in use? The controls or something like that?
From what I read, developer can use Xcode and Instrument to check the memory usage
 
Upvote 0
Top