-
frankdilo committed
Oct 4, 2014
-
frankdilo committed
Aug 6, 2014 -
frankdilo committed
Aug 6, 2014 -
Refactor initialization methods
frankdilo committedAug 6, 2014
-
frankdilo committed
Feb 10, 2014
-
frankdilo committed
Dec 23, 2013
-
* Fix a problem when displaying a message before the viewDidLoad was …
onato committedDec 9, 2013 …finished.
-
* Fix problem whereby the status bar was not being re-displayed. If y…
onato committedDec 9, 2013 …ou displayed a message whilst the status bar was being redisplayed it was getting hidden again and stayed that way.
-
Merge branch 'master' of https://github.com/frankdilo/FDStatusBarNoti…
onato committedDec 9, 2013
-
* Do not animate the height of the view if it is already being displa…
onato committedDec 7, 2013 …yed.
-
frankdilo committed
Dec 7, 2013 -
Removed silly warnings and updated documentation
frankdilo committedDec 7, 2013 -
Merge pull request #16 from onato/master
frankdilo committedDec 7, 2013 Prevent the status bar from being re-displayed too soon.
-
Merge branch 'master' of https://github.com/frankdilo/FDStatusBarNoti…
onato committedDec 7, 2013 -
Prevent the status bar from being prematurely re-displayed when showi…
onato committedDec 7, 2013 …ng multiple messages.
-
Merge pull request #15 from onato/patch-1
frankdilo committedDec 7, 2013 Update FDStatusBarNotifierView.m
-
Update FDStatusBarNotifierView.m
onato committedDec 7, 2013 Fixed compile error that squeezed through from and older version.
-
Added support for iOS 7. Converted the sample project to use a Storyb…
onato committedDec 6, 2013 …oard.
-
Revert "Added support for iOS 7. Converted the sample project to use …
onato committedDec 6, 2013 …a Storyboard." This reverts commit 278a30c.
-
Added support for iOS 7. Converted the sample project to use a Storyb…
onato committedDec 6, 2013 …oard.
-
Update to suppress the warning generate by using UITextAlignmentCente…
frankdilo committedAug 25, 2013 …r instead of NSTextAlignmentCenter.
-
frankdilo committed
Aug 25, 2013
-
frankdilo committed
Jun 5, 2013
-
Updated podspec to meet specification requirements.
mmccroskey committedJan 23, 2013
-
Modified manual hiding example.
frankdilo committedDec 25, 2012 -
Added BOOL manuallyHide property.
frankdilo committedDec 25, 2012
-
Rearrange contenct on README and add the instruction to manually hide…
lukabernardi committedDec 23, 2012 … the notifier
-
Add the ability to manually hide the Notifier
lukabernardi committedDec 23, 2012 In detail this commit: * Expose the hide method * Expose a property `isHidden` to know the notifier's visibility * the `hide` method is executed only if the notifier is visibile * Introduce two const: `kTimeOnScreenManuallyHide` and `kTimeOnScreenDefault` * If you set the `timeOnScreen` to `kTimeOnScreenManuallyHide` is up to you to hide the notifier
-
Refactor init* method removing code repetition
lukabernardi committedDec 21, 2012 A large amount of code in init method was a repetition. This commit improve the design of init method Signed-off-by: Luca Bernardi <luka.bernardi@gmail.com>