Skip to content

Commit 197fa72

Browse files
committed
Some additional readme tweaks.
1 parent b5fac1c commit 197fa72

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.mdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
MBProgressHUD
22
=============
3+
-------------
34

45
MBProgressHUD is an iOS drop-in class that displays a translucent HUD with an indicator and/or labels while work is being done in a background thread. The HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD with some additional features.
56

@@ -11,17 +12,19 @@ MBProgressHUD is an iOS drop-in class that displays a translucent HUD with an in
1112
[![](http://dl.dropbox.com/u/378729/MBProgressHUD/6-thumb.png)](http://dl.dropbox.com/u/378729/MBProgressHUD/6.png)
1213
[![](http://dl.dropbox.com/u/378729/MBProgressHUD/7-thumb.png)](http://dl.dropbox.com/u/378729/MBProgressHUD/7.png)
1314

15+
------------
1416
Requirements
1517
============
1618

17-
MBProgressHUD works on any iOS version and is compatible with both ARC and non-ARC projects. It depends on the following Apple frameworks:
19+
MBProgressHUD works on any iOS version and is compatible with both ARC and non-ARC projects. It depends on the following Apple frameworks, which should already be included with most Xcode templates:
1820

1921
* Foundation.framework
2022
* UIKit.framework
2123
* CoreGraphics.framework
2224

2325
You will need LLVM 3.0 or later in order to build MBProgressHUD.
2426

27+
------------------------------------
2528
Adding MBProgressHUD to your project
2629
====================================
2730

@@ -44,6 +47,7 @@ You can also add MBProgressHUD as a static library to your project or workspace.
4447
3. Select your target and go to the Build phases tab. In the Link Binary With Libraries section select the add button. On the sheet find and add `libMBProgressHUD.a`.
4548
4. Include MBProgressHUD wherever you need it with `#import <MBProgressHUD/MBProgressHUD.h>`.
4649

50+
-----
4751
Usage
4852
=====
4953

@@ -89,11 +93,13 @@ You should be aware that any HUD updates issued inside the above block won't be
8993
9094
For more examples, including how to use MBProgressHUD with asynchronous operations such as NSURLConnection, take a look at the bundled demo project. Extensive API documentation is provided in the header file (MBProgressHUD.h).
9195
96+
-------
9297
License
9398
=======
9499
95100
This code is distributed under the terms and conditions of the MIT license.
96101
102+
----------
97103
Change-log
98104
==========
99105

0 commit comments

Comments
 (0)