LoginSignup
132
138

More than 5 years have passed since last update.

iPhone上でデザインチェックできるツールが神がかっている

Last updated at Posted at 2018-05-08

その名も「Hyperion-iOS」

できること

View Inspector

テキストのサイズやカラー、フォントなどの状態をタップするだけで確認することができます
image

Measurements

タップした箇所のパーツの位置を確認することができます。

PSD上で確認していた作業がいらないレベルで使いやすいです!
タイトル

Zoom

ピンチイン、ピンチアウトで拡大縮小が自由自在!

Slow Animations

アプリ内のすべてのアニメーションを通常の速度の75%、50%または25%にスローダウンして確認することができます!
image3

導入

Pods

Podfile
use_frameworks!
pod "HyperioniOS/Core", :configurations => ['Debug']
#"Configurations => Debug" ensures it is only included in debug builds. Add any configurations you would like Hyperion to be included in.
pod 'HyperioniOS/AttributesInspector', :configurations => ['Debug'] # Optional plugin
pod 'HyperioniOS/Measurements', :configurations => ['Debug'] # Optional plugin
pod 'HyperioniOS/SlowAnimations', :configurations => ['Debug'] # Optional plugin
$ pod install

おしまい
特にコード側でやることはないです。

デバッグモードだけ動くようになっているので安心ですね。

132
138
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
132
138