Does the new iPadOS 14 scribble api work with swiftUI?
Search results for
swiftui
16,581 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I am new to Swift and I would like to make an app including complex calendar events. I have done some research this morning and I'm having trouble finding any documentation or tutorials on implementing EventKit in SwiftUI, everyone is using storyboard but I don't know how to use that. Is EventKit supported in swiftUI or do I have to start learning story board?
Is there no way to hide the pointer with SwiftUI? If so, how?
Will there be a SwiftUI friendly API for Scribble in the iPadOS 14 timefram ?
Explain Localization in SwiftUi and How it Work with many languages i.e(Arabic,English) ?
I’m trying to run an AppleScript in my SwiftUI button. But i’m not sure on how to do it? The project is for macOS.
Hi everyone, can anyone explain me the difference between SwiftUI and UIKit? Thank you.
As with most apps, our apps need to allow the user to immediately type in a specific field when a view loads for the best experience. We currently have to use a UIViewRepresentable to make this possible. I was sure it would get resolved with the next release to SwiftUI, but unless I've missed it, this is still not possible. In the Build SwiftUI apps for tvOS - https://developer.apple.com/videos/play/wwdc2020/10042/ session, I saw prefersDefaultFocus(_:in:) - https://developer.apple.com/documentation/swiftui/button/prefersdefaultfocus(_:in:) (<= markdown parsing failure) which looked promising. But it is only available for tvOS and watchOS. Has anyone figured out how to make a TextField or TextEditor become first responder when its view is shown?
Hi all,I have been trying to add SwiftUI content to my existing UIKit apps, and I seem to be either missing or understanding something. Here's what I have so far:When an end user taps a top-right navigation button (help) i'd like the SwiftUI view controller to come up. 1. I am initializing the UIHostingController according to the WWDC Video, and am getting NO errors.2. I've added a UIHostingController to the storyboard and made connections according to the video, no errors.3. When I run the app and go to the SwiftUI view controller, the app hangs.What am I missing?Thanks,Dan Uff
I've been playing around with EventKit with SwiftUI trying to make my own version of a Reminders client, however, most of the tutorials or articles I've found really only explain it from a UIKit perspective and I'm not exactly sure how to make that applicable to SwiftUI, the documentation for EventKit is also of little to no help. Is there an article or example somewhere that shows how to do this?
This kind of toggle buttons are available in many of Swiftui Native Applications - Can someone tell how can we recreate it ?
HI , I am going through the Swift UI tutorial “ Landmarks” app. Under building the landmarks list view section https://developer.apple.com/tutorials/swiftui/building-lists-and-navigation I found that the instruction to add Identifiable option to the Landmark structure is not given. Due to this the preview of the LandmarkList fails to load in the SwiftUI canvas. The error shows “ cannot parse landmakData.json. Please correct the documentation.
Are we still using UIViewRepresentable wrappers for ARViews in SwiftUI? If so, any ETA on when we will have native SwiftUI support for this?
The WWDC CareKit video shows SwiftUI views, but the git repository only includes UIKit. What am I doing wrong?
Topic:
App & System Services
SubTopic:
Health & Fitness
Tags:
Health and Fitness
CareKit
wwdc20-10151
Hey Guys,for my Stream App i would love to add WKInterfaceVolumeControl into the SwiftUI Interface. (watchos)Anyone have get this to work?