Czemu wywala mi błąd? :
Błąd:Kod:- (void)importPhoto:(id)sender { UIImagePickerController *ImagePickerController = [[UIImagePickerController alloc] init]; ImagePickerController.delegate = self; UIPopoverController *ImagePopoverController = [[UIPopoverController alloc] initWithContentViewController:ImagePickerController]; NSLog(@"ll"); [ImagePopoverController presentPopoverFromRect:[sender frame] inView:self.view permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES]; }
Jest to metoda kopiowana przeze mnie za każdym razem i coś teraz przestała działać :/. Pomóżcie bo mało czasu do finału mam a jeszcze na dodatek chory jestem :/2011-09-12 19:31:40.154 iCloud Box[463:707] -[UIBarButtonItem frame]: unrecognized selector sent to instance 0x1855b0
2011-09-12 19:31:40.155 iCloud Box[463:707] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIBarButtonItem frame]: unrecognized selector sent to instance 0x1855b0'
*** First throw call stack:
(0x338d08b3 0x345961e5 0x338d3acb 0x338d2939 0x338d37b8 0x519f 0x3382a435 0x35de9cfb 0x35eb0463 0x3382a435 0x35de9cfb 0x35de9cb7 0x35de9c95 0x35de9a05 0x35dea33d 0x35de881f 0x35de8211 0x35dce801 0x35dce041 0x36f9be13 0x338a4547 0x338a44e9 0x338a3337 0x338264e5 0x338263ad 0x36f9afed 0x35dfcdc7 0x2151 0x20e8)
terminate called throwing an exception(gdb)




LinkBack URL
About LinkBacks




