12 Commits

Author SHA1 Message Date
Johannes Plunien
3ddc096711 Illustrate scroll view problem. 2013-03-31 16:24:37 +02:00
Johannes Plunien
03054e4bbf Use NSOperationQueue to filter out duplicates. 2013-01-31 15:02:30 +01:00
Blake Watters
6286f99219 Refactor WBNoticeView for simplicity and to support easier implementation of additional notice types.
* Reorganizes codebase to rely on properties instead of methods.
* Adds `ForSubclassEyesOnly` category to expose protected interfaces needed by subclasses to implement notice types.
* Removes the `noticeType` notion in favor of using subclassing to create notice types.
* Removes seemingly unused `defaultManager` static method.
* Removes `_raiseIfObjectIsNil:named:` method in favor of `NSParameterAssert`
* Adds Appledoc documentation to all public interfaces.
* Adds a Boolean argument to the dismiss callback block to disambiguate interactive vs. non-interactive dismissal.
* Replaces the dimissed block property with a setter method to enable code completion in Xcode.
* Adds Default-568h@2x.png image to suppress Xcode warning.
2012-11-12 23:10:13 -05:00
Tito Ciuro
8a0f1a1ee4 Fixed #20: Refactor the code 2012-09-29 13:59:54 -07:00
Rob Lester
52f0c02084 Fixed #13: Added Retina Icons 2012-09-08 17:24:06 -04:00
Tito Ciuro
53d02f22d7 Fixed #8: Add a sticky notice view and refactor the code a bit 2012-06-06 21:56:54 -07:00
Tito Ciuro
885038e61d Fixed #7: Replace background image with a gradient 2012-06-03 23:37:58 -07:00
Tito Ciuro
a1aa6c3f47 Fix #5: Need to refactor the code a bit 2012-05-30 05:36:23 -07:00
Tito Ciuro
197d50950a new version 2. The README doc contains more info. 2012-05-25 23:46:25 -07:00
Tito Ciuro
35a7275ee4 added device rotation awareness. View grows automagically based on text. 2012-05-25 01:22:40 -07:00
Tito Ciuro
724a24b516 added new originY positioning API. Updated UI. 2012-05-24 17:19:16 -07:00
Tito Ciuro
ce3a7f04d2 initial release 2012-05-16 15:14:12 -07:00