iPhone SDK: Memory leak on picker
- by bbftsoftware
I have created a picker for my users to pick from a list of countries. The problem is that repeated opening and closing of the picker is resulting in “EXC_BAD_ACCESS” error. I suspect it might be a memory leak but I am not sure. I was hoping someone could shed some insight into why this might be happening?
//data source for UIPicker
NSArray…