rafaellage
Results
2
comments of
rafaellage
Here's my code, do you need anything else? SBPickerSelector *pickerSelector = [SBPickerSelector picker]; pickerSelector.delegate = self; pickerSelector.pickerType = SBPickerSelectorTypeDate; pickerSelector.datePickerType = SBPickerSelectorDateTypeOnlyHour; pickerSelector.cancelButtonTitle = @"Cancelar"; pickerSelector.doneButtonTitle = @"Concluir"; pickerSelector.datePickerView.minuteInterval =...