Skip to content

Releases: haozhexu/AssistiveControl

View Provider

09 Mar 11:04
Compare
Choose a tag to compare

Since a few UIKit classes have view as property, view in AssistiveViewProvider has been renamed to assistiveView in order to avoid confusion.

1.3 - view provider

21 Feb 11:24
Compare
Choose a tag to compare

Added protocol AssistiveControlViewProvider which provides a UIView object, and now AssistiveControl has providers for collapsed and expanded views, instead of having two UIView properties.

Release 1.2: delegation and sample

18 Feb 11:04
Compare
Choose a tag to compare

Added AssistiveControlDelegate for observing control state changes, also added more code in the sample project.

First Swift rewrite

18 Feb 00:47
Compare
Choose a tag to compare
First Swift rewrite Pre-release
Pre-release

This release rewrites the control in Swift as a Framework. Will need to fix a few things such like adding documentation and a more useful sample project.