タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Storyboardに関するzbihのブックマーク (2)

  • How To Prototype In Xcode Using Storyboard | Meng To - UI/UX Designer

    The purpose of prototyping in Xcode is to be able to create a super high fidelity flow using the exact same software that builds iOS Apps. In Xcode, there is no limit. You can embed beautiful interactions, transitions, animations and sounds to produce a true native experience. In this tutorial, I will focus on the Storyboard feature, a powerful tool in Xcode that allows you to build an App without

    How To Prototype In Xcode Using Storyboard | Meng To - UI/UX Designer
  • Xcodeのストーリーボードの使い方

    第4回はGUI デザインを行うもう一つの方法として、Xcode 4.2から新たに搭載されたストーリーボードの使用方法について説明します。 ストーリーボードの概要 Xcodeに組み込まれたInterface Builderを使う場合は、Nibファイルを使用して画面(ビュー)の遷移は基的にユーザーがプログラムで記述する必要があります。それに対して、Xcode 4.2以降に搭載された「ストーリーボード」(Storyboard)を使用すると、複数の画面の遷移をグラフィカルに構築できるようになります。 ストーリーボードでは、個々の画面を構成する「ビュー」と「ビューコントローラ」の組み合わせを、「Scene」(シーン)として管理しています。シーンからシーンへの切り替え時の視覚効果を「Segue」(セグエ)として設定できます。Segueとは、音楽でよく使用される用語で「楽曲などを切れ目なく続けて演奏す

    Xcodeのストーリーボードの使い方
  • 1