Posts

Post not yet marked as solved
0 Replies
411 Views
Setting showsTouchWhenHighlighted, e.g. via the IB option "Shows Touch On Highlight," on a button without a title will alter the VoiceOver description. After reading the accessibility label, VoiceOver beeps and announces a description of the image. Is there a way to disable this behavior?
Posted Last updated
.
Post not yet marked as solved
0 Replies
525 Views
The new tab interface in Xcode 12 italicizes tabs that don't stay open as seen as you open another file. I was wondering whether there is a keyboard shortcut to keep a tab open.
Posted Last updated
.
Post not yet marked as solved
2 Replies
3.8k Views
I'm building source code using an Xcode project that has its "Swift Language Version" set to "Swift 4." Even with this set, the project builds Swift 5.1 source code like, for example, implicit returns and Swift 5 source code using the new `isMultiple(of:)` method.The Swift 5 and 5.1 code still works even with "Swift Language Version" set to "Swift 4" or "Swift 4.2"It's only when running `#elseif swift(>=4.1)` statements that there appears to be a difference (code from https://stackoverflow.com/a/46080904/414415). Those results output their expected results.However, I'm left wondering, how does the my Swift 5 source code compile successfully when the build setting clearly states Swift 4? And if the setting does not change which version of Swift I can use, what does it actually do?
Posted Last updated
.
Post not yet marked as solved
1 Replies
528 Views
Xcode 11 introduced a new feature to organize additional assistant editors horizontally/vertically.However, frequently the toggle for it appears stuck to me. It won't let me select any option.Please see attached the screenshot,
Posted Last updated
.