iphone http://sharingdream.com/phone.jpg
Dear all,
I’m having a strange problem with an application I’m building using mono touch.
Basically like you can see from the image, there is a grid on the first image. The class
is called DialogViewController and extends a UITableViewController. This one is working perfectly. If I click on a cell than I have the second image (the one in the middle). So far everything is ok. If I’m on the second view (the image on the middle) and I click on the first icon (the little blu ball) than I have what you can see on the third image.
This image should be exactly the same of the first image, but for a strange reason I’m losing all the content from this view. Do you have any idea why this is happening?
I resolved this by setting each tabbaritem to have
enabled=falsewhen selected.