Hello developers,
Now I'm facing a issue with a image alingment on watchOS app.
As you see below, I load a UIImage on a view of watchOS app using SwiftUI and would like to fill the watch screen fully with the image. (That's why I added '.ignoreSafeAre()' modifier)
As expected, the image fills the screen but the image is aligned to the left only in case of a landscape image (width > height).
I tried anything I imagine, but all failed.
Can anybody give a hint or advice to solve this issue?
Many thanks in advance!
ZStack{
Image(uiImage: image)
.resizable()
.aspectRatio(contentMode: .fill)
.ignoresSafeArea()
.scaleEffect(zoom)
.offset(...)
.gesture(...
}
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Now I’m testing in-app purchase for my app but I can’t find how to set up my snadbox account in tvOS.
Acoording to Apple support team, the following menu item should be available in the settings;
Settings > Users and Accounts > Sandbox Account
But it’s not the case for me even I activated develope mode in tvOS already.
Can anyone explain how to set up sandbox account in tvOS or how to activate the menu above?
Thanks in advance.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
tvOS
In-App Purchase
StoreKit