WHAT’S NEW IN 2.3
- Keyboard height fix
- Landscape orientation fix
- Background window frame fix
OVERVIEW
ProgressHUD is a lightweight and easy-to-use HUD for iOS 8 (written in Objective-C).
. .
INSTALLATION
Drag the ProgressHUD/ProgressHUD
folder into your project.
REQUIREMENTS
- Xcode 6
- iOS 8
- ARC
USAGE
1., Add the following import to the top of the file:
#import "ProgressHUD.h"
2., Use the following to display the HUD:
[ProgressHUD show:@"Please wait..."];
3., Simply dismiss after complete your task:
[ProgressHUD dismiss];
COLOR SHEMES
Feel free to customize the color settings in ProgressHUD.h
file.
CREDITS
ProgressHUD was inspired by SVProgressHUD project.
The success and error icons are from Glyphish.
CONTACT
Do you have any questions or idea? My email is: info@relatedcode.com or you can find some more info at relatedcode.com
LICENSE
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.