Post

Replies

Boosts

Views

Activity

Reply to Displaying limited contacts list in UIKit
@quailcreek had asked about UIKit I think the question is: how do you want to integrate the limited mode into an existing app (that presumably supported full access before). In short, the only difference in access is that only "limited" contacts are visible, the rest are masked by default. The rest remains unchanged. @DTS Engineer The solution you mentioned appears to be SwiftUI only? SwiftUI | View | contactAccessPicker(isPresented:completionHandler:) How would UIKit use this new iOS18 feature?
Topic: Community SubTopic: Apple Developers Tags:
Jun ’25
Reply to How to zoom out MKMapView completely to view whole world on screen for tvOS?
(Here's the text from the page I think is relevant) Return Value MapKit centers the map rectangle on the same point of the map, and adjusts the width and height to fit in the map view’s frame. Discussion Returns a map rectangle with the same aspect ratio as the map view’s frame, centered at the same location as the specified map rectangle.
Jun ’25
Reply to Xcode 15 Beta 6 cannot submit to TestFlight: Invalid Toolchain
Dated Sept 12: Only realized this now, RC is not a Beta. Build your apps and games using the Xcode 15 Release Candidate and latest SDKs, test them using TestFlight, and submit them for review to the App Store. https://developer.apple.com/news/?id=khzvxn8a So looking at the download pages: Xcode 15 Release Candidate Xcode 15 RC enables you to develop, test, and distribute apps for Apple platforms. It supports the SDKs for iOS 17, iPadOS 17, tvOS 17, watchOS 10, and macOS 14. For development with the visionOS SDK, continue to use Xcode 15 beta 8. https://developer.apple.com/download/applications/ NOTE: the website menu still says "Xcode 15 Beta", which isn't entirely inaccurate, since beta 8 is still out there.
Sep ’23