Using KML file for iOS Simulator
(Before beginning, there may be other ways to use KML. I am just beginner in iOS programming and this is how I work around.) XCode…
chrislee.kr – Personal blog as bookshelves
(Before beginning, there may be other ways to use KML. I am just beginner in iOS programming and this is how I work around.) XCode…
I have XCode 4.6.2 (4H1003) and MBP retina. When I run my project in simulator, it crashes every second running without any error message in…
To use ‘messageComposeViewController’ Add “MessageUI.framework” Library And should define on “AppDelegate.m” #import <MessageUI/MessageUI.h>
In latest XCode (v4.6.2), I couldn’t find “UIViewController”, which tutorial book wants me to choose. According to this article, choose “Object-C Class” instead of.
When I use UILineBreakModeCharacterWrap, I get this message ‘UILineBreakModeCharacterWrap’ is deprecated use NSLineBreakByCharWrapping instead of it. //[label setLineBreakMode:UILineBreakModeCharacterWrap]; [label setLineBreakMode:NSLineBreakByCharWrapping]; If I use UITextAlignmentCenter, then I…
“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…
legacy cell layout warning?? http://stackoverflow.com/questions/3297270/problem-in-table-view WARNING: Using legacy cell layout due to delegate implementation of tableView:accessoryTypeForRowWithIndexPath: in <DisclosureButtonController: 0x5f3b0b0>. Please remove your implementation of this…
In Xcode, Add > New File > Cocoa Touch Classes > UITableViewCell ??? The book said, select Add> New File > Cocoa Touch Classes >…
UITableViewCell setText deprecated UITableViewCell *cell = … … cell.text = … to cell.textLabel.text = @”test”;
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…
아이폰 어플 개발시 UI Design 준비 과정 및 참고 프로그램을 알려준 글 주소: http://designingwebinterfaces.com/iphone-3g-design-tips iPhone Stencil Kit를 구입하고 싶지만, 역시 시간이 부족하여 나중에 주문하기로 하고…
SQLite is a public domaindatabase library that offers file and memory based relational databasefunctionality from a single C library. The iPhone / iPod Touch has…
iPhone SQLite Database Basics 원본 출처 : http://wiht.link/sqlite_resources 번역자 : DELPAI(delpai at gmail.com) 번역날짜 : 2009년 3월 27일 번역자 이야기 : 너무 급하게 하는 바람에…