XcodeのInterface Builderを利用してプロトタイプ アニメーションを作成できるツイール「IBAnimatable」がリリースされています。詳細は以下から。
IBAnimatableはオーストラリアの開発者Jake Linさんが開発したXcodeを利用したアニメーション モックアップ作成ツールで、Interface Builderを利用してSketchの様なUIデザインを、Swift playgroundを利用してFramer Studioの様なアニメーションモックアップを作成することが出来ます。
Here is the design in Interface Builder (Storyboard).
With IBAnimatable, we can design a UI in an Interface Builder like Sketch, and prototype animations in a Swift playground like Framer Studio. Also we can use the output of the design directly in the production ready App.
JakeLin/IBAnimatable – GitHub
IBAnimatable内には以下の様なアニメーションモックアップが作成できるサンプルプロジェクトがあり、利用できるAnimatable UI elementsやRoadmapも示されているので、興味がある方はJake LinさんのGitHubへどうぞ。
- git clone https://github.com/JakeLin/IBAnimatable.git
- cd IBAnimatable
- open IBAnimatableApp.xcodeproj
関連リンク
- JakeLin/IBAnimatable – GitHub
コメント
ツイール