From 573e9431635658458c97e0f781df7b0f26cd8c52 Mon Sep 17 00:00:00 2001 From: Rajesh Date: Mon, 21 Aug 2017 21:46:19 +0530 Subject: [PATCH] Readme file and UI --- README.md | 29 ++++++++++++++++++++-- iStatusNotifier/Base.lproj/Main.storyboard | 28 +++++++++++++++++---- 2 files changed, 50 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5439735..da2eb5b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,27 @@ -# iStatusNotifier -Show notification in Statusbar +#iStatusNotifier +=================== +iStatusNotifier is a simple toast viewer for iOS developers. + +Configuration much simple as below. +``` +[iStatusNotifier configure:@{@"bgColor":bgColor,@"fgColor":textColor,@"font":[UIFont systemFontOfSize:15]}]; +``` +also any combination is allowed. +iStatusNotifier is capable of showing toast when +>- Navigation bar visible +>- Navigation bar not visible +>- Status bar is visible +>- Status bar is not visible +>- View controller is enclosed in UITabbarController + + +Your User interface looks like this + +![alt text](https://github.com/rajesht1989/PublicAssets/raw/master/iStatusNotifier/IMG_8192.PNG) + + +![alt text](https://github.com/rajesht1989/PublicAssets/raw/master/iStatusNotifier/IMG_8197.PNG) + +Yes! toast supports orientation change also. +![alt text](https://github.com/rajesht1989/PublicAssets/raw/master/iStatusNotifier/IMG_8198.PNG) + diff --git a/iStatusNotifier/Base.lproj/Main.storyboard b/iStatusNotifier/Base.lproj/Main.storyboard index b052247..37d7f71 100644 --- a/iStatusNotifier/Base.lproj/Main.storyboard +++ b/iStatusNotifier/Base.lproj/Main.storyboard @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -152,7 +152,7 @@ - + @@ -162,7 +162,25 @@ - + + + + + + + + + + + + + + + + + + +