From 003aa4917edfeaeb8a78ae524be2026203c9bd70 Mon Sep 17 00:00:00 2001 From: Jonas Gessner Date: Tue, 26 Aug 2014 23:48:56 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ae36454..a7e9bc5 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,13 @@ JGProgressHUD Simple but powerful and modern progress HUD for iOS. -  -  -  -  - +

+ +
+  +  + +

#####Current Version: 1.1.4 From b1449a175f86539f08f6fb161f45aa4e14b55546 Mon Sep 17 00:00:00 2001 From: Jonas Gessner Date: Tue, 26 Aug 2014 23:55:41 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a7e9bc5..c76f469 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,29 @@ JGProgressHUD ============= -Simple but powerful and modern progress HUD for iOS. - +Simple, powerful and modern progress HUD for iOS.

-
-  -  -

-#####Current Version: 1.1.4 - -Why use JGProgressHUD? -================== -####There already are so many other open source progress HUD components! -The answer is simple. JGProgressHUD is always up to date, incorporates the newest features os iOS while retaining backward compatibility. It is implemented correctly unlike many other HUD components and it offers the widest range of customization while still being extremely simple to use. +Overview +========== -The ultimate progress HUD: JGProgressHUD
+The ultimate progress HUD for iOS has arrived: *JGProgressHUD*!
• Super simple to implement.
• Feature-rich.
• Easy extensibility and customization (custom animations, indicator views and more).
-• Up to date and modern, example: The HUD is Blurred on iOS 8, and has a parallax effect on iOS >= 7
+• Up to date and modern, example: Blurred HUD (iOS 8), parallax effect (iOS 7).
• Backward compatibility to iOS 5.
• Well documented.
• Detects and repositions when Keyboards appear/disappear.
• And most importantly, it looks good!


The JGProgressHUD Tests example project contains all kinds of different uses of JGProgressHUD. Check out the code and see how much JGProgressHUD can do! +
+#####Current Version: 1.1.4 -Overview -========== +##Features: ###Styles: JGProgressHUD can be displayed in 3 styles:
@@ -109,6 +101,14 @@ After you have included JGProgressHUD as static library or source files simply i ####RubyMotion An example of JGProgressHUD in a RubyMotion project can be found [here](https://github.com/IconoclastLabs/rm-jgprogresshud-example). +Screenshots: +

+  +  +  + +

+ License ========== MIT License.
From 54f11b9fa4ba216f54a7d2821a5ae544a5dd46ce Mon Sep 17 00:00:00 2001 From: Jonas Gessner Date: Wed, 27 Aug 2014 00:02:22 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c76f469..62428b9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Simple, powerful and modern progress HUD for iOS.
Overview ========== -The ultimate progress HUD for iOS has arrived: *JGProgressHUD*!
+The ultimate progress HUD for iOS has arrived: JGProgressHUD!
• Super simple to implement.
• Feature-rich.
• Easy extensibility and customization (custom animations, indicator views and more).
@@ -83,30 +83,31 @@ Add this to your `Podfile`: ``` pod 'JGProgressHUD' ``` -

+

OR: -

+

As static library:
Ideally you should use JGProgressHUD as a static library:
Drag the `JGProgressHUD.xcodeproj` file into your Xcode project. Next, add `JGProgressHUD` and `JGProgressHUD Resources` as Target Dependency in your project's "Build Phases". Then add libJGProgressHUD.a in "Link Binary With Libraries". From the `JGProgressHUD.xcodeproj`'s Products Directory drag the `JGProgressHUD Resources.bundle` into your project's "Copy Bundle Resources". Finally, make sure you have set the `-ObjC` flag in Other Linker Flags.

See the JGProgressHUD Tests project for an example implementation of JGProgressHUD as static library. -

+

OR: -

+

Using source files:
Add all files from JGProgressHUD to your project.

After you have included JGProgressHUD as static library or source files simply import `JGProgressHUD.h`. -

+

####RubyMotion An example of JGProgressHUD in a RubyMotion project can be found [here](https://github.com/IconoclastLabs/rm-jgprogresshud-example). -Screenshots: +Screenshots +============

-  -  -  - +  +  +  +

License From 0493a2a9e2486e46863b53979eb9f0392931ddff Mon Sep 17 00:00:00 2001 From: Jonas Gessner Date: Wed, 27 Aug 2014 00:05:39 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62428b9..c40090c 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ Overview • Well documented.
• Detects and repositions when Keyboards appear/disappear.
• And most importantly, it looks good!
-

+
The JGProgressHUD Tests example project contains all kinds of different uses of JGProgressHUD. Check out the code and see how much JGProgressHUD can do!
#####Current Version: 1.1.4 -##Features: +##Customization: ###Styles: JGProgressHUD can be displayed in 3 styles:
@@ -83,7 +83,7 @@ Add this to your `Podfile`: ``` pod 'JGProgressHUD' ``` -

+
OR:

As static library: