Contents

Views 13476 Comment 0
Atachment
Attachment '2'
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
iOS에서는 네트워크를 이용 중에 상단의 상태바(Status Bar)에 명시적으로 표시하게 되어 있다.
(상태바의 통신사/WiFi 표시 옆에 로딩중 표시같은 빙글빙글 돌아가는것을 보신적이 있을 것이다)

이 기능은 네트워크 이용 시 자동으로 나오는 것이 아니고,
개발자가 인디케이터를 켜고 끄는 해당 코드를 직접 실행해서 구현해야 한다.

실제로 상태바에는 아래 그림과 같이 NetworkIndicator 라는 것이 달려 있다.

indicator.png

아래 코드로 저 인디케이터를 동작시킬 수 있다.
// 인디케이터를 작동시킨다.
[[UIApplication sharedApplication] setNetworkActivityIndicatorVisible:YES];
 
// 인디케이터를 없앤다.
[[UIApplication sharedApplication] setNetworkActivityIndicatorVisible:NO];

한줄이면 되는 것을..
차암~쉽죠잉~

[참고] http://www.iphonedevsdk.com/forum/iphone-sdk-development/1972-activitymonitor-status-bar.html

?

List of Articles
No. Category Subject Author Date Views
385 System/OS [linux] iptables 초간단 세팅 스크립트 hooni 2017.09.26 2695
384 System/OS [linux] man 명령어 뽀개기.. hooni 2003.04.23 9955
383 System/OS [linux] Masquerade 가상 ip분할기법 hooni 2003.04.23 48962
382 System/OS [linux] Oracle8.1.6, Mysql+PHP+Zend Optimizer+APACHE+Tomcat(jsp,servlet)+IMAP+gd hooni 2003.04.23 33287
381 System/OS [linux] Proftpd 설치 가이드 hooni 2003.04.23 13844
380 System/OS [linux] ProFTPD 타임아웃 설정 hooni 2003.04.23 13949
379 System/OS [linux] resolv.con 초기화 되는 문제 hooni 2014.04.05 5454
378 System/OS [linux] root 전환시 패스워드 없이 su 사용하기 hooni 2013.12.22 13633
377 System/OS [linux] root도 삭제하지 못하는 파일 속성 hooni 2003.04.23 13168
376 System/OS [linux] sendmail 설정/사용 hooni 2003.04.23 15425
375 System/OS [linux] split 명령어 hooni 2014.03.11 5200
374 System/OS [linux] SSH에 대한 기본 설명과 설치/설정 hooni 2013.04.23 11418
Board Pagination Prev 1 ... 62 63 64 65 66 67 68 69 70 71 ... 99 Next
/ 99