iPhone 썸네일형 리스트형 iPhone Local Notification Sample 시간알람 설정 후 Local Notification 등록하는 예제 더보기 iPhone Document 불러오기/저장/삭제 예제 iPhone의 Document에 'Images'라는 폴더를 추가하여, 이미지를 저장/불러오기/삭제하는 예제 아이튠즈에 연결하면 파일을 볼 수 있다. 더보기 Using The Document Directory To Store Files 출처 : http://www.ios-developer.net/iphone-ipad-programmer/development/file-saving-and-loading/using-the-document-directory-to-store-files Does File Exist NSString *path; NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); path = [[paths objectAtIndex:0] stringByAppendingPathComponent:@"SomeDirectory"]; path = [path stringByAppendingPathComponent:@"Som.. 더보기 custom keyboard 1) Overlay an image. 2) Overlay a button. And you’re done. Here’s the code I used: - (void)textFieldDidBeginEditing:(UITextField *)textField { // locate keyboard view UIWindow* tempWindow = [[[UIApplication sharedApplication] windows] objectAtIndex:1]; UIView* keyboard; UIImageView *decimalKeyboard = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 320, 216)]; decimalKeyboard.image = [UIImage.. 더보기 이전 1 2 다음