<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>e.ebadaq.com</title>
	<atom:link href="http://e.ebadaq.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://e.ebadaq.com</link>
	<description>e.ebadaq.com 교육 지원 사이트</description>
	<lastBuildDate>Fri, 02 Dec 2016 00:01:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>[번역] 2016년에 iOS를 배운다는 건 어떤 느낌일까</title>
		<link>http://e.ebadaq.com/?p=164</link>
		<comments>http://e.ebadaq.com/?p=164#comments</comments>
		<pubDate>Fri, 02 Dec 2016 00:01:54 +0000</pubDate>
		<dc:creator><![CDATA[mocona]]></dc:creator>
				<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://e.ebadaq.com/?p=164</guid>
		<description><![CDATA[번역한 포스팅 하나 올립니다. &#160; 가볍게 즐겨 주세요. &#160; &#62;&#62; 2016년에 iOS를 배운다는 건 어떤 느낌일까 &#60;&#60; &#160;]]></description>
				<content:encoded><![CDATA[<p>번역한 포스팅 하나 올립니다.</p>
<p>&nbsp;</p>
<p>가볍게 즐겨 주세요.</p>
<p>&nbsp;</p>
<p>&gt;&gt; <a href="https://medium.com/@mocona/번역-2016년에-ios를-배운다는건-어떤-느낌일까-5920a71febe2#.4uoyqb4a0">2016년에 iOS를 배운다는 건 어떤 느낌일까</a> &lt;&lt;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://e.ebadaq.com/?feed=rss2&#038;p=164</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>기초 수업 예제가 제대로 동작하지 않는 경우</title>
		<link>http://e.ebadaq.com/?p=152</link>
		<comments>http://e.ebadaq.com/?p=152#comments</comments>
		<pubDate>Mon, 21 Dec 2015 12:11:34 +0000</pubDate>
		<dc:creator><![CDATA[mocona]]></dc:creator>
				<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://e.ebadaq.com/?p=152</guid>
		<description><![CDATA[iOS 버전이 8 에서 9 로 넘어오면서 기존 기초 수업 샘플의 절반이 동작하지 않습니다. 일단 원인부터 이야기를 해주면, 올해 6월, Xcode 7 부터 앱 기본 구조에서 UIWindow 가 rootViewController에 ViewController를 반드시 등록하지않으면, 오류를 발생시키는 걸로 바뀌었기 때문입니다. (예전에는 경고만 보여줬죠.) &#8230; <a href="http://e.ebadaq.com/?p=152">Continued</a>]]></description>
				<content:encoded><![CDATA[<p>iOS 버전이 8 에서 9 로 넘어오면서 기존 기초 수업 샘플의 절반이 동작하지 않습니다.</p>
<p>일단 원인부터 이야기를 해주면, 올해 6월, Xcode 7 부터 앱 기본 구조에서 UIWindow 가 rootViewController에  ViewController를 반드시 등록하지않으면, 오류를 발생시키는 걸로 바뀌었기 때문입니다.</p>
<p>(예전에는 경고만 보여줬죠.)</p>
<p>현재 영상들은 그 이전에 촬영된 것들로서, ‘앱 구조’를 좀 더 쉽게 이해하기 위해서 ViewController를 뒤에 나오는 WorldPhotos 부터 사용합니다.</p>
<p>가장 간단한(?) 해결방법을 제시합니다.</p>
<p>기초 수업 1강부터 10강, WorldPhotos 전까지는 아래의 방법으로 실습을 진행할 수 있습니다.</p>
<p>해결 방법.</p>
<p><a href="http://e.ebadaq.com/wp-content/uploads/2015/12/Screen-Shot-2015-12-18-at-5.03.26-PM.png" rel="lightbox" ><img src="http://e.ebadaq.com/wp-content/uploads/2015/12/Screen-Shot-2015-12-18-at-5.03.26-PM-300x124.png" alt="Screen Shot 2015-12-18 at 5.03.26 PM" width="300" height="124" class="alignnone size-medium wp-image-153" /></a></p>
<p>1. iOS 8.4 simulator 를 설치<br />
 &#8211; Xcode 메뉴 -> Preferences -> Downloads -> Components 에서 iOS 8.4 Simulator 설치.</p>
<p>2. 프로젝트의 최소 지원 버전 설정<br />
 &#8211; 프로젝트를 열고, 프로젝트 이름 -> General -> Deployment Info -> Deployment Target 9.x => 8.4 로 바꿈.</p>
<p>3. 엑스코드 실행 버튼(왼쪽 상단)의 타깃 스키마 -> 타깃에서 iPhone 4s (8.4) Simulator 선택.</p>
<p>이렇게 하면 iOS 8 대에서 코드가 실행되고, 기존 실습 코드가 죽지 않고 동작하게 됩니다.</p>
<p>덧붙여, UIWindow 색이 검정색으로 나온다면 MainWindow.xib 에서 window 의 배경색을 ‘투명’에서 ‘흰색’으로 바꾸어주면 됩니다.</p>
<p>질문이 간간히 있어서, 정리해서 사이트에 올립니다.</p>
<p>화이팅! :)</p>
<p>-코나-</p>
]]></content:encoded>
			<wfw:commentRss>http://e.ebadaq.com/?feed=rss2&#038;p=152</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>기존 강의 자료 링크입니다.</title>
		<link>http://e.ebadaq.com/?p=117</link>
		<comments>http://e.ebadaq.com/?p=117#comments</comments>
		<pubDate>Tue, 21 Apr 2015 05:11:40 +0000</pubDate>
		<dc:creator><![CDATA[mocona]]></dc:creator>
				<category><![CDATA[study]]></category>
		<category><![CDATA[기존자료]]></category>

		<guid isPermaLink="false">http://e.ebadaq.com/?p=117</guid>
		<description><![CDATA[기존 강의 자료는 더이상 지원하지 않습니다. &#160; 이바닥닷컴은 봄맞이 대개편(?)을 통하여, 교육사이트 업데이트를 진행하였습니다. &#160; 기존 강의 hands on lab 및 오프라인 강의자료 모음은 다음 사이트를 통해서 접근해 주시기 바랍니다. &#160; 기존 강의자료 제공 링크 : http://o-e.ebadaq.com &#160; 감사합니다!]]></description>
				<content:encoded><![CDATA[<p>기존 강의 자료는 더이상 지원하지 않습니다.</p>
<p>&nbsp;</p>
<p><del>이바닥닷컴은 봄맞이 대개편(?)을 통하여, 교육사이트 업데이트를 진행하였습니다.</del></p>
<p>&nbsp;</p>
<p><del>기존 강의 hands on lab 및 오프라인 강의자료 모음은 다음 사이트를 통해서 접근해 주시기 바랍니다.</del></p>
<p>&nbsp;</p>
<p><del>기존 강의자료 제공 링크 : <a href="http://o-e.ebadaq.com" target="_blank">http://o-e.ebadaq.com</a></del></p>
<p>&nbsp;</p>
<p><del>감사합니다!</del></p>
]]></content:encoded>
			<wfw:commentRss>http://e.ebadaq.com/?feed=rss2&#038;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
