삭제된 게시판 글들
(글 수 18)
iPhone에서 데이터를 DB를 통해 관리해야할일이 있다면 SQLite 사용은 필수일텐데요 관련된 튜터리얼과 샘플 모아봤습니다.
- SQLite 관련 링크 모음
- SQLite를 이용한 ToDo List 어플리케이션 만들기 튜터리얼
- SQLite를 이용한 북리스트 샘플
- FMDB Cocoa wrapper for SQLite3
http://flycode.googlecode.com/svn/trunk/fmdb/
- SQLite 관련 링크 모음
- http://www.mobileorchard.com/iphone-sqlite-tutorials-and-libraries/
- SQLite를 이용한 ToDo List 어플리케이션 만들기 튜터리얼
- http://icodeblog.com/2008/08/19/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1/
- http://icodeblog.com/2008/09/02/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-2/
- http://icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/
- http://icodeblog.com/2008/09/22/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-4/
- SQLite를 이용한 북리스트 샘플
- https://developer.apple.com/iphone/library/samplecode/SQLiteBooks/index.html
- FMDB Cocoa wrapper for SQLite3
http://flycode.googlecode.com/svn/trunk/fmdb/
- XCode의 프로젝트 윈도우에서 클래스에서 우클릭. Add -> “New Group”, FMDB
- FMDB패키지의 src에서 new group으로 파일 드래그
- Frameworks우클릭 Add -> “Existing frameworks”,
- /Developer/Platforms/Aspen.platform/Developer/SDKs/Aspen1.2.sdk/usr/lib/libsqlite3.dylib 선택 그리고 “Add”
- http://www.sqlite.org



