Posts

Post not yet marked as solved
20 Replies
13k Views
I tried to validate an app in Xcode 10.3, and got an error:Invalid Info.plist Key. The key 'UIUserInterfaceStyle' in the Payload/AppName.appInfo.plist file is not valid.No problem yesterday with the same key.
Posted
by yvsong.
Last updated
.
Post not yet marked as solved
1 Replies
365 Views
UI element colors and standard colors (UIColor properties) are unavailable on watchOS. If I use them on iOS, how to match the colors on watchOS?
Posted
by yvsong.
Last updated
.
Post marked as solved
1 Replies
1.4k Views
GeometryReader { geometry in let len = geometry.size.width * 0.4 Path { path in ... } }breaks the compiler in Xcode 11 beta 4. Without line 2 it passes compilation. Is it not permitted to declare local contants and variables in GeometryReader?
Posted
by yvsong.
Last updated
.
Post marked as solved
2 Replies
2.3k Views
How to convert a UIColor to Color for use in SwiftUI?
Posted
by yvsong.
Last updated
.
Post not yet marked as solved
2 Replies
1.3k Views
When launching an app in landscape, viewWillTransition(to:with:) is called before viewDidLoad(). Is this normal?
Posted
by yvsong.
Last updated
.
Post marked as solved
1 Replies
465 Views
Does max() sort the array first?
Posted
by yvsong.
Last updated
.
Post not yet marked as solved
0 Replies
337 Views
https://developer.apple.com/videos/play/wwdc2017/510/ mentions CILabDeltaE. Where is the documentation?
Posted
by yvsong.
Last updated
.
Post not yet marked as solved
1 Replies
1.1k Views
In the description of options property, there is "See Image Dictionary Keys." Where is the documentation for the keys?
Posted
by yvsong.
Last updated
.
Post marked as solved
1 Replies
571 Views
Using Xcode 9 beta 6, I noticed a new file cooking.valid in my iOS project directory, with the content 0 0 0 totalWhat's it for?
Posted
by yvsong.
Last updated
.
Post marked as solved
1 Replies
292 Views
Does Metal support parallel processing of an input texture to produce a non-texture output? For example, generating a string from the pixel values?
Posted
by yvsong.
Last updated
.