Hello,
I have a very odd problem and does not get an error message when running my app. The problem is that I have a list/table view with custom cells. In those cells do I put some values. I can look at the tableView and I can click on the cells to get to a detailed view. The problem is to scroll - when I scroll the tableView the app crashes :-( I have used the same structure for a another solution and that works fine? Does any one know what might cause this crash?
Thanks in advance,
MACloop
**********
I solved it - my misstake - I had made the proprta assign insted of retain... It works fine now
I have a very odd problem and does not get an error message when running my app. The problem is that I have a list/table view with custom cells. In those cells do I put some values. I can look at the tableView and I can click on the cells to get to a detailed view. The problem is to scroll - when I scroll the tableView the app crashes :-( I have used the same structure for a another solution and that works fine? Does any one know what might cause this crash?
Thanks in advance,
MACloop
**********
I solved it - my misstake - I had made the proprta assign insted of retain... It works fine now