zoukankan      html  css  js  c++  java
  • ios开发日记

    Phone/iPad开发模拟器(Simulator)截屏

    模拟器截屏Command+S,图片会保存到桌面

    Command+Shift+3
    Capture entire screen and save as a file
    截取整个屏幕,保存png文件到桌面

    Command+Control+Shift+3
    Capture entire screen and copy to the clipboard
    截取整个屏幕,保存到剪切板

    Command+Shift+4
    Capture dragged area and save as a file
    截取屏幕指定区域,并保存png文件到桌面

    Command+Control+Shift+4
    Capture dragged area and copy to the clipboard
    截取屏幕指定区域,并保存到剪切板

    Command+Shift+4 then press Space bar = Selective App Screenshot, and save as a file
    截取指定App屏幕,并保持png文件到桌面

    Command+Control+Shift+4 then Space bar Capture = Selective App Screenshot, and copy to the clipboard
    截取指定App屏幕,并保存到剪切板

    Command+Control+C
    仅仅截取模拟器内部App屏幕,不包括外部的iPhone/iPad界面

  • 相关阅读:
    如何书写bat文件?(转)
    Bogon
    recursive
    ssh
    verbose
    mii-tool
    ExtJs 中的ext.date
    一个打包机~~~
    图标库--宝藏
    几种常用的控件(下拉框 可选框 起止日期 在HTML页面直接读取当前时间)
  • 原文地址:https://www.cnblogs.com/nngh/p/4812566.html
Copyright © 2011-2022 走看看