Simon Shi

放飞梦想,专注于Mobile开发

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: 订阅 订阅 :: 管理 ::

2012年4月10日

摘要: byJERROD PUTMANonFEBRUARY 7, 2012inBLOGfrom:http://www.tinytimgames.com/2012/02/07/cocos2d-and-storyboards/UPDATE: I’ve now uploadeda ready-to-use classfor your enjoyment to GitHub.Storyboarding in iOS 5 is really neat. It allows you to lay out nearly your entire interface visually, and gives you so 阅读全文
posted @ 2012-04-10 14:32 Simon Shi 阅读(294) 评论(0) 推荐(0) 编辑

摘要: from:http://kurrytran.blogspot.com/2011/10/ios-5-storyboard-uitableview-tutorial.htmlSince I'm learning as well and have been reading other people's tutorials that I thought were not very good (because they either had too much clutter or did not stress the important points) I thought I would 阅读全文
posted @ 2012-04-10 14:31 Simon Shi 阅读(449) 评论(0) 推荐(0) 编辑

摘要: from:http://kurrytran.blogspot.com/2011/10/ios-5-storyboard-and.htmlIn this tutorial we will:1. Create a UITableView from scratch.2. Learn about navigation controllers.3. Pushing view controllers with storyboard.Link to Download Entire Project:here1. Create a new single view based application called 阅读全文
posted @ 2012-04-10 14:30 Simon Shi 阅读(336) 评论(0) 推荐(0) 编辑

摘要: byMattjDrakeonDECEMBER 15, 2011inCODE TIPSfrom:http://howtomakeiphoneapps.com/using-storyboards-to-make-navigation-based-iphone-apps/1445/Step One: Create a New Storyboard Based iOS ApplicationMake sure to have a storyboard app started out (covered in the last post on storyboards). Your app will loo 阅读全文
posted @ 2012-04-10 14:27 Simon Shi 阅读(355) 评论(0) 推荐(0) 编辑

摘要: byMattjDrakeonNOVEMBER 22, 2011inCODE TIPSfrom:http://howtomakeiphoneapps.com/using-storyboards-to-create-a-single-view-application/1363/How To Use Storyboards To Create An iOS AppThe simplest app that I can think of that would make use of iOS Storyboards is a single scene app that has a button that 阅读全文
posted @ 2012-04-10 14:26 Simon Shi 阅读(365) 评论(0) 推荐(0) 编辑

摘要: This is a post by iOS Tutorial Team memberMatthijs Hollemans, an experienced iOS developer and designer.from:http://www.raywenderlich.com/5191/beginning-storyboards-in-ios-5-part-2Note from Ray:This is the third iOS 5 tutorial in theiOS 5 Feast! This tutorial is a free preview chapter from our new b 阅读全文
posted @ 2012-04-10 11:19 Simon Shi 阅读(206) 评论(0) 推荐(0) 编辑

摘要: This is a post by iOS Tutorial Team memberMatthijs Hollemans, an experienced iOS developer and designer.from:http://www.raywenderlich.com/5138/beginning-storyboards-in-ios-5-part-1Note from Ray:This is the second iOS 5 tutorial in theiOS 5 Feast! This tutorial is a free preview chapter from our new 阅读全文
posted @ 2012-04-10 11:16 Simon Shi 阅读(315) 评论(0) 推荐(0) 编辑

摘要: By Paul on September 7th, 2011 inTechnobabblefrom:http://longweekendmobile.com/2011/09/07/objc-automatic-reference-counting-in-xcode-explained/Automatic Reference Counting(ARC) largely removes the burden of manual memory management, not to mention the chore of tracking down bugs caused by leaking or 阅读全文
posted @ 2012-04-10 10:24 Simon Shi 阅读(300) 评论(0) 推荐(0) 编辑

摘要: On November 3, 2011, inidevblogaday, by Steffen Itterheimfrom:http://www.learn-cocos2d.com/2011/11/everything-know-about-arc/I have no doubt that automatic reference counting (ARC) is the next big leap forward for Objective-C since the introduction of Objective-C 2.0. ARC allows you to put the burde 阅读全文
posted @ 2012-04-10 10:22 Simon Shi 阅读(299) 评论(0) 推荐(0) 编辑

摘要: Posted byMugunth Kumaron Dec 24, 2011 inArticles,Featured Articlesfrom:http://blog.mugunthkumar.com/articles/migrating-your-code-to-objective-c-arc/Recently, Apple introduced several new developer stuff including Xcode 4, ARC, LLVM Compiler 3.0 and iOS 5. From some of the questions on Stack overflow 阅读全文
posted @ 2012-04-10 10:18 Simon Shi 阅读(734) 评论(0) 推荐(0) 编辑