참고 : http://blog.naver.com/gsp2?Redirect=Log&logNo=150135286672




GDataXML(읽기,쓰기)

다운로드 : http://code.google.com/p/gdata-objectivec-client/source/browse/trunk/Source/XMLSupport/

사용법 참고 : http://blog.naver.com/gsp2?Redirect=Log&logNo=150136045184


How To Read and Write XML Documents with GDataXML

usage : http://www.raywenderlich.com/725/how-to-read-and-write-xml-documents-with-gdataxml



TBXML(읽기)

http://www.tbxml.co.uk/


API : http://www.tbxml.co.uk/TBXML/API.html

사용법 참고 :     http://blog.yagom.net/282

   http://j2enty.com/90


https://github.com/mateuszmackowiak


원문 : https://www.facebook.com/groups/315551565170142/

    // 테이블뷰 컨트롤러 생성
    TableViewController *tableViewController = [[TableViewController alloc] initWithNibName:@"TableViewController" bundle:nil];
    // 네비게이션 컨트롤러 생성
    UINavigationController *naviController = [[UINavigationController alloc] initWithRootViewController:tableViewController];
    
    // 모달 트랜지션스타일 설정
    [naviController setModalTransitionStyle:UIModalTransitionStyleFlipHorizontal];
    // 모달뷰 애니메이션
    [self presentModalViewController:naviController animated:YES];

'개발 > iOS Dev' 카테고리의 다른 글

[iOS] JSON parser  (0) 2012.07.02
[iOS] XML parser  (0) 2012.07.02
아이폰 앱을 앱스토어 통하지 않고 배포하는 방법  (0) 2012.06.28
[iOS] HTMLParser  (0) 2012.06.26
[iOS] IPhone URL Schemes  (0) 2012.06.25


참고 : http://skytechgeek.com/2012/06/jquery-tooltip-plugins/

'개발 > HTML,CSS,JS,jQuery' 카테고리의 다른 글

55 Super Powerful jQuery Navigation and Menu Plugins  (0) 2012.12.11
개발환경 셋팅  (0) 2012.11.26
jQuery easing 플러그인  (0) 2012.06.25
jQuery사용시 js파일 로드 방법  (0) 2012.06.20

원문 : http://blog.acronym.co.kr/173

원문

http://blog.naver.com/kissyweb/40120721456

'개발 > AIR for ...' 카테고리의 다른 글

ANE 모음  (0) 2012.09.21
ANE 괜찮은거  (0) 2012.06.29
Run your Flash apps in Xcode iOS Simulator with AIR 3.3  (0) 2012.06.22
Adobe Flash CS6 에서 새 버전의 AIR SDK 적용하기  (0) 2012.06.22
Air를 이용해 만든 앱들  (0) 2012.06.22

Html parser 두종


https://github.com/tijoinc/Objective-C-HTML-Parser


https://github.com/zootreeves/Objective-C-HMTL-Parser


IPhone URL Schemes

http://wiki.akosma.com/IPhone_URL_Schemes



xcode 4.x에서 Universal 정적 라이브러리 만들기

http://dasida.tistory.com/1055965

'개발 > iOS Dev' 카테고리의 다른 글

[iOS] HTMLParser  (0) 2012.06.26
[iOS] IPhone URL Schemes  (0) 2012.06.25
키보드에 기능키 추가하는 방법  (0) 2012.06.19
objective-c, jQuery 샘플들  (0) 2012.06.19
라이브러리, 샘플등..  (0) 2012.06.19


jQuery easing 플러그인

http://gsgd.co.uk/sandbox/jquery/easing/

+ Recent posts