Posts

Post not yet marked as solved
31 Replies
88k Views
I setup a Launch Screen Storyboard which has a logo for my app in .pdf vector. When I build the project image is not visible on device. Simulator works just fine. Tried on a few diffrent devices and the issue persists. Cleaned the whole project, deleted derived data, still an issue. Image is getting pulled from Asset catalogue. Any ideas?
Posted
by designmax.
Last updated
.
Post not yet marked as solved
2 Replies
798 Views
I am experimenting with using new timer Text component in SwiftUI. However the issue I am facing is that after a little bit of time the label will start getting truncated. I tried setting a .frame() , .padding() With no success. Text(Date().addingTimeInterval(0), style: .relative) Is this a bug or what is the right way to handle this? Thanks!
Posted
by designmax.
Last updated
.