タグ

Storyboardに関するnabehiroのブックマーク (3)

  • Storyboardでの画面遷移をスマートにやる方法 | TOKOROM BLOG

    これは potatotips第6回め で発表した この話 のまとめと後書きです。 Storyboardいいですよね! Storyboardを使うことで、 画面と画面が疎結合になる 簡単な画面遷移ならノンコーディングで実現できてソースコードを汚さない といったメリットがあります。 Storyboard登場以前だと、次の画面に遷移させるだけでも #import "NextViewController.h" NextViewController *nextViewController = [NextViewController new]; [self.navigationController pushViewController:nextViewController animated:YES]; といったコーディングをし、遷移元のViewControlelrは遷移先のViewController

  • 初めての Storyboard in iOS 5 Part 1

    w00t just submitted our latest app (Battle Map 2) for review! For the curious, you can check out its help file here: http://t.co/ULbf3IY6 アップデート 10/24/12: iOS 6 とXcode 4.5用にアップデートされたチュートリアルをご覧になりたい方は、こちらiOS 5 by Tutorials Second Editionを参照して下さい。 Rayからの一言: このチュートリアルはiOS 5 Feastの2番目の品になります! 私達の書籍iOS 5 By Tutorialsから無料でご覧になれる1品となっております。 執筆者はMatthijs Hollemans氏によるもので、iOS Apprentice Seriesも執筆されております。どう

  • Beginning Storyboards in iOS 5 Part 1

    Update 10/24/12: If you’d like a new version of this tutorial fully updated for iOS 6 and Xcode 4.5, check out iOS 5 by Tutorials Second Edition! Note from Ray: This is the second iOS 5 tutorial in the iOS 5 Feast! This tutorial is a free preview chapter from our new book iOS 5 By Tutorials. Matthijs Hollemans wrote this chapter – the same guy who wrote the iOS Apprentice Series. Enjoy! This is a

  • 1