Posts by marcio Fermino • 46 points
1 post
-
3
votes2
answers103
viewsA: How to replace a keyboard with a Uipickerview?
The problem is in iOS 8. To solve pickerView = [[UIPickerView alloc] init]; [pickerView setDataSource: self]; [pickerView setDelegate: self]; [pickerView setFrame: CGRectMake(xPoint, 50.0f,…