refactor: Remove commented and dead code
This commit is contained in:
@@ -63,10 +63,7 @@
|
||||
NSDictionary *dict = @{@"indice":indiceElemento, @"elemento" : elemento};
|
||||
[self.delegate inviaDati:dict];
|
||||
}
|
||||
- (void)viewDidUnload {
|
||||
[self setPickerController:nil];
|
||||
[super viewDidUnload];
|
||||
}
|
||||
|
||||
#pragma mark UIPickerViewDataSource
|
||||
|
||||
- (NSInteger)numberOfComponentsInPickerView:(UIPickerView *)pickerView{
|
||||
|
||||
@@ -34,13 +34,6 @@
|
||||
[self.confermaButton setTitle:NSLocalizedString(@"Seleziona", @"")];
|
||||
}
|
||||
|
||||
|
||||
- (void)viewDidUnload
|
||||
{
|
||||
[super viewDidUnload];
|
||||
// Release any retained subviews of the main view.
|
||||
}
|
||||
|
||||
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
|
||||
{
|
||||
return (interfaceOrientation == UIInterfaceOrientationPortraitUpsideDown) || (interfaceOrientation == UIInterfaceOrientationPortrait);
|
||||
@@ -55,9 +48,4 @@
|
||||
|
||||
}
|
||||
|
||||
- (void)didReceiveMemoryWarning {
|
||||
[super didReceiveMemoryWarning];
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user