Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mosheberman/notification-catcher
A demo app that attempts to detect notification banners
https://github.com/mosheberman/notification-catcher
Last synced: about 1 month ago
JSON representation
A demo app that attempts to detect notification banners
- Host: GitHub
- URL: https://github.com/mosheberman/notification-catcher
- Owner: MosheBerman
- License: mit
- Created: 2013-08-12T16:39:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-12T16:41:38.000Z (over 11 years ago)
- Last Synced: 2023-03-11T14:37:36.062Z (over 1 year ago)
- Language: Objective-C
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
notification-catcher
====================A demo app that attempts to detect notification banners.
Requirements:
---This demo was built against the iOS 7 SDK.
Notes:
---When you build the demo, you'll see a button. Tapping it will take a screenshot of the app, and install it in your camera roll. It'll also log out a bunch of rects, in an attempt to find the difference between when a notification banner is visible and when no banner is visible. Read the comments to see what's being logged.
License:
---Offically MIT, but do what you want with this code.