Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Releases: morizotter/TouchVisualizer

1.3.1: Objective-C Also

18 Nov 11:10
Compare
Choose a tag to compare

1.3.0: Swift 2.1

17 Nov 17:29
Compare
Choose a tag to compare
  • Swift 2.1
  • Touch color appropriately changes.

1.2.1

02 Jun 18:28
Compare
Choose a tag to compare

Warning if simulator

When TouchVisualizer is use in simulator, warn that touch radius is not able to work on it.

1.2.0

02 Jun 17:23
Compare
Choose a tag to compare

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

12 May 15:00
Compare
Choose a tag to compare

Bug fix

  • Enable to show original image. Before, original image is also treated as template.

1.1.4

11 May 15:49
Compare
Choose a tag to compare

Improvement

  • Carthage supported.
  • Add sample images to Example project.

Bug fixes

  • Now image can add again (only shape).

1.1.3

06 May 14:49
Compare
Choose a tag to compare

Improvements

  • Add log setting.

1.1.2

05 May 19:37
Compare
Choose a tag to compare

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

02 May 17:31
Compare
Choose a tag to compare

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

12 Apr 08:19
Compare
Choose a tag to compare

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.