How do developers produce iOS Simulator animated .

2019-03-08 03:34发布

I often see this a lot on GitHub. How can I reproduce this animated .gif effect?

https://github.com/autresphere/ASMediaFocusManager

animation

1条回答
Animai°情兽
2楼-- · 2019-03-08 04:19

You can record your screen with QuickTime and then convert that MOV file into a GIF.

Open QuickTime and click on the "File" menu then "New Screen Recording".

enter image description here

Drag your pointer to select the region of the screen you want to record, and then click the Start Recording button within the region.

enter image description here

When you're finished, stop recording. To stop recording, click the stop button in the menu bar. Now, go back to "File" menu and click "Export".

enter image description here

Save your screen recording as a movie.

Next, you can use Photoshop to open your screen recording and export it as a GIF.

查看更多
登录 后发表回答