NachoSoto
NachoSoto
- `update-frameworks.sh`: removed `AsyncImageView` - Updated dependencies for Xcode 14
```swift let header = LabelViewFormer() { view in view.titleLabel.text = "Label Header" } let section = SectionFormer(rowFormer: labelRow, inlinePickerRow) .set(headerViewFormer: header) ``` `LabelViewFormer.update` is implemented like this: ```swift open override...
## Checklist **If you have any non-Apple hardware components - submit your results to the `Custom Hardware` table.** * [x] I performed [all steps](https://github.com/devMEremenko/XcodeBenchmark#before-each-test) to correctly run XcodeBenchmark. * [x]...
Just like it was added in [XCTest](https://twitter.com/arekholko/status/1402031047014035458?s=21), it would be great to be able to do this: ```swift it("") { expect(await f()) == 1 } ```
If Xcode is configured using tabs, the plugin will indent _only_ using spaces instead of a combination of both tabs and spaces.