본문 바로가기

아이폰8

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.
아이폰5se 출시, 아이폰5s 가격인하 애플의 신형 4인치 아이폰5SE 또는 아이폰SE 발표 후 기존 아이폰5S의 가격이 50% 인하될 것이라고 외신들이 9일 보도했다.보도에 따르면 아이폰5SE 발표 후 미국에서 아이폰5S 가격은 450달러에서 50% 인하된 225달러에 판매된다. 또, 인도 시장에서도 아이폰5S 16GB 모델이 21000 루피에서 12000 루피로 인하될 것으로 알려졌다.앞서 애플 쪽집게 분석가로 유명한 KGI 증권 밍치궈는 아이폰5SE가 400~500달러에 출시되며 아이폰5S 가격도 50% 인하될 것이라는 전망을 내놓기도 했다.현재 아이폰5S 16GB 모델은 국내에서 64만원에 판매되고 있다. 아이폰5S 가격 인하가 국내에도 적용될 경우 출고가는 30만원 대로 내려갈 것으로 예상된다.한편, 아이폰5SE는 오는 15일 또는 .. 2016. 3. 9.
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.