iOS获取带壳屏幕截图的技巧

1.找一个纯白的网页作为背景;

2.设置系统截图不带阴影:

defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer

3.打开iOS simulator,拖到纯白区域,使用系统截图即可。

4.如果还有阴影,用鲜艺AI抠图即可。

当然,也可以使用第三方工具,例如:https://deviceshots.com/app?device=apple-iphone-x

发表评论