0

I want to make a "number selector" like in alarm application, which has two field - one for minute, one for second, and I can use finger to slide up/down the number to select one. Is it native UI control or I need to customize myself?

Bin Chen
  • 61,507
  • 53
  • 142
  • 183

2 Answers2

1

See UIPickerView. IOS native control.

http://developer.apple.com/library/ios/ipad/#documentation/uikit/reference/UIPickerView_Class/Reference/UIPickerView.html

TomSwift
  • 39,369
  • 12
  • 121
  • 149
1

Try this answer on SO pickerview with hours, minutes and seconds

Seems like your problem has already been solved. It only cost me seconds to google it ;)

Community
  • 1
  • 1
Maverick1st
  • 3,774
  • 2
  • 34
  • 50