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{
|
||||
|
||||
Reference in New Issue
Block a user