frida-uikitAugust 15, 2019 ยท View on GitHubInspect and manipulate UIKit-based GUIs through Frida. Example const ui = require('frida-uikit'); const username = await ui.get(node => node.type === 'UITextField'); username.setText('john.doe');