Xcode 10

October 16, 2018

In dieser Folge unterhalten sich Dom und Vincent über das neue Xcode 10.0.



Links

Property die eine Repräsentation der Benutzeroberfläche bereitstellt:

public protocol XCUIElementSnapshot : XCUIElementAttributes {

/*!
* Returns a hierarchical dictionary representation with standard attributes for the element and all
* of its descendants. The dictionary keys are of type XCUIElementAttributeName. If the value for a given
* attribute is null, the key will not be present, but empty strings may be found in the dictionary.
*/
public var dictionaryRepresentation: [XCUIElementAttributeName : Any] { get }
}

Picks

Social