-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
742b5ab
commit f34ccae
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## v2.0.0 | ||
- updated for iOS7 (overlay is a translucent blur like `UIAlertView`) | ||
- transitioned to ARC | ||
- did unholy amounts of refactoring | ||
- changed superclass to `UIControl` so target/action pattern can be used | ||
- removed `delegate` which is now redundant thanks to target/action | ||
- removed custom property `isOn`, use standard `selected` property now | ||
|
||
## v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters