Posts

Post not yet marked as solved
0 Replies
416 Views
Hi I am looking for a way to be able to screen text found in any iOS application, not sure that it is possible Maybe the easiest way is to get my app able to detect that some text is in the pasteboard and offer to screen the text in the pasteboard Any clue?
Posted
by igerard.
Last updated
.
Post not yet marked as solved
2 Replies
2k Views
I try to remove the focus ring which appear on my buttons in one of my control view, unsuccessfuly ...I tried a lot of things, listed all the available mlodifiers, but no luck !I don't want to fall back to an AppKit view in SwiftUIAny clues ?
Posted
by igerard.
Last updated
.
Post not yet marked as solved
0 Replies
422 Views
Hello everybody,For now I build an UI with a grid of view using HStack of VStack but even if it does works, I have some issues with the sizing of it in some extreme case...And I was thinking to build mly own Grid View but it seems not so easy to do so in pure SwiftUI.Any clues about this need ? Maybe I don't take the problem from the right side...My project is a public one here : https://github.com/igerard/hcal/tree/SwiftUI-versionRegardsGerard
Posted
by igerard.
Last updated
.
Post not yet marked as solved
0 Replies
700 Views
I try to diable the Focus/Ring status of some button on my SwiftUI project... but I fail !The focus ring appeared with the Beta 7 and persist by default with the last revision.I use the obvious modifier : Button(action: { withAnimation(.easeOut) { self.hcal.toThisYearAndMonth() } }) { Text("♢") } .focusable(false)Any clues ?Best Regards Gerard
Posted
by igerard.
Last updated
.
Post marked as solved
1 Replies
649 Views
Hi,I get a strange crash when using the last macOS beta and Swift UIDyld Error Message: Symbol not found: _$s7SwiftUI7BindingV5valuexvg Referenced from: /Users/USER/Library/Developer/Xcode/DerivedData/FOF-gzpghppovzhnnjcdnveubzstkljj/Build/Intermediates.noindex/Previews/CryptiK/Products/Debug/CryptiK.app/Contents/MacOS/CryptiK Expected in: /System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUII suppose that the macOS beta and the Xcode toolchain is not in syncmacos : 10.15 Beta (19A546d)xcode : Version 11.0 beta 6 (11M392r)If someone has a clue ? 🙂RegardsGerard
Posted
by igerard.
Last updated
.