- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: OS X
- 软件首页: https://github.com/toursprung/iOS-Screenshot-Automator
- 官方下载: https://github.com/toursprung/iOS-Screenshot-Automator
软件介绍
iOS-Screenshot-Automator 用来为批量创建屏幕截图,根据你定义的每个语言和每种设备。
示例代码:
#import "iOS-Screenshot-Automator/Helper.js"
test("Login Test", loginTest);
test("Route Test", routeDetailsTest);
...
function loginTest(target, app)
{
var window = app.mainWindow();
var navBar = window.navigationBar();
...
captureLocalizedScreenshot("Login");
....
}
Beginning iPhone and iPad Web Apps
Chris Apers、Daniel Paterson / Apress / 2010-12-15 / USD 39.99
It seems that everyone and her sister has developed an iPhone App—everyone except you, the hard-working web professional. And now with the introduction of the iPad, you may even feel farther behind. B......一起来看看 《Beginning iPhone and iPad Web Apps》 这本书的介绍吧!
