标签: animation swiftui
在更改withAnimation的值时,是否可以自动添加@Published?
withAnimation
@Published
例如
原始代码:
withAnimation { someBool = true }
之后:
someBool = true //this will also make an animation