This repository has been archived by the owner on May 23, 2022. It is now read-only.
Releases: morizotter/TouchVisualizer
Releases · morizotter/TouchVisualizer
1.3.1: Objective-C Also
1.3.1
1.3.0: Swift 2.1
- Swift 2.1
- Touch color appropriately changes.
1.2.1
Warning if simulator
When TouchVisualizer is use in simulator, warn that touch radius is not able to work on it.
1.2.0
Rename TouchVisualizer and TouchVisualizerConfig
From this version, TouchVisualizer
is renamed to Visualizer
and TouchVisualizerConfig
is to Configuration
.
And small fixes and improvements.
1.1.5
Bug fix
- Enable to show original image. Before, original image is also treated as template.
1.1.4
Improvement
- Carthage supported.
- Add sample images to Example project.
Bug fixes
- Now image can add again (only shape).
1.1.3
Improvements
- Add log setting.
1.1.2
Improvements
- Shows touch radius!
- Stop timer just after finger leaves.
- Add settings view in Example app.
Bug fixes
- Fix bug that timer doesn’t disappear when
showsTimer
is off after it was on. - Fix bug that
1.1.1
bug fixes
- Fix bug that calling
TouchVisualizer.stop()
would not stop new touches from showing on the screen. - Fix bug that if you set a new config (Example: you want touches to be a different colors in different views) any previously created touchViews would not update.
Thanks! @sixfngers
1.1.0
Rename from MZRPresentationKit to TouchVisualizer
Rename to TouchVisualizer! To be simpler and new name represents the direction this library goes!
Other changes
- Add new TouchVisualizerConfig type to set config for visualizing effect. Currently, config is not many, but later, this config will do many things.