An open API service indexing awesome lists of open source software.

https://github.com/werbhelius/swiftuibug


https://github.com/werbhelius/swiftuibug

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# SwiftUIBug

1. [TabView 状态保存 bug:当切换 TabView 的时候,Tab 不会保持当前状态,会重新渲染](SwiftUIBug/Bugs/TabLayout/TabLayout.swift)
2. [Alert 弹出 bug: 在同一个 View 上不能添加多个 alert ,当有多个的时候只会有一个 alert 生效](SwiftUIBug/Bugs/Alert/AlertView.swift)
3. [List 一个 Cell 如果存在多个 Button,会触发所有 Button 的点击事件](SwiftUIBug/Bugs/List+Button/List+Button.swift)