Commit Graph

27 Commits

Author SHA1 Message Date
Asaf Korem
60226c71a9 chore: bump iPhones deployment target.
Building for deployment to OS releases older than macOS 10.13, iOS 11, tvOS 11, and watchOS 4 is no longer supported.
Xcode 14 release notes: https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes
2023-05-24 17:37:00 +03:00
Joe Blau
b00850925c Refactor code to modern obj-c 2017-12-02 14:47:36 -05:00
Jeroen Leenarts
82c21958e1
Prevents build-up of NSTimers..
Thus preventing CPU usage buildup.
2017-11-21 16:43:41 +01:00
Joe Blau
21f7f1af4f Fixes #26 2017-01-05 09:50:01 -05:00
Rene Lindhorst
6c3fe2579e Added Carthage support
It's just a separat xcodeproj which builds a framework.
2016-02-25 11:04:39 +01:00
Joe Blau
393debeb77 Fixed UI issies and updated to universal storyboards 2015-03-13 22:30:50 -07:00
Rod Landaeta
f3c19bc1c3 Including UIKit back to fix compilation errors
This addresses a compilation error for those using COSTouchVisualizer on a swift project.
2015-02-04 11:01:54 +11:00
Joe Blau
2fb05f1940 Updated formatting 2015-02-02 06:39:18 -08:00
Rod Landaeta
eeff2a9ff6 Fixed status bar style hidden by overlay window
Introduced a view controller for the overlay window to preserve the preferred status bar style for the main window. This prevents losing the status bar style when the new window is created and its own status bar hides the main window.

One way to reproduce this issue is by adding a navigation bar and changing its style to be dark (with white fonts) and then tap anywhere.

Originally the status bar was going to change its appearance to the default style.
Currently is going to be set based on the keyWIndow rootViewController preferredStatusBarStyle property.
2015-01-15 10:36:57 +11:00
sodastsai
49955d9dfe Remove redaundant code 2015-01-13 13:54:09 +08:00
sodastsai
9b033df4b9 Determine options from delegate 2015-01-13 13:31:40 +08:00
sodastsai
5c4b5ddc09 Reformat code 2015-01-13 13:31:40 +08:00
sodas tsai
7ce29e2627 Check rippleImage existence before making it 2014-08-05 11:48:33 +08:00
Rene Lindhorst
33c3d35f04 FIXED rotation issue by not assigning a RootViewController to the OverlayWindow + avoid "Application windows are expected to have a root view controller at the end of application launch" waring by moving window creation into getter 2014-06-17 10:08:51 +02:00
Rene Lindhorst
381f360a9e added a flag to disable the morphing of a stationary view spot 2014-06-16 13:21:54 +02:00
ZhiQuan.Yang
a4fa33f31e Update COSTouchVisualizerWindow.m 2014-05-07 17:52:46 +08:00
ZhiQuan.Yang
d8a6b66b86 a little logic issue
create rippleView while rootViewController's view not contains it.
2014-05-07 17:44:09 +08:00
Joe Blau
ee5d0771ad Updated animations to support iOS6 syntax
Changed animateKeyframesWithDuration to animateWithDuration
2014-04-13 08:31:50 -07:00
Joe Blau
f187d9637b Updates to fix bugs and add better doumentation
Fixed documenation
Version Bump
Removed debug
2014-03-25 07:38:45 -07:00
Joe Blau
0794fba47e Fixed setting for ripple color 2014-03-25 07:26:25 -07:00
Joe Blau
b841b36634 Updated metadata 2014-03-23 21:21:39 -07:00
Joe Blau
0d54d40d3d Added support for holding gesture 2014-03-23 20:40:40 -07:00
Joe Blau
3e82e6fe1a Added support for ripple trails 2014-03-23 20:23:43 -07:00
Joe Blau
968f128ba9 Disabled touch views by default 2014-03-22 14:07:27 -07:00
Joe Blau
d0305400c1 Updated docs and demo to highlight customization 2014-03-22 12:41:54 -07:00
Joe Blau
0d2ce18ea2 Initial commit 2014-03-22 12:00:49 -07:00
Joe Blau
a4ceb609be Initial commit 2014-03-22 11:47:04 -07:00