“FYI, I am very newbie in iPhone development.” I had upgraded Xcode to 4.2 beta 4 and realised that there is no more templates for iOS 4. Obviously, it did not include iOS 4 SDK because it said “with iOS 5 SDK”, duh! I could not go back to Xcode beta 3 since I upgraded…
Tag: iphone
Inserting iPhone Tab Bar Icons Using XCode
Firstly you will need to add the icons to your project. Right click the resources folder under the main project icons and select Add > Existing Files… (This is article from http://www.glyfx.com/guide_iphone.html) In Xcode find the folder labeled “NIB Files” and expand it to see it’s contents. Double click on the .xib file that contains the…
Designing for the iPhone 3G: Tips and Tools
아이폰 어플 개발시 UI Design 준비 과정 및 참고 프로그램을 알려준 글 주소: http://designingwebinterfaces.com/iphone-3g-design-tips iPhone Stencil Kit를 구입하고 싶지만, 역시 시간이 부족하여 나중에 주문하기로 하고 skip.
12 SQLite Resources for iPhone Developers
SQLite is a public domaindatabase library that offers file and memory based relational databasefunctionality from a single C library. The iPhone / iPod Touch has theSQLite library included and ready to roll and Apple expects the SQLitelibrary to form the backbone of most applications’ data storagerequirements. We’ve collected together some of the best SQLite related…
iPhone SQLite Database Basics
iPhone SQLite Database Basics 원본 출처 : http://wiht.link/sqlite_resources 번역자 : DELPAI(delpai at gmail.com) 번역날짜 : 2009년 3월 27일 번역자 이야기 : 너무 급하게 하는 바람에 오역이 있을 수도 있습니다. 오역이 있더라도 참고사항으로만 봐주시기 바랍니다. :) 고칠 부분이 있으면 댓글 남겨주세요. iPhone SDK에 NDA가 추가됨을 기뻐하며, iPhone에서 SQLite를 이용하는 설명서를 작성하기로 마음을 먹었습니다. 이 설명서는 SQLite…