☕️🍻👾 (probably in that order)
Past: @microsoft.com, @github.com, @shortcut_software, @venmo, @robinpowered
(also look at that slick new Icon Composer icon 👀)
(also look at that slick new Icon Composer icon 👀)
- FB19242391
- FB19269510
- FB19588792
- FB20180294
- FB20350389
- FB20502098
Hoping to see iOS 26.1 and beyond address these, but none of them have been fixed in the first two betas yet
- FB19242391
- FB19269510
- FB19588792
- FB20180294
- FB20350389
- FB20502098
Hoping to see iOS 26.1 and beyond address these, but none of them have been fixed in the first two betas yet
```
struct WTF: View {
var body: some View {
TabView { Tab { Text("First") } }
.tabViewBottomAccessory {
Button("Press me") { print("pressed") }
.buttonStyle(.glassProminent)
}
}
}
```
```
struct WTF: View {
var body: some View {
TabView { Tab { Text("First") } }
.tabViewBottomAccessory {
Button("Press me") { print("pressed") }
.buttonStyle(.glassProminent)
}
}
}
```