iOS 应用运行时检测工具 Peek

码农软件 · 软件分类 · 性能测试和优化 · 2019-11-26 20:28:04

软件介绍

Peek 是一个开源框架,可在各个阶段给你应用提供帮助,目前仅支持 iOS 应用。

  • 开发人员可以用来检查其用户接口。

  • 设计人员可以验证应用是否符合其设计规范。

  • 测试人员和 QA 可以检查功能可用性,验证行为并报告问题。


版本支持:

  • iOS 9.0+ (Swift and Objective-C)

选项配置:

window?.peek.enableWithOptions { options in
    options.theme = .black
    options.activationMode = .Auto
    options.shouldIgnoreContainers = true
  
    /*
      Sometimes it can also be useful to include additional metadata with each report.
     */
    options.metaData = [ "Environment": "UAT" ]
}

本文地址:https://www.codercto.com/soft/d/19862.html

Eloquent JavaScript

Eloquent JavaScript

Marijn Haverbeke / No Starch Press / 2011-2-3 / USD 29.95

Eloquent JavaScript is a guide to JavaScript that focuses on good programming techniques rather than offering a mish-mash of cut-and-paste effects. The author teaches you how to leverage JavaScript's......一起来看看 《Eloquent JavaScript》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具