49 Commits
Author SHA1 Message Date
Cezary Wojcik 8b0884b278 2.1.3 2.1.3 2014-09-19 10:34:28 -07:00
Cezary Wojcik fce4537adf Merge pull request #33 from adomanico/issue/hittest
Fixes issue window hitTest on iOS 7
2014-09-18 20:21:04 -07:00
adomanico 0e03636df6 Fixes issue window hitTest on iOS 7
The landscape window coordinate changes broke the CWWindowContainer
hitTest function. This now handles iOS 7/8 gracefully.
2014-09-18 20:19:05 -07:00
Cezary Wojcik 3b27bd914b 2.1.2 2.1.2 2014-09-10 14:31:54 -07:00
Cezary Wojcik 234ebf1d4c Merge pull request #29 from DocuSignDev/feature/ios8-status-bar-size
Fix iOS 8 status bar width
2014-09-05 07:50:51 -05:00
Stephen Parish 8eda4da7c0 Add ios 7 compatibility to fix for ios 8 status bar widths 2014-09-05 00:47:45 -07:00
Stephen Parish 2a60603b7f enable ios 8 compatibility by being able to trust status bar dimensions
In iOS 8 status bar height and width are actually correct no matter the orientation now. Same for all UIWindows as well.

Fixes #28
2014-09-05 00:34:02 -07:00
Cezary Wojcik bd6b6522a8 Merge pull request #26 from ddwang/master
renamed CompletionBlock to CWCompletionBlock to prevent typedef conflicts
2014-07-30 22:08:43 -05:00
Daniel Wang 7b8fd4cc5c renamed CompletionBlock to CWCompletionBlock to prevent typedef conflicts 2014-07-30 14:26:50 -07:00
Cezary Wojcik 281d12eb46 in call status bar offset 2014-07-08 06:55:09 -05:00
Cezary Wojcik 7a05a62c16 added note about swift version to read me 2014-06-08 14:25:41 -07:00
Cezary Wojcik 8382cd9738 subclass UIWindow
thanks to @dzenbot for this fix
2014-05-28 09:46:32 -07:00
Cezary Wojcik 317b8e6db5 Merge pull request #22 from epologee/patch-1
Set the notification window to hidden
2014-05-16 11:46:40 -07:00
Eric-Paul Lecluse 8c68f3e2cd Set the notification window to hidden
By setting the hidden flag, the OS will poll the status bar style of the original view controller. Without this flag, the status bar will always become black after the notification animation.
2014-05-16 19:02:11 +02:00
Cezary Wojcik c8ba3fca9e added dismiss on tap with ability to override 2014-03-30 17:55:12 -07:00
Cezary Wojcik 194f00b40a updated readme with travis status image 2014-03-15 15:29:37 -07:00
Cezary Wojcik 2378a998fb travis 2014-03-15 15:21:37 -07:00
Cezary Wojcik 9704c4a593 2.1.1 2.1.1 2014-03-15 15:09:34 -07:00
Cezary Wojcik 2504969cdf fixed from bottom animation 2014-03-15 12:39:30 -07:00
Cezary Wojcik 34574e0309 Merge pull request #11 from mstrchrstphr/master
Update README.md
2014-02-17 17:50:04 -08:00
Christopher Constable 3a0e5081b4 Update README.md 2014-02-17 19:49:00 -05:00
Cezary Wojcik d68d5acaa0 Merge pull request #8 from dannybabiy/master
Allow for longer text, and appearance options for when you don't have a visible status bar.
2013-12-26 22:31:18 -08:00
Danny Babiy 04c750b19f allow for multiline 2013-12-26 21:57:19 -05:00
Danny Babiy 7169617a68 allow to set a custom label height 2013-12-26 14:22:05 -05:00
Danny Babiy e6cee95c7d allow for overlay type of animation 2013-12-26 14:19:53 -05:00
Danny Babiy 2431285d57 scroll long text 2013-12-26 12:40:30 -05:00
Cezary Wojcik d64336e03e cocoapod 2013-11-17 10:27:20 -08:00
Cezary Wojcik e2d2826e6c 2.1.0
added custom display/dismiss methods
2.1.0
2013-11-17 10:11:56 -08:00
Cezary Wojcik 8bd01ad27c Updated screenshot 2013-11-17 00:57:43 -08:00
Cezary Wojcik 2c9bc8677c Updated README and screenshots 2013-11-17 00:56:20 -08:00
Cezary Wojcik fa4d467094 2.0.0
Refactored to be object instead of category and added substantial new
animation features.
2.0.0
2013-11-17 00:26:04 -08:00
Cezary Wojcik 106872857a 1.1.0 2013-11-14 21:56:39 -08:00
Cezary Wojcik 0972fa0949 1.1.0 1.1.0 2013-11-14 21:42:27 -08:00
Cezary Wojcik 8395fa1b96 Changed to use UIWindow 2013-11-14 21:35:05 -08:00
Cezary Wojcik 4a843c6022 Merge pull request #3 from 4ndrey/master
Removing warnings
2013-10-13 08:30:14 -07:00
Andrey Toropchin 8358c7e4a7 Removing warnings 2013-10-13 16:00:04 +06:00
Cezary Wojcik 06a4d35d82 Small fix. 2013-10-12 12:27:54 -07:00
Cezary Wojcik fa9b5635ee podspec 2013-10-03 23:38:04 -07:00
Cezary Wojcik 18f8092416 Version 1.0.2
Updated to get status bar height programmatically
1.0.2
2013-10-03 23:22:09 -07:00
Cezary Wojcik 7596d2631a Updated README for CocoaPods 2013-09-19 14:30:19 -07:00
Cezary Wojcik 15047c5264 1.0.1 1.0.1 2013-09-19 13:54:55 -07:00
Cezary Wojcik 0c22577c5f 1.0.0 1.0.0 2013-09-19 13:40:19 -07:00
Cezary Wojcik f09103ff2a Updated README. 2013-09-19 13:35:57 -07:00
Cezary Wojcik 7e94d10719 handling screen orientation change 2013-09-19 13:35:15 -07:00
Cezary Wojcik d36116a7e4 Updated README 2013-09-19 13:23:51 -07:00
Cezary Wojcik efaec9c40d Added screenshot 2013-09-19 02:13:32 -07:00
Cezary Wojcik 76f0d30998 Added README and LICENSE 2013-09-19 01:57:31 -07:00
Cezary Wojcik 6c4829b4e3 Basic Feature Implementation 2013-09-19 01:54:49 -07:00
Cezary Wojcik 770c4e9f03 Initial Commit 2013-09-18 23:54:23 -07:00