반응형
원본: http://github.com/jdg/MBProgressHUD
출처: http://www.devpia.com/MAEUL/Contents/Detail.aspx?BoardID=7462&MAEULNO=911&no=52297&page=1
MBProgressHUD
MBProgressHUD is an iPhone drop-in class that displays a translucent HUD with a progress indicator and some optional 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.
Adding MBProgressHUD to your project
The simplest way to add the MBProgressHUD to your project is to directly add the MBProgressHUD.h
and MBProgressHUD.m
source files to your project.
- Download the latest code version from the repository (you can simply use the Download Source button and get the zip or tar archive of the master branch).
- Extract the archive.
- Open your project in Xcode, than drag and drop
MBProgressHUD.h
andMBProgressHUD.m
to your classes group (in the Groups & Files view). - Make sure to select Copy items when asked.
Usage
A full Xcode demo project is included in the Demo directory. This should give you an idea how to use the class.
'iOS > Skills' 카테고리의 다른 글
애니메이션 주기 (0) | 2010.11.10 |
---|---|
UIAlertView without Buttons - Please Wait Dialog (0) | 2010.07.21 |
UIBarButtonSystemItem 추가된 아이템 (0) | 2010.07.21 |
UIAlertView 커스터마이징 (0) | 2010.07.21 |
UIImage 마스크(스텐실) 효과 주기 - Core Graphics (0) | 2010.07.21 |