iphone app working on most devices but not a few
- by Matt Facer
Hi there. I have recently been rewriting some of my iphone app because a couple of users have said it was crashing on certain events.
The event in question is when I add a new XIB to the view using the following code
AddItemViewController * add_item = [[AddItemViewController alloc] initWithNibName:@"AddItem" bundle:[NSBundle mainBundle]];
[self…