You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to include a QPickerElement in my screen. QPickerElement *q = [[QPickerElement alloc] initWithTitle:@"Test" items:[NSArray arrayWithObject:MAX_DISTS] value:@"150"]; q.key =@"max_dist"; [section addElement:q];
Seen result
The application does not respond for 5-10 sec then I get a BAD_ACCESS on QPickerTableViewCell:20.
We can see that there is a recursive call to the same method on line 22.
In the stack trace, you can see about 130 000 calls to the same method
The text was updated successfully, but these errors were encountered:
Steps performed
I try to include a QPickerElement in my screen.
QPickerElement *q = [[QPickerElement alloc] initWithTitle:@"Test" items:[NSArray arrayWithObject:MAX_DISTS] value:@"150"]; q.key =@"max_dist"; [section addElement:q];
Seen result
The application does not respond for 5-10 sec then I get a BAD_ACCESS on QPickerTableViewCell:20.
We can see that there is a recursive call to the same method on line 22.
In the stack trace, you can see about 130 000 calls to the same method
The text was updated successfully, but these errors were encountered: