Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of rows in section 0. The number of rows contained in an existing section after the update (4) must be equal to the number of rows contained in that section before the update (4), plus or minus the number of rows inserted or deleted from that section (0 inserted, 1 deleted).'*** ..
- (UIViewController *)topViewController{ return [self topViewController:[UIApplication sharedApplication].keyWindow.rootViewController]; } - (UIViewController *)topViewController:(UIViewController *)rootViewController { if (rootViewController.presentedViewController == nil) { return rootViewController; } if ([rootViewController.presentedViewController isMemberOfClass:[UINavigationController clas..
로그인 창을 구성할 경우에, 키보드가 나오면서 로그인 UITextField영역을 덮어 버리는 경우가 있다. 이 경우 화면설계를 할 때 하단에 키보드가 나왔을 때의 영역을 고려해서 로그인 텍스트 필드를 배치하는 경우도 있다.하지만, 임시방편일 뿐이고, 보다 근본적인 방법으로 키보드가 나올 때 해당 UIView를 위로 올렸다가 키보드가 사라질 때 그걸 내리는 방법으로 구현해야 한다. 이 방법을 좀 더 세부적으로 보면1. UIKeyboard가 나타나는 이벤트를 감지했을 때2. 키보드 아래쪽의 UIView영역을 키보드 높이 만큼 위로 이동시킨다.3. 키보드 입력이 모두 끝나, 키보드 닫는 이벤트가 나왔을 때4. 키보드를 사라지게 만드면서, UIView를 원래의 위치로 내린다. 구현을 위해서, 먼저 UIKeybo..
long mSeconds = [self.strTime longLongValue];NSTimeInterval seconds = mSeconds / 1000; NSDate *mDate = [NSDate dateWithTimeIntervalSince1970:seconds]; NSDateFormatter *dateFormatter = [NSDateFormatter new]; [dateFormatter setDateFormat:@"yyyy.MM.dd"];
App Icons on iPad and iPhone https://developer.apple.com/library/ios/qa/qa1686/_index.html 아이폰 전용 앱 크기 이미지 크기(px) 파일명 사용처 앱스토어 Ad Hoc 512x512 iTunesArtwork 아이튠스 앱 목록 포함 안함 선택이지만 추천 1024x1024 iTunesArtwork@2x 레티나 기기의 아이튠스 앱 목록 포함 안함 선택이지만 추천 120x120 Icon-60@2x.png 아이폰 홈 스크린/레티나 아이팟 터치 필수 필수 180x180 Icon-60@3x.png 아이폰6 플러스 홈 스크린 선택이지만 추천 선택이지만 추천 76x76 Icon-76.png 아이패드 홈 스크린 선택이지만 추천 선택이지만 추천 152x..
- Total
- Today
- Yesterday
- 킹스맨
- custom font
- keyboard
- 안드로이드 라이브러리
- android jar
- ios
- gitgub
- git flow
- serialize
- 참나무숯불닭갈비
- 휴게소
- resize
- ShardPreferenes
- 엘지
- Xcode
- Re:NK
- ListView
- 코드 하이라이트
- 아이콘 사이즈
- xcode8
- 안드로이드
- 막국수
- xcode7
- 남자화장품
- 봄봄봄
- 가평휴게소
- 리엔케이
- Android
- cocoapods
- crop
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |