タグ

Xcodeとpotatotipsに関するJoyEaterのブックマーク (1)

  • Xcode5.1+ Clang3.5 Tips - Qiita

    Quick Lookの拡張 オブジェクトのコンテンツをデバック中に、Previewできる。 また、開発者は、QuickLookで閲覧したい内容を-debugQuickLookObjectで定義できる。 独自に-debugQuickLookObjectを実装する場合、以下の値を返す必要があります。(iOSのみ記載) UIImage, UIImageView, CIImage, UIColor, UIBezirePath、CLLocation, UIView, NSString, NSAttributedString, NSData, NSURL 詳細は、こちら Quick Look for Custom Types in the Xcode Debugger Log breakpoint actionsでのログ出力 ブレイクポイントのEdit BreackPoint > Add Action

    Xcode5.1+ Clang3.5 Tips - Qiita
  • 1