Spotlight 에서 FileMerge를 검색하면 나오는 프로그램!
'OS > Mac OS' 카테고리의 다른 글
Oralcle DB 설치 (0) | 2017.09.05 |
---|---|
Beyond Compare - 디데이 초기화 프로그램 (0) | 2017.08.07 |
[맥북 실행파일 만들것] (0) | 2017.05.19 |
vi 에디터로 작성 시 마우스 휠로 커서 옮기기 (0) | 2016.11.13 |
Vim 자동완성 (0) | 2016.11.13 |
Spotlight 에서 FileMerge를 검색하면 나오는 프로그램!
Oralcle DB 설치 (0) | 2017.09.05 |
---|---|
Beyond Compare - 디데이 초기화 프로그램 (0) | 2017.08.07 |
[맥북 실행파일 만들것] (0) | 2017.05.19 |
vi 에디터로 작성 시 마우스 휠로 커서 옮기기 (0) | 2016.11.13 |
Vim 자동완성 (0) | 2016.11.13 |
UIAlertView 띄우는 법
UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@""
message:@"가라미네이트 형"
delegate:self
cancelButtonTitle:@"취소" /* nil 로 지정할 경우 cancel button 없음 */
otherButtonTitles:@"확인", nil];
[alert show];
참고 사이트 (0) | 2017.08.16 |
---|---|
duplicate symbols for architecture arm64 (0) | 2017.08.10 |
kapps 아이폰,안드 전문 사이트 (0) | 2017.07.23 |
[Error] cannot be opened because the project file cannot be parsed. (0) | 2017.07.13 |
프레임워크 CPU별 빌드 확인하기(iPhone5에서는 빌드 안 되고, iPhone6에서는 빌드 되는 현상) (0) | 2017.06.28 |
http://kapps.co.kr/bbs/board.php?bo_table=m52&wr_id=33
duplicate symbols for architecture arm64 (0) | 2017.08.10 |
---|---|
UIAlertView 띄우는 법 (0) | 2017.07.24 |
[Error] cannot be opened because the project file cannot be parsed. (0) | 2017.07.13 |
프레임워크 CPU별 빌드 확인하기(iPhone5에서는 빌드 안 되고, iPhone6에서는 빌드 되는 현상) (0) | 2017.06.28 |
[Info] Embedded Binaries VS Link Binary With Libraries (0) | 2017.06.19 |