Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

High CPU Usage and sluggish when there are 100s of objects #67

Open
Tonku opened this issue Dec 15, 2015 · 0 comments
Open

High CPU Usage and sluggish when there are 100s of objects #67

Tonku opened this issue Dec 15, 2015 · 0 comments

Comments

@Tonku
Copy link

Tonku commented Dec 15, 2015

When we add more more objects as items say like this

self.titles = [NSMutableArray new];
for(int i =0 ; i<1000;i++){

    [self.titles addObject:[NSString stringWithFormat:@"Object %d",i]];
}
[self.pickerView reloadData];

The picker view is very slow to respond and very high cpu while scrolling ....
Any clue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant