//Interface @property (strong, nonatomic) IBOutlet UIImageView *Image1; @property (strong, nonatomic) IBOutlet UIImageView *image2; //Implementation image2.image = Image1.image; UIImage *img1 = Image1.image; UIImage *img2 = image2.image; [Image1 image ].accessibilityIdentifier = @"asd"; NSString *str = img2.accessibilityIdentifier; // str = img1.accessibilityIdentifier; NSLog(@"accessibilityIden..
#define MAXLENGTH 10 - (BOOL)textField:(UITextField *) textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string { NSUInteger oldLength = [textField.text length]; NSUInteger replacementLength = [string length]; NSUInteger rangeLength = range.length; NSUInteger newLength = oldLength - rangeLength + replacementLength; BOOL returnKey = [string rangeOfString: @"\n"]..
#import "CalcViewController.h" # The official raywenderlich.com Objective-C style guide. This style guide outlines the coding conventions for raywenderlich.com. ## Introduction The reason we made this style guide was so that we could keep the code in our books, tutorials, and starter kits nice and consistent - even though we have many different authors working on the books. This style guide is d..
123456789101112NSDateFormatter *formatter = [[NSDateFormatter alloc] init];[formatter setDateFormat:@"yyyy-MM-dd hh:mm:ss"];NSString *strDate = [formatter stringFromDate:[NSDate date]];NSLog(@"%@", strDate); NSString *strDate = @"2011-12-04";NSDateFormatter *formatter = [[NSDateFormatter alloc] init];[strDate setDateFormat:@"yyyy-MM-dd"];NSDate *date = [[NSDate alloc] init];date = [date dateFrom..
- Total
- Today
- Yesterday
- Re:NK
- 킹스맨
- git flow
- 참나무숯불닭갈비
- crop
- xcode7
- serialize
- 안드로이드
- 남자화장품
- xcode8
- 코드 하이라이트
- custom font
- ios
- 안드로이드 라이브러리
- cocoapods
- Xcode
- 봄봄봄
- 휴게소
- 아이콘 사이즈
- 리엔케이
- 막국수
- gitgub
- 가평휴게소
- ListView
- ShardPreferenes
- resize
- keyboard
- 엘지
- android jar
- Android
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |