Reachability (3G wifi 네트워크 상태 체크) 애플의 예제소스 http://developer.apple.com/iphone/library/samplecode/Reachability/Introduction/Intro.html 참고 주소 : http://theeye.pe.kr/entry/how-to-check-network-connection-on-iphone-sdk 사용방법 예제소스에서 Reachability.h와 Reachability.m을 찾아 내 프로젝트에 등록한다. 프로젝트에 SystemConfiguration.framework를 추가한다. 1) #import #import 2) SystemConfiguration 프레임워크를 추가 3) #pragma mark - - (IBAction)playMTN:(id)sender { NSLog(@"Conn.. 더보기 [아이폰] UserDefaults, 노티피케이션, 델리게이트 아래 블로그에 자세히 되어 잇다. 아래 UserDefaults 관련한 자료만 글거 왓으니 참고 바랍니다. 참고 블로그 : http://whitegom.tistory.com/11 더보기 [아이폰] NSMutableDictionary NSMutableDictionary을 검색하는 가운데 API을 글거 붙여 넣어 봣습니다. An NSDictionary is immutable. If you need a dictionary which you can change, then you should use NSMutableDictionary.NSMutableDictionary is a subclass of NSDictionary, so that you can do with an NSMutableDictionary everything which you can do with a simple NSDictionary plus, you can modify it. To set the value of a key in a dictionary, you can us.. 더보기 이전 1 ··· 197 198 199 200 201 202 203 ··· 253 다음