タグ

Xcode 9に関するstiloのブックマーク (2)

  • Some useful URL schemes in Xcode 9

    Not many people know that Apple introduced some interesting automation capabilities in Xcode 9 via URL schemes. I sometimes use them, and as I didn’t see them publicized anywhere, I decided to document them in this blog post. Source Code Navigation The new Xcode source editor, written in Swift, has a neat way to link between documentation and source code locations inside a project. First of all, y

    Some useful URL schemes in Xcode 9
    stilo
    stilo 2018/01/03
    「// - Tag: MyAwesomeMethod」→「[View in Source](x-source-tag://MyAwesomeMethod)」
  • Xcode 9 のベクター機能がさらなる次元に

    Apple added PDF vector images to the Xcode asset catalog in Xcode 6. It is a convenient way to build the image assets… など、英語の記事が出てきました。日語のは無いようなので書きます。(追記:ありました。 https://qiita.com/hikaruna/items/e6fbc283f0b3e21fd2f3) これらによると バイナリにPDFベクターデータを含めて、実行時に処理され、にじみのない画像が表示されるXcode 9で作成したアプリをiOS 11で実行した時コードで書かれたものでもストーリボードでも出来るということで、まさしく俺達が待ち望んだ機能です。 注意点は アセットカタログのPreserve Vector Dataをオンにすることです。 やってみましたS

    Xcode 9 のベクター機能がさらなる次元に
    stilo
    stilo 2017/12/15
    『にじみのない画像が表示される/アセットカタログのPreserve Vector Dataをオンにする』
  • 1