-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
368 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,310 @@ | ||
|
||
<!DOCTYPE HTML> | ||
<html > | ||
<head> | ||
<meta charset="UTF-8"> | ||
|
||
<title>Xcode 6下添加空项目模板 | Jerry的叨逼岛</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1"> | ||
|
||
<meta name="author" content="Jerry X"> | ||
|
||
<meta name="description" content="学习《iOS编程》第4版。书是基于iOS5和Xcode7展开的。在Xcode的默认模板上并没有书中空应用模板。 | ||
可以参考: | ||
https://coderwall.com/p/wucjeq/add-empty-application-template-back | ||
下载安装模板"> | ||
|
||
|
||
|
||
|
||
|
||
<link rel="icon" href="/img/favicon.ico"> | ||
|
||
|
||
<link rel="apple-touch-icon" href="/img/pacman.jpg"> | ||
<link rel="apple-touch-icon-precomposed" href="/img/pacman.jpg"> | ||
|
||
<link rel="stylesheet" href="/css/style.css" type="text/css"> | ||
|
||
</head> | ||
|
||
<body> | ||
<header> | ||
<div> | ||
|
||
<div id="imglogo"> | ||
<a href="/"><img src="/img/logo.svg" alt="Jerry的叨逼岛" title="Jerry的叨逼岛"/></a> | ||
</div> | ||
|
||
<div id="textlogo"> | ||
<h1 class="site-name"><a href="/" title="Jerry的叨逼岛">Jerry的叨逼岛</a></h1> | ||
<h2 class="blog-motto">帅哥美女唠个嗑呗</h2> | ||
</div> | ||
<div class="navbar"><a class="navbutton navmobile" href="#" title="Menu"> | ||
</a></div> | ||
<nav class="animated"> | ||
<ul> | ||
|
||
<li><a href="/">Home</a></li> | ||
|
||
<li><a href="/archives">Archives</a></li> | ||
|
||
<li> | ||
|
||
<form class="search" action="//google.com/search" method="get" accept-charset="utf-8"> | ||
<label>Search</label> | ||
<input type="text" id="search" name="q" autocomplete="off" maxlength="20" placeholder="Search" /> | ||
<input type="hidden" name="q" value="site:happybot.github.io"> | ||
</form> | ||
|
||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
|
||
</header> | ||
<div id="container"> | ||
<div id="main" class="post" itemscope itemprop="blogPost"> | ||
<article itemprop="articleBody"> | ||
<header class="article-info clearfix"> | ||
<h1 itemprop="name"> | ||
|
||
<a href="/2015/02/21/Xcode-6下添加空项目模板/" title="Xcode 6下添加空项目模板" itemprop="url">Xcode 6下添加空项目模板</a> | ||
</h1> | ||
<p class="article-author">By | ||
|
||
<a href="http://happybot.github.io" title="Jerry X">Jerry X</a> | ||
</p> | ||
<p class="article-time"> | ||
<time datetime="2015-02-21T06:08:00.000Z" itemprop="datePublished">Feb 21 2015</time> | ||
Updated:<time datetime="2015-02-21T06:13:33.000Z" itemprop="dateModified">Feb 21 2015</time> | ||
|
||
</p> | ||
</header> | ||
<div class="article-content"> | ||
|
||
|
||
<div id="toc" class="toc-article"> | ||
<strong class="toc-title">Contents</strong> | ||
|
||
</div> | ||
|
||
<p>学习《iOS编程》第4版。书是基于iOS5和Xcode7展开的。在Xcode的默认模板上并没有书中空应用模板。</p> | ||
<p>可以参考:</p> | ||
<p><a href="https://coderwall.com/p/wucjeq/add-empty-application-template-back" target="_blank" rel="external">https://coderwall.com/p/wucjeq/add-empty-application-template-back</a></p> | ||
<p>下载安装模板</p> | ||
|
||
</div> | ||
<footer class="article-footer clearfix"> | ||
|
||
|
||
|
||
|
||
<div class="article-share" id="share"> | ||
|
||
<div data-url="http://happybot.github.io/2015/02/21/Xcode-6下添加空项目模板/" data-title="Xcode 6下添加空项目模板 | Jerry的叨逼岛" data-tsina="null" class="share clearfix"> | ||
</div> | ||
|
||
</div> | ||
</footer> | ||
</article> | ||
|
||
<nav class="article-nav clearfix"> | ||
|
||
|
||
<div class="next"> | ||
<a href="/2015/02/08/开工/" title="开工"> | ||
<strong>NEXT:</strong><br/> | ||
<span>开工 | ||
</span> | ||
</a> | ||
</div> | ||
|
||
</nav> | ||
|
||
|
||
<section class="comment"> | ||
<div class="ds-thread"></div> | ||
</section> | ||
|
||
</div> | ||
<div class="openaside"><a class="navbutton" href="#" title="Show Sidebar"></a></div> | ||
|
||
<div id="toc" class="toc-aside"> | ||
<strong class="toc-title">Contents</strong> | ||
|
||
</div> | ||
|
||
<div id="asidepart"> | ||
<div class="closeaside"><a class="closebutton" href="#" title="Hide Sidebar"></a></div> | ||
<aside class="clearfix"> | ||
|
||
|
||
|
||
|
||
|
||
<div class="linkslist"> | ||
<p class="asidetitle">Links</p> | ||
<ul> | ||
<li><a href="http://karelgt.com/" target="_blank" title="卡雷尔">Karel's Blog</a></li> | ||
</ul> | ||
</div> | ||
|
||
|
||
<div class="rsspart"> | ||
<a href="null" target="_blank" title="rss">RSS</a> | ||
</div> | ||
|
||
</aside> | ||
</div> | ||
</div> | ||
<footer><div id="footer" > | ||
|
||
<div class="line"> | ||
<span></span> | ||
<div class="author"></div> | ||
</div> | ||
|
||
|
||
<div class="social-font clearfix"> | ||
|
||
|
||
|
||
|
||
|
||
</div> | ||
<p class="copyright">Powered by <a href="http://hexo.io" target="_blank" title="hexo">hexo</a> and Theme by <a href="https://github.com/A-limon/pacman" target="_blank" title="Pacman">Pacman</a> © 2015 | ||
|
||
<a href="http://happybot.github.io" target="_blank" title="Jerry X">Jerry X</a> | ||
|
||
</p> | ||
</div> | ||
</footer> | ||
<script src="/js/jquery-2.1.0.min.js"></script> | ||
<script type="text/javascript"> | ||
$(document).ready(function(){ | ||
$('.navbar').click(function(){ | ||
$('header nav').toggleClass('shownav'); | ||
}); | ||
var myWidth = 0; | ||
function getSize(){ | ||
if( typeof( window.innerWidth ) == 'number' ) { | ||
myWidth = window.innerWidth; | ||
} else if( document.documentElement && document.documentElement.clientWidth) { | ||
myWidth = document.documentElement.clientWidth; | ||
}; | ||
}; | ||
var m = $('#main'), | ||
a = $('#asidepart'), | ||
c = $('.closeaside'), | ||
o = $('.openaside'); | ||
$(window).resize(function(){ | ||
getSize(); | ||
if (myWidth >= 1024) { | ||
$('header nav').removeClass('shownav'); | ||
}else | ||
{ | ||
m.removeClass('moveMain'); | ||
a.css('display', 'block').removeClass('fadeOut'); | ||
o.css('display', 'none'); | ||
|
||
$('#toc.toc-aside').css('display', 'none'); | ||
|
||
} | ||
}); | ||
c.click(function(){ | ||
a.addClass('fadeOut').css('display', 'none'); | ||
o.css('display', 'block').addClass('fadeIn'); | ||
m.addClass('moveMain'); | ||
}); | ||
o.click(function(){ | ||
o.css('display', 'none').removeClass('beforeFadeIn'); | ||
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn'); | ||
m.removeClass('moveMain'); | ||
}); | ||
$(window).scroll(function(){ | ||
o.css("top",Math.max(80,260-$(this).scrollTop())); | ||
}); | ||
}); | ||
</script> | ||
|
||
<script type="text/javascript"> | ||
$(document).ready(function(){ | ||
var ai = $('.article-content>iframe'), | ||
ae = $('.article-content>embed'), | ||
t = $('#toc'), | ||
h = $('article h2') | ||
ah = $('article h2'), | ||
ta = $('#toc.toc-aside'), | ||
o = $('.openaside'), | ||
c = $('.closeaside'); | ||
if(ai.length>0){ | ||
ai.wrap('<div class="video-container" />'); | ||
}; | ||
if(ae.length>0){ | ||
ae.wrap('<div class="video-container" />'); | ||
}; | ||
if(ah.length==0){ | ||
t.css('display','none'); | ||
}else{ | ||
c.click(function(){ | ||
ta.css('display', 'block').addClass('fadeIn'); | ||
}); | ||
o.click(function(){ | ||
ta.css('display', 'none'); | ||
}); | ||
$(window).scroll(function(){ | ||
ta.css("top",Math.max(140,320-$(this).scrollTop())); | ||
}); | ||
}; | ||
}); | ||
</script> | ||
|
||
|
||
<script type="text/javascript"> | ||
$(document).ready(function(){ | ||
var $this = $('.share'), | ||
url = $this.attr('data-url'), | ||
encodedUrl = encodeURIComponent(url), | ||
title = $this.attr('data-title'), | ||
tsina = $this.attr('data-tsina'); | ||
var html = [ | ||
'<a href="#" class="overlay" id="qrcode"></a>', | ||
'<div class="qrcode clearfix"><span>扫描二维码分享到微信朋友圈</span><a class="qrclose" href="#share"></a><strong>Loading...Please wait</strong><img id="qrcode-pic" data-src="http://s.jiathis.com/qrcode.php?url=' + encodedUrl + '"/></div>', | ||
'<a href="#textlogo" class="article-back-to-top" title="Top"></a>', | ||
'<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>', | ||
'<a href="#qrcode" class="article-share-qrcode" title="QRcode"></a>', | ||
'<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>', | ||
'<a href="http://service.weibo.com/share/share.php?title='+title+'&url='+encodedUrl +'&ralateUid='+ tsina +'&searchPic=true&style=number' +'" class="article-share-weibo" target="_blank" title="Weibo"></a>', | ||
'<span title="Share to"></span>' | ||
].join(''); | ||
$this.append(html); | ||
$('.article-share-qrcode').click(function(){ | ||
var imgSrc = $('#qrcode-pic').attr('data-src'); | ||
$('#qrcode-pic').attr('src', imgSrc); | ||
$('#qrcode-pic').load(function(){ | ||
$('.qrcode strong').text(' '); | ||
}); | ||
}); | ||
}); | ||
</script> | ||
|
||
|
||
<script type="text/javascript"> | ||
var duoshuoQuery = {short_name:"null"}; | ||
(function() { | ||
var ds = document.createElement('script'); | ||
ds.type = 'text/javascript';ds.async = true; | ||
ds.src = '//static.duoshuo.com/embed.js'; | ||
ds.charset = 'UTF-8'; | ||
(document.getElementsByTagName('head')[0] | ||
|| document.getElementsByTagName('body')[0]).appendChild(ds); | ||
})(); | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.