Skip to content

Commit

Permalink
Updates to ChangeLog and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Apr 2, 2014
1 parent b910d1b commit 103aebf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
22 changes: 19 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
Jimmy Dee <jgvdthree@gmail.com> 21-Feb-2014
2014-02-21 Jimmy Dee <jgvdthree@gmail.com>

* Version 1.0.0
Linear Return, Wheel of Fortune and Continuous modes complete.
* Version 1.0.0

Linear Return, Wheel of Fortune and Continuous modes complete.

2014-04-02 Jimmy Dee <jgvdthree@gmail.com>

* Version 1.1.0

Can now choose from three gestures for the control.

Control now functions without an externally supplied image. If no image supplied,
the control provides a simple, customizable knob image.

Numerous changes to the demo app:
- Separate demos in a tab view for greater clarity: Continuous, discrete and feedback.
- Feedback demo provides an example of using a disabled knob control as a dial.
- New knob images.
- Demos of new built-in knob images and gestures.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ iOS Knob Control
================

This is a generic, reusable knob control you can insert into any application.
You may provide custom knob images or use the default images, which may be customized
using the tintColor and titles properties. The control animates rotation of the image
in response to one of several configurable gestures from the user. The knob has a number
of configurable modes:
You may provide custom knob images or use the customizable default images.
The control animates rotation of the image in response to one of several
configurable gestures from the user. The knob has a number of configurable modes:

- Linear return mode: Like a circular generalization of the UIPickerView control.
Only certain discrete positions are allowed. The knob rotates
Expand Down Expand Up @@ -49,8 +48,8 @@ or using an oblong background. But the control itself always has to be square.
The control honors the enabled property. That is, if you set enabled to NO, it enters the
UIControlStateDisabled and stops responding to user input. If specified, a disabled image is displayed
instead of the normal image. Even when disabled, the control's position may always be specified
at any time programmatically, with or without animation. With appropriate foreground and background
images, a disabled knob control may be used as a dial view to display a numeric value.
at any time programmatically, with or without animation. With appropriate images, a disabled knob control
may be used as a dial view to display a numeric value.

The KnobControlDemo.xcodeproj sample project can be used to build a simple demo app
to exercise the different modes of the control and provides examples of use. This demo project
Expand Down

0 comments on commit 103aebf

Please sign in to comment.