タグ

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

タグの絞り込みを解除

storyboardに関するsnusmumのブックマーク (4)

  • Is it possible to update a localized storyboard's strings?

    I localized a part of my application with creating a base.lproj storyboard and 3 string files for it. It was a month ago and after that I added new view controller to app, but this controller's buttons and labels not appear in string files Is it possible to update this 3 storyboard attached string files or I must add new strings translations programmatically with using NSLocalizableString and Loca

    Is it possible to update a localized storyboard's strings?
  • ios7のnavigationbarをios6以前のデザインに合わせる方法 - Qiita

    ios6 → ios7対応をする際にios6のデザインで対応する際の覚え書き レイアウト崩れ 原因は、ほぼこれ In iOS 7, view controllers use full-screen layout. At the same time, iOS 7 gives you more granular control over the way a view controller lays out its views. In particular, the concept of full-screen layout has been refined to let a view controller specify the layout of each edge of its view. 全体的に上部に寄ってしまっているのを対処 xcode4で作成したアプリをxcode5で見ると全体的に

    ios7のnavigationbarをios6以前のデザインに合わせる方法 - Qiita
  • 初めての Storyboard in iOS 5 Part 2

    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 Rayからの一言: このチュートリアルはiOS 5 Feastの3番目の品になります。 私達の書籍iOS 5 By Tutorialsから無料でご覧になれる1品となっております。 執筆者はMatthijs Hollemans氏によるもので、iOS Apprentice Seriesも執筆されております。どうぞ御堪能ください。 このチュートリアルは”iOS Tutorial Team member”のMatthijs Hollemans氏のより投稿されました。 “Storyboard”についてもっともっと深く勉強したい!

  • StoryboardのUnwind Segueの使い方 | DevelopersIO

    Exitという名前の謎の緑アイコン Xcode 4.5から、Storyboardに「Exit」という名前の緑のアイコンがシーンに追加されました。当初調べた際には、セグエで繋いでいる画面を戻るための機能(Unwind)であることは分かったのですが、具体的な利用方法が分からずもやもやしていました。最近になってようやく役割と利用方法が分かったのでまとめたいと思います。 Unwind Segue iOS 6になってUnwind Segueという新しいセグエが追加されました。UIViewControllerには、これをサポートするためのcanPerformUnwindSegueAction:fromViewController:withSender:などといったメソッドが追加されています。 Unwind Segueは前の画面に戻る遷移をStoryboard上で表現するためのセグエです。それとともに、

  • 1