<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Beauty Spot</title>
		<link>http://mastership.kr/</link>
		<description>Unusual and beautiful</description>
		<language>ko</language>
		<pubDate>Mon, 26 Sep 2011 17:33:35 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<image>
		<title>Beauty Spot</title>
		<url><![CDATA[http://cfile29.uf.tistory.com/image/1363790E4B99E7242FC159]]></url>
		<link>http://mastership.kr/</link>
		<description>Unusual and beautiful</description>
		</image>
		<item>
			<title>iPhone, iPod의 네트워크 주소 알아내기;</title>
			<link>http://mastership.kr/28</link>
			<description>&lt;p style=&quot;margin:0&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://mship.tistory.com/attachment/cfile21.uf@145CFC4F4DCA354F1C67B5.c&quot;&gt;&lt;img src=&quot;http://i1.daumcdn.net/cfs.tistory/v/110706133414/blog/image/extension/unknown.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; IPAddress.c&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p style=&quot;margin:0&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://mship.tistory.com/attachment/cfile9.uf@1754684F4DCA355033A23D.h&quot;&gt;&lt;img src=&quot;http://i1.daumcdn.net/cfs.tistory/v/110706133414/blog/image/extension/unknown.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; IPAddress.h&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;br /&gt;
현재 장비의 MAC Address 와 IP Address 를 알아내보자.&lt;br /&gt;
&lt;br /&gt;
먼저 IPAddress.c, IPAddress.h 를 자신의 프로젝트에 추가한 후,&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(201, 43, 38); line-height: normal; &quot;&gt;&lt;span style=&quot;color: #74492c&quot;&gt;#import &lt;/span&gt;&quot;IPAddress.h&quot;&lt;br /&gt;
&lt;br /&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;헤더를 추가하고;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
사용하고자 하는 함수 안에 다음과 같이 작성해 준다.&lt;br /&gt;
&lt;br /&gt;
&lt;p style=&quot;margin:0&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile8.uf.tistory.com/image/137AED474DCA35E027EA25&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;스크린샷 2011-05-11 오후 4.07.37.png&quot; height=&quot;164&quot; width=&quot;518&quot;/&gt;&lt;/div&gt;&lt;/p&gt;
&amp;nbsp;&lt;br /&gt;
실행해 보면&lt;br /&gt;
&lt;br /&gt;
현재 장비의 네트워크 주소를 출력할 수 있다.&lt;br /&gt;
&lt;br /&gt;
&lt;p style=&quot;margin:0&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile6.uf.tistory.com/image/17476D334DCA38B5380B89&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;스크린샷 2011-05-11 오후 4.20.05.png&quot; height=&quot;60&quot; width=&quot;571&quot;/&gt;&lt;/div&gt;&lt;/p&gt;
&lt;br /&gt;&lt;p style=&quot;margin:0&quot;&gt;&lt;/p&gt;
&lt;p style=&quot;margin:0&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
wifi, 3g 상태에서 모두 IP 주소를 얻을 수 있다.&lt;p&gt;&lt;/p&gt;</description>
			<category>業</category>
			<category>Address</category>
			<category>iphone</category>
			<category>iPod</category>
			<category>network</category>
			<author>mastership</author>
			<guid>http://mastership.kr/28</guid>
			<comments>http://mastership.kr/28#entry28comment</comments>
			<pubDate>Wed, 11 May 2011 16:11:17 +0900</pubDate>
		</item>
		<item>
			<title>Application Cycle ?!</title>
			<link>http://mastership.kr/27</link>
			<description>iPhone Application 의 경우 실행하고, 홈 버튼을 눌러서 종료 하고,&lt;br /&gt;
&lt;br /&gt;
멀티태스킹을 지원하는 Application 일 경우 홈 버튼을 눌러서 Background 로 이동하고,&lt;br /&gt;
&lt;br /&gt;
다시 실행해서 Foreground 로 이동하는 일종의 사이클이 있다.&lt;br /&gt;
&lt;br /&gt;
&lt;p style=&quot;margin:0&quot;&gt;&lt;br /&gt;
각각의 경우에 이벤트를 처리하는 함수들은 다음과 같다.&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco&quot;&gt;- (&lt;span style=&quot;color: #b61aa3&quot;&gt;BOOL&lt;/span&gt;)application:(&lt;span style=&quot;color: #7233a9&quot;&gt;UIApplication&lt;/span&gt; *)application didFinishLaunchingWithOptions:(&lt;span style=&quot;color: #7233a9&quot;&gt;NSDictionary&lt;/span&gt; *)launchOptions&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco&quot;&gt;- (&lt;span style=&quot;color: #b61aa3&quot;&gt;void&lt;/span&gt;)applicationWillResignActive:(&lt;span style=&quot;color: #7233a9&quot;&gt;UIApplication&lt;/span&gt; *)application&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco&quot;&gt;- (&lt;span style=&quot;color: #b61aa3&quot;&gt;void&lt;/span&gt;)applicationDidEnterBackground:(&lt;span style=&quot;color: #7233a9&quot;&gt;UIApplication&lt;/span&gt; *)application&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco&quot;&gt;- (&lt;span style=&quot;color: #b61aa3&quot;&gt;void&lt;/span&gt;)applicationWillEnterForeground:(&lt;span style=&quot;color: #7233a9&quot;&gt;UIApplication&lt;/span&gt; *)application&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco&quot;&gt;- (&lt;span style=&quot;color: #b61aa3&quot;&gt;void&lt;/span&gt;)applicationDidBecomeActive:(&lt;span style=&quot;color: #7233a9&quot;&gt;UIApplication&lt;/span&gt; *)application&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco&quot;&gt;- (&lt;span style=&quot;color: #b61aa3&quot;&gt;void&lt;/span&gt;)applicationWillTerminate:(&lt;span style=&quot;color: #7233a9&quot;&gt;UIApplication&lt;/span&gt; *)application&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;
&lt;br /&gt;
각 함수가 호출 되는 경우를 알아보면 다음과 같다.&lt;br /&gt;
&lt;br /&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;1. 프로그램 처음 실행 시&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;(1) &lt;b&gt;didFinishLaunchingWithOptions&lt;/b&gt; 호출&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;(2) &lt;b&gt;applicationDidBecomeActive&lt;/b&gt; 호출&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;2. 홈 버튼을 한번 누를 경우&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;(1) &lt;b&gt;applicationWillResignActive&lt;/b&gt; 호출&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;(2) &lt;b&gt;applicationDidEnterBackground&lt;/b&gt; 호출&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;3. 위 상태에서 다시 어플 실행 시&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;(1) &lt;b&gt;applicationWillEnterForeground&lt;/b&gt; 호출&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;(2) &lt;b&gt;applicationDidBecomeActive&lt;/b&gt; 호출&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;4. 홈 버튼을 두번 누를 경우&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;(1) &lt;b&gt;applicationWillResignActive&lt;/b&gt; 호출&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
추가적으로&amp;nbsp;XXX-info.plist 파일에&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;&lt;br /&gt;
&lt;b&gt;Application does not run in background (멀티태스킹 지원 해제)&lt;/b&gt;&amp;nbsp;항목을 추가 하고 체크 하면&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic; min-height: 14.0px&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px NanumGothic&quot;&gt;홈 버튼을 한번 누를 경우&amp;nbsp;&lt;b&gt;applicationWillTerminate&lt;/b&gt; 를 호출한다.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
			<category>業</category>
			<category>application</category>
			<category>cycle</category>
			<category>iphone</category>
			<author>mastership</author>
			<guid>http://mastership.kr/27</guid>
			<comments>http://mastership.kr/27#entry27comment</comments>
			<pubDate>Tue, 26 Apr 2011 15:49:48 +0900</pubDate>
		</item>
		<item>
			<title>iPhone 에서 MD5 생성하기</title>
			<link>http://mastership.kr/26</link>
			<description>&lt;br /&gt;
iPhone에서 string을 MD5로 암호화 해보자&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
우선 헤더에 CommonCrypto/CommonDigest.h 파일을 import 시킨다.&lt;br /&gt;
&lt;br /&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/151907524DAE64EA3CA362&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;스크린샷 2011-04-20 오후 1.44.49.png&quot; height=&quot;201&quot; width=&quot;336&quot;/&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;그리고 &amp;nbsp;MD5를 구하는 함수를 생성 해서 사용하면 된다.&lt;br /&gt;
&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0px; FONT: 12px Monaco&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0px; FONT: 12px Monaco&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0px; FONT: 12px Monaco&quot;&gt;&lt;SPAN style=&quot;LINE-HEIGHT: normal&quot; class=Apple-style-span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0px; FONT: 12px Monaco&quot;&gt;&lt;SPAN style=&quot;LINE-HEIGHT: normal&quot; class=Apple-style-span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile8.uf.tistory.com/image/1606CB474DAE7BE0140AA4&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;스크린샷 2011-04-20 오후 3.23.07.png&quot; height=&quot;192&quot; width=&quot;663&quot;/&gt;&lt;/div&gt;&lt;/P&gt;&lt;br /&gt;
- (NSString*)md5:(NSString*)srcStr&lt;br /&gt;
{&lt;br /&gt;

&lt;DIV style=&quot;MARGIN-LEFT: 4em&quot;&gt;const char *cStr = [srcStr UTF8String];&lt;br /&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;br /&gt;
&lt;/DIV&gt;
&lt;DIV style=&quot;MARGIN-LEFT: 4em&quot;&gt;&amp;nbsp;unsigned char result[CC_MD5_DIGEST_LENGTH];&lt;br /&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;br /&gt;
&lt;/DIV&gt;
&lt;DIV style=&quot;MARGIN-LEFT: 4em&quot;&gt;&amp;nbsp;CC_MD5(cStr, strlen(cStr), result);&lt;br /&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;br /&gt;
&lt;/DIV&gt;
&lt;DIV style=&quot;MARGIN-LEFT: 4em&quot;&gt;&amp;nbsp;return [NSString stringWithFormat:@&quot;%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X&quot;, result[0], result[1], result[2], result[3], result[4], result[5], result[6], result[7],&lt;br /&gt;
result[8], result[9], result[10], result[11], result[12], result[13], result[14], result[15]];&lt;br /&gt;
&lt;/DIV&gt;
&lt;DIV&gt;}&lt;/DIV&gt;
&lt;DIV style=&quot;MARGIN-LEFT: 4em&quot;&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/DIV&gt;
&lt;DIV&gt;테스트를 해보면....&lt;br /&gt;
&lt;/DIV&gt;
&lt;DIV style=&quot;MARGIN-LEFT: 4em&quot;&gt;&lt;br /&gt;
&lt;/DIV&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/1336DA4B4DAE7BB902D7ED&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;스크린샷 2011-04-20 오후 3.22.00.png&quot; height=&quot;321&quot; width=&quot;407&quot;/&gt;&lt;/div&gt;&lt;/P&gt;&lt;br /&gt;
변환이 잘 되는 것을 확인할 수 있다.&lt;br /&gt;
&lt;br /&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/184BD75A4DAE656E0BDF48&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;스크린샷 2011-04-20 오후 1.47.28.png&quot; height=&quot;83&quot; width=&quot;663&quot;/&gt;&lt;/div&gt;&lt;/P&gt;&amp;nbsp;&lt;br /&gt;
&amp;nbsp; 
&lt;P&gt;&lt;/P&gt;</description>
			<category>業</category>
			<category>iphone</category>
			<category>MD5</category>
			<category>암호화</category>
			<author>mastership</author>
			<guid>http://mastership.kr/26</guid>
			<comments>http://mastership.kr/26#entry26comment</comments>
			<pubDate>Wed, 20 Apr 2011 13:48:48 +0900</pubDate>
		</item>
		<item>
			<title>iPhone 3gs, iPhone 4, iPad 아이콘 설정 하기</title>
			<link>http://mastership.kr/25</link>
			<description>&lt;br /&gt;
기기마다 해상도가 다르기 때문에 각각 아이콘 크기도 다르다.&lt;br /&gt;
&lt;br /&gt;우선 필요한 아이콘의 크기부터 알아보면&lt;br /&gt;
&lt;br /&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/1660904B4D9C00FF3125E9&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;icon_size.png&quot; height=&quot;478&quot; width=&quot;350&quot;/&gt;&lt;/div&gt;&lt;/P&gt;&amp;nbsp;&lt;br /&gt;

&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0px&quot;&gt;&lt;STRONG&gt;&lt;U&gt;&lt;br /&gt;
&lt;/U&gt;&lt;/STRONG&gt;위와 같고 Small 이 붙은 이미지는 스팟라이트용 이미지 이다.&lt;br /&gt;
&lt;br /&gt;위 이미지들을 프로젝트에 추가하고&lt;br /&gt;
&lt;br /&gt;프로젝트명-Info.Plist 를 수정하면 된다.&lt;br /&gt;
&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/1214E74A4D9BFC13120890&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;스크린샷 2011-04-06 오후 2.33.52.png&quot; height=&quot;128&quot; width=&quot;460&quot;/&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0px&quot;&gt;&lt;br /&gt;
위와 같이 Icon file 을 Icon Files로 바꾸고 각 항목을 추가해주면&lt;br /&gt;
&lt;br /&gt;기기별로 아이콘이 적용된다.&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
P.S&lt;br /&gt;
&lt;br /&gt;혹, 아이콘의 아래로 볼록하게 보이는 효과를 없애고 싶다면&lt;br /&gt;
&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile26.uf.tistory.com/image/157EA6504D9BFC75062E88&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;스크린샷 2011-04-06 오후 2.34.01.png&quot; height=&quot;16&quot; width=&quot;368&quot;/&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0px&quot;&gt;&lt;br /&gt;
plist 파일에 위 항목을 추가한다.&lt;br /&gt;
&lt;br /&gt;NO 일 경우 효과를 주는 것이고, YES 일 경우 효과를 없애는 것이다.&lt;br /&gt;
&lt;/P&gt;</description>
			<category>業</category>
			<category>iCon</category>
			<category>IPAD</category>
			<category>iPhone 3Gs</category>
			<category>iphone4</category>
			<category>size</category>
			<author>mastership</author>
			<guid>http://mastership.kr/25</guid>
			<comments>http://mastership.kr/25#entry25comment</comments>
			<pubDate>Wed, 06 Apr 2011 14:41:10 +0900</pubDate>
		</item>
		<item>
			<title>iPhone 3gs &amp; iPhone 4 이미지 로드</title>
			<link>http://mastership.kr/24</link>
			<description>&lt;P&gt;&lt;br /&gt;
iPhone 4 는&amp;nbsp;iPhone 3gs 에 해상도가 2배로 증가하였다.&lt;br /&gt;
&lt;br /&gt;따라서 프로그램 개발시 기존의 이미지를 로드 하면 이미지가 선명하지 않을것은 당연 지사;&lt;br /&gt;
&lt;br /&gt;물론, 개발 시 해상도나 기기를 체크해서 분기하여 로드하는 방법도 있지만&lt;br /&gt;
&lt;br /&gt;간단하게 해결하는 방법도 있다.&lt;br /&gt;
&lt;br /&gt;우선 로드할 이미지를 2가지 사이즈로 준비한다.&lt;br /&gt;
&lt;br /&gt;예를 들어, Main.png 라는 파일이 있으면&lt;br /&gt;
&lt;br /&gt;&lt;STRONG&gt;&lt;U&gt;Main.png &lt;/U&gt;( 320 X 480 )&lt;/STRONG&gt; 이미지 와&lt;br /&gt;
&lt;A href=&quot;mailto:Main@2x.png&quot;&gt;&lt;STRONG&gt;Main@2x.png&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; ( 640 X 960 )&lt;/STRONG&gt; 이미지를 준비한다.&lt;br /&gt;
&lt;br /&gt;이 두 이미지를 프로젝트에 추가한 후 사용하면 된다.&lt;br /&gt;
&lt;br /&gt;이 이미지를 UIImageView 에 로드 할 경우 기존과 마찬가지로 사용하면 된다.&lt;br /&gt;
&lt;br /&gt;UIImageView* imgvBack = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 320, 480)];&lt;br /&gt;
[imgvBack setImage:[UIImage imageNamed:@&quot;Main.png&quot;]];&lt;br /&gt;
[self addSubview:imgvBack];&lt;br /&gt;
[imgvBack release];&lt;br /&gt;
&lt;br /&gt;이렇게 로드 하면 기기에 따라 해당하는 해상도의 이미지를 로드한다.&lt;br /&gt;
&lt;br /&gt;테스트 해 본 결과&lt;br /&gt;
&lt;br /&gt;imageNamed 뿐 아니라 imageWithContentsOfFile 도 정상적으로 로드가 된다.&lt;/P&gt;</description>
			<category>業</category>
			<category>iPhone 4</category>
			<category>iPhone3GS</category>
			<category>이미지</category>
			<category>크기</category>
			<author>mastership</author>
			<guid>http://mastership.kr/24</guid>
			<comments>http://mastership.kr/24#entry24comment</comments>
			<pubDate>Wed, 06 Apr 2011 14:18:29 +0900</pubDate>
		</item>
		<item>
			<title>Xcode4 에서 Framework 추가 하기</title>
			<link>http://mastership.kr/23</link>
			<description>&lt;br /&gt;
Xcode4 는 귀찮게도 기존의 버전에 비해 상당한 부분이 변했다.&lt;br /&gt;
&lt;br /&gt;그 중 하나로 네비게이터에서 마우스 우클릭을 하면 나오던 프레임워크 추가 메뉴가 없어졌다.&lt;br /&gt;
&lt;br /&gt;아무튼 방법이 좀 변했는데...&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
우선 왼쪽 네비게이터에서 프로젝트를 클릭한 후,&lt;br /&gt;
&lt;br /&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/1159C9414D92BE0D3B47D5&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;스크린샷 2011-03-30 오후 2.16.25.png&quot; height=&quot;515&quot; width=&quot;268&quot;/&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;&lt;br /&gt;
&lt;br /&gt;오른쪽 화면의 TARGET을 클릭한 후, Build Phases 탭을 클릭한다.&lt;br /&gt;
&lt;br /&gt;쭉 나오는 항목 중에 Link Binary With Libraries 를 펼쳐서 + 을 클릭하면,&lt;br /&gt;
&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/127B9C414D92BE76082C6E&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;스크린샷 2011-03-30 오후 2.16.52.png&quot; height=&quot;234&quot; width=&quot;663&quot;/&gt;&lt;/div&gt;&lt;/P&gt;&lt;br /&gt;
&lt;br /&gt;다음과 같이 추가할 수 있는 Framework 목록이 나타난다.&lt;br /&gt;

&lt;P style=&quot;MARGIN: 0px&quot;&gt;&lt;br /&gt;
그러면 원하는 Framework를 선택하고&amp;nbsp; Add 하면 완료;&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/15688E3D4D92BEF3103CB0&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;스크린샷 2011-03-30 오후 2.17.04.png&quot; height=&quot;551&quot; width=&quot;541&quot;/&gt;&lt;/div&gt;&lt;/P&gt;&lt;br /&gt;
&lt;br /&gt;</description>
			<category>業</category>
			<category>iphone</category>
			<category>Objective-C</category>
			<category>xcode4</category>
			<author>mastership</author>
			<guid>http://mastership.kr/23</guid>
			<comments>http://mastership.kr/23#entry23comment</comments>
			<pubDate>Wed, 30 Mar 2011 14:27:59 +0900</pubDate>
		</item>
		<item>
			<title>Dexter....</title>
			<link>http://mastership.kr/22</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfile8.uf.tistory.com/image/195A09184B9B8C24535F55&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;2010-03-13_215631.png&quot; height=&quot;239&quot; width=&quot;461&quot;/&gt;&lt;/div&gt;&lt;br /&gt;
얼마전부터 보고 있는 미드 Dexter..&lt;br /&gt;
&lt;br /&gt;표면적인 내용은 연쇄살인자들을 죽이는 연쇄살인자 정도?;&lt;br /&gt;
&lt;br /&gt;어릴적 트라우마를 간직한 한 남자가 연쇄살인을 저지르면서 그 트라우마를 견뎌내는 그런 내용이다...&lt;br /&gt;
&lt;br /&gt;허나 막무가내 살인이 아니라 악절적인 범죄자들만 골라서 죽인다....&lt;br /&gt;
&lt;br /&gt;얼핏보면 정의의 사도 인것 같다...&lt;br /&gt;
&lt;br /&gt;근데 드라마를 보다보니 그런것 같진 않고, 그저 자신의 살인욕구를 채우기 위해서 죽이지만 &lt;br /&gt;
&lt;br /&gt;나름대로의 코드(?)가 있고 그것을 따르고 있다... 그것이 바로 사회에서 없어져야 할 사람들을 죽인다... 뭐 그러한.....&lt;br /&gt;
&lt;br /&gt;감정이 전혀 없는 사이코패스 적인 한 사람의 내면, 인간관계, 또 그러한 것들을 지켜나가기 위해 항상 애쓰는 그러한 모습들이 그려진다..&lt;br /&gt;
&lt;br /&gt;드라마를 보는 내내 느낀것은 사람은 보기와는 다를수 있다는 것이다...&lt;br /&gt;
&lt;br /&gt;항상 겉보기만 가지고 사람을 판단하지 않고 그 사람의 내면을 볼 수 있도록 해야겠다는 생각이 든다...&lt;br /&gt;
&lt;br /&gt;p.s&lt;br /&gt;
드라마 내용상 잔인하고 폭력적인 장면이 자주 등장하고 성적인 내용등 자극적인 장면이 등장.. 19금은 19금인듯...&lt;br /&gt;
&lt;br /&gt;</description>
			<category>斷想</category>
			<category>Dexter</category>
			<category>덱스터</category>
			<category>미드</category>
			<author>mastership</author>
			<guid>http://mastership.kr/22</guid>
			<comments>http://mastership.kr/22#entry22comment</comments>
			<pubDate>Sat, 13 Mar 2010 22:10:00 +0900</pubDate>
		</item>
		<item>
			<title>꺅~~~!</title>
			<link>http://mastership.kr/20</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs11.tistory.com/image/26/tistory/2009/12/05/20/55/4b1a4a2c39b9a&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;427&quot; width=&quot;320&quot;/&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs11.tistory.com/image/24/tistory/2009/12/05/20/55/4b1a4a2d644c8&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;427&quot; width=&quot;320&quot;/&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;배가 고파서 오랜만에 굽네치킨에서 닭을 한마리 시켰더니...&lt;br /&gt;&lt;br /&gt;소녀시대 달력!!!&lt;br /&gt;&lt;br /&gt;달력이 사은품인건지 닭이 사은품인건지...&lt;br /&gt;&lt;br /&gt;아무튼 득템~&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;p.s 굽네치킨은 역시 순살치킨이 제맛!!</description>
			<category>日常</category>
			<category>굽네치킨</category>
			<category>닭</category>
			<category>소녀시대</category>
			<category>순살치킨</category>
			<category>유리</category>
			<author>mastership</author>
			<guid>http://mastership.kr/20</guid>
			<comments>http://mastership.kr/20#entry20comment</comments>
			<pubDate>Sat, 05 Dec 2009 20:58:23 +0900</pubDate>
		</item>
		<item>
			<title>샀다. 샀어..</title>
			<link>http://mastership.kr/19</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs15.tistory.com/image/23/tistory/2009/08/29/04/33/4a983123c9ad4&quot; width=&quot;534&quot; height=&quot;220&quot; alt=&quot;사용자 삽입 이미지&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
며칠 전 몸에 열이 났었다..&lt;br /&gt;
때가 때인만큼 두려움이 앞서드만...ㅎㄷ;&lt;br /&gt;
다행히도 약먹고 이래저래 해서 괜찮아 졌;;&lt;br /&gt;
&lt;br /&gt;
아무튼 신종플루의 증상 중 하나가 37.8도 이상의 고열 발생이라는데&lt;br /&gt;
대체 어느정도 온도인지 알수가 있나;&lt;br /&gt;
그래서 체온계를 하나 사버렸다....&lt;br /&gt;
&lt;br /&gt;
조금이라도 이상이 생기면 얼른얼른 체온을 재보고 대처해야지...&lt;br /&gt;
신종플루는 넘흐 무서워서...ㅎㄷㄷ;&lt;br /&gt;
&lt;br /&gt;
p.s &lt;br /&gt;
  아! 참고로 체온을 잴때 다들 겨드랑이에 재는데.. 겨드랑이가 제일 부정확 하다는 정보...&lt;br /&gt;
그럼 어디를 재지; 입인가;;;
</description>
			<category>日常</category>
			<category>감기</category>
			<category>고온</category>
			<category>신종플루</category>
			<category>체온</category>
			<category>체온계</category>
			<author>mastership</author>
			<guid>http://mastership.kr/19</guid>
			<comments>http://mastership.kr/19#entry19comment</comments>
			<pubDate>Sat, 29 Aug 2009 04:45:38 +0900</pubDate>
		</item>
		<item>
			<title>Everyone has....</title>
			<link>http://mastership.kr/18</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs10.tistory.com/image/12/tistory/2009/08/26/14/19/4a94c5d3df24b&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;548&quot; width=&quot;350&quot;/&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;얼마전 취득한 기사 자격증인데....&lt;br /&gt;&lt;br /&gt;사진을 눌러놨네;;;&lt;br /&gt;&lt;br /&gt;아무튼 필기 + 실기 접수비며 책값까지 쳐보니 이거 이거이거..... 비싸다;;&lt;br /&gt;&lt;br /&gt;요새는 과연 취득할만한 가치가 있는건지 조차 의심이 들긴하지만.. 뭐 없는거보다 낫겠지;;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
			<category>日常</category>
			<category>기사 정보처리기사 정보처리 자격등 취득 산업인력공단</category>
			<author>mastership</author>
			<guid>http://mastership.kr/18</guid>
			<comments>http://mastership.kr/18#entry18comment</comments>
			<pubDate>Wed, 26 Aug 2009 14:24:30 +0900</pubDate>
		</item>
	</channel>
</rss>

