You need to remove the animation(nil)
in the AvatarComponent
You also need to change all .frame(width: 352)
to .frame(width: UIScreen.main.bounds.size.width)
You need to remove the animation(nil)
in the AvatarComponent
You also need to change all .frame(width: 352)
to .frame(width: UIScreen.main.bounds.size.width)