ASIHTTPRequest를 통해 HTTP 통신 후
UIWebView를 통해 음원 미리듣기를 하면 백그라운드로 음원이 연주된다.
이를 "QuickTime" 전체 화면으로 연주하려면
기존에 사용했던 ASIHTTPRequest의 연결을 모두 초기화 해줘야 한다.
예)
//사용중인 비동기 HTTP 요청 종료
[request cancel];
[request clearDelegatesAndCancel];
//사용중인 비동기 HTTP 요청 종료
[request cancel];
[request clearDelegatesAndCancel];
최근 덧글