现在的位置: 首页 > 综合 > 正文

TextStepperField 有增减功能的 textfield

2013年12月08日 ⁄ 综合 ⁄ 共 577字 ⁄ 字号 评论关闭

https://github.com/lolohouse/TextStepperField

Full

Stepper control with numeric textfield. Supports resizing and adapts to the shape of the screen. It is based on control stepperTest


FEATURES

  • Number of steps support
  • Supports range in which you can choose a number.
  • The return value is a Decimal and NSDecimalNumber.
  • Supports decimal number to display and return.
  • Enabled option for textfield.
  • Now accepts the method resignFirstResponder.

Note:

It does not control the number introduced by keyboard. Incorrect values are shown in red. (A number is wrong if it isn’t well formed, exceeds the maximum limit imposed, Is under the lower limit or have a decimalnumber
greater than the set.)

抱歉!评论已关闭.