UIPicker EXC_BAD_ACCESS after repeated usage
Posted
by alexeyndru
on Stack Overflow
See other posts from Stack Overflow
or by alexeyndru
Published on 2010-05-12T08:28:33Z
Indexed on
2010/05/12
8:34 UTC
Read the original article
Hit count: 315
objective-c
|iphone
i populate uipicker's datasource from array built with sqlite database stored data. everythiongs works fine.. for a little while. after 6-7 spinnings, the picker freeze, and I get EXC_BAD_ACCESS. debugger indicates the program stopped in the main () function.
so, how could this happen? working for a while, and then, suddenly exit like that?
thanks
© Stack Overflow or respective owner