object c3 iOS 개발 자료 -푸쉬 서버 개발 관련 자료- 이지 APNS 오픈 소스 라이브러리 http://www.easyapns.com/ 구글 코드 APNS 오픈 소스 http://code.google.com/p/apns-php/ 서버 튜토리얼 http://blog.boxedice.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial/ -label이나 textView에 현재 시간을 표시하고 싶습니다- NSDate *t = [NSDate date]; NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; NSString *timeStr = [formatter setDateFormat:@"HH.. 2016. 9. 21. tableview row insert - (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath { NSInteger maxPurchaseListCountInPage = 0; UIInterfaceOrientation orientation = [[UIApplicationsharedApplication] statusBarOrientation]; if( [SystemInfo isPad] ){ if( UIInterfaceOrientationIsLandscape(orientation) ){ }else{ } }else if( [SystemInfo isPhone5] ){ if( UIInte.. 2016. 9. 5. error [iOS] method possibly missing a super dealloc call - (void)dealloc{ [self stopNotifier]; if (_reachabilityRef != NULL) { CFRelease(_reachabilityRef); } [super dealloc]; } [super dealloc]; 추가 ㅡ0ㅡ 2015. 12. 17. 이전 1 다음