Posts

Post marked as solved
5 Replies
Note that if you use the #Preview macro, .sizeThatFits will not work, even if you use the static preview containter. As a workaround you can switch to: struct ***_Previews: PreviewProvider { static var previews: some View { } }