Notice
														
												
											
												
												
													Recent Posts
													
											
												
												
													Recent Comments
													
											
												
												
													Link
													
											
									| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 | 
| 9 | 10 | 11 | 12 | 13 | 14 | 15 | 
| 16 | 17 | 18 | 19 | 20 | 21 | 22 | 
| 23 | 24 | 25 | 26 | 27 | 28 | 29 | 
| 30 | 
													Tags
													
											
												
												- Memory
 - UIWebView
 - 메모리
 - Android
 - Objective C
 - Eclipse
 - encoding
 - java
 - C#
 - 이클립스
 - ipad
 - 인코딩
 - 티스토리 초대
 - ios
 - MySQL
 - jsp
 - HTML
 - Database
 - iphone
 - permgen space
 - JavaScript
 - spring
 - XML
 - 티스토리 초대장
 - WebView
 - Tomcat
 - jQuery
 - 한글
 - 톰켓
 - udp
 
													Archives
													
											
												
												- Today
 
- Total
 
목록UIAlertView (1)
suroMind
			
			
				[iOS]iPhone ProgressView 구현
				
	
	
               
           
					
					
					
					
					
					
						
					
				HTTP로 파일을 업로드하면서 업로드 되는 프로그레스바를 구현할 필요성이 생겼다. UIAlertView를 이용하여 UIProgressView를 올려서 간단하게 구현해 보았다. HTTP 커넥션은 NSURLConnection의 delegate를 이용하였고 ASIHTTPRequest를 이용해도 무관하다. 1. 헤더파일에 다음 두개의 변수를 선언 @interface TestFileUploadViewController : UIViewController { UIProgressView *progressView; UIAlertView *progressAlert; } @property (nonatomic, retain) UIProgressView *progressView; @property (nonatomic, reta..
				IT분야/iOS
				
				2011. 7. 14. 17:30