I have a Split View with the sidebar, content, and detail. Everything is working, but when I select on a NavigationLink in my detail view, the back button is seen next to the title above the content view. I want that back button to be displayed in the top bar on the left side of the detail view. I was expecting it to do this automatically, but I must be missing something. This is where I want it to appear. This is where it appears. I made a simplified version of my code, because it would be too much to post but this has the same behavior. struct TestView: View { enum SidebarSelections { case cycles } @State private var sidebarSelection: SidebarSelections = .cycles var body: some View { NavigationSplitView(sidebar: { List(selection: $sidebarSelection, content: { Label(Cycles, systemImage: calendar) .tag(SidebarSelections.cycles) }) }, content: { switch sidebarSelection { case .cycles: NavigationStack { List { // Displayed in Content NavigationLink(Cycle link, destination: { // Displayed in the Detail
Search results for
calendar
1,863 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello everyone, I'd like to post this so the issue becomes known to the Apple team and developers. I believe this information is very valuable for the company and would improve the lives of multiple customers around the globe and people wouldn't have to experiment with unknown 3rd party tools and possibly compromise their data. I've talked about this to a Senior Advisor and I was recommended to leave a post and feedback about this issue. In this post I'll be talking about Data Recovery possibility for a lot of people who encounter Error 1110 in iTunes. What causes Error 1110 (common)? User takes up all of the storage space available on the iOS device. Software begins to malfunction or in my case begins to update overnight leading to a catastrophic failure. Device not booting. What is Error 1110? Device doesn't have enough storage space to boot or update. Only option available is Restore via iTunes. Device is stuck in a bootloop or constantly boots into Recovery Mode. iTunes isn't able to Update the device due
Please file a bug report using Feedback Assistant then post the number here. Attach a Calendar/Reminders sysdiagnose taken after attempting to refresh to your Feedback report.
Topic:
App & System Services
SubTopic:
General
Tags:
I'm working on an app that uses EventKit to access calendar events. For users with external calendars like Google Calendar, they can sync these by adding the account through iOS Calendar settings. Once added, the events appear in my app as expected. However, if a user adds a new event in Google Calendar, there’s often a delay before it appears in my app, since the iOS Calendar doesn't sync with external sources like Google in real time. Currently, users can manually trigger a sync by opening the Apple Calendar app and using the pull-to-refresh feature under the Calendars tab. This works reliably but isn’t an ideal solution. I tried using the EventKit method refreshSourcesIfNecessary() to minimize the delay, as it claims to [Pull] new data from remote sources, if necessary (link to docs). I trigger this method when the app returns to the foreground. But, I'm not seeing the expected results. Here’s a typical sequence: Open my app and send i
we are migrating our app to support Arabic language support but the requirement is we want the calendar/date object to display as missed. That is all the numbers in english digits and rest all the words like days, months should be in Arabic. I tried few options but at the end its resulting everything is in Arabic or in English but not the mixed as expected. Attaching the expected behavior.
I am having the same problem. It seems that sometimes can't get iCloud stuff in the EKEventStore calendars. In the case of my app, the tricky part is that it is only happening for a very few users and cannot be reproduced by the majority of other users or in my environment. I am looking for any information you can give me. Thank you very much in advance.
Topic:
App & System Services
SubTopic:
General
Tags:
Can you call self.authorizationStatus = EKEventStore.authorizationStatus(for: .event) before if try await eventStore.requestFullAccessToEvents() { to determine your app's authorization status? If the status is .notDetermined, then your app should call try await eventStore.requestFullAccessToEvents() . Additionally, to access Calendar data, all sandboxed macOS apps must include the com.apple.security.personal-information.calendars entitlement. To reset calendar access for your macOS app between launches, run the following command in Terminal: tccutil reset Calendar
Topic:
App & System Services
SubTopic:
General
Tags:
My iOS app get access to Calendars on iPhone and iPad (iOS 17) bey when running on Mac (designed for iPad) the app gets the .notDetermined authorizationStatus after a call to EKEventStore.authorizationStatus(for: .event). What should I do so that my App gain access to Calendars ?
I’d like to clarify your requirements. Are you trying to do this with a built-in calendar view, like UICalendarView? Or is this a custom calendar view, where you have control over the drawing? Also: I’m presuming this is iOS. Let me know if that’s not the case. What UI framework are you using? UIKit? SwiftUI? Something else? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
I have a Catalyst app that supports multiple scenes / windows. It has one main window type and lots of other secondary windows that can be opened. I'm using the system window restoration functionality via NSQuitAlwaysKeepsWindows to restore windows with their user activity data after the app is quit and restarted. Normally, this works great. If I open my app, change the size and position of my window, quit, and reopen it, the window size and position comes back as expected. But if I close the window using the red stoplight button and then click the app icon to bring it back, it comes back at the default position and size. This isn't how other system apps work - if I close the system Calendar app with the stoplight button, it comes back at the same size and position. How do I get this behavior with my Catalyst app? Is there some identifier property I need to set somewhere? I don't see such a property on UISceneConfiguration. If it matters, I'm using the configurationForConnectingSceneSession method to
There are a number of different approaches but this is a perfectly reasonable one. It assumes that the calendar view calls its delegate on the main thread / queue / actor, which is a reasonable assumption for a view class in the absence of any documentation to the contrary. Feel free to file a bug against the calendar view requesting that it delegate be decorated so that the Swift compiler understands this. And please post your bug number, just for the record. Migrating to Swift 6 is chock-full of useful info in this space. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
Below is the message: Pending Termination Notice Upon further review of the activity associated with your Apple Developer Program membership, it's been determined that your membership, or a membership associated with your account, has been used for dishonest or fraudulent activity, in violation of the Apple Developer Program License Agreement. Given the severity of the identified issues, all apps associated with your Apple Developer Program account have been removed from the App Store and your account has been flagged for removal. Because your account has been flagged for removal, any earnings payments are paused and app transfers are disabled. Creating new accounts after receiving this message may result in the termination of the new or associated accounts. Evidence of Dishonest or Fraudulent Activity App submissions from your account have engaged in concept or feature switch schemes to evade the review process, such as dynamically populating different app content after review, submitting apps with hidden fe
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Why must you make changes just for the sake of changing? We have a saying here - that came directly from when you changed the (then) iPhoto software so that we could no longer use the super-convenient feature of being able to print as many copies of a photo on a page - N'up with dat? This is when Apple just changes things that users love - for no apparent reason. ios 18: rearranging all the albums in Photos - WHY? ios 18: removing heavily used views in Calendar - WHY? ios 18: Spanglish? WHY? ios 18: nearly impossible to stop an alarm - WHY? Please keep the security and other updates happening - but stop f'ing with the things that users use and love...without any reason whatsoever! N'up with dat???
Topic:
Community
SubTopic:
Apple Developers
Objective: When the app is running, directly operate the app without launching it. When the app is not started, wake up the app to perform the corresponding operation. Premise: AppIntent's openAppWhenRun can dynamically control whether the app is launched, but the variable itself cannot be changed. Therefore, the idea is to refresh the widget when the app is started or terminated, displaying different content (binding different intents) to achieve the goal. However, there are persistent issues during code implementation. struct ControlWidgetContent: ControlWidgetTemplate { var body: some ControlWidgetTemplate { if (applaunched) { return ControlWidgetButton(action: Aintent()) { Label(xxxx, systemImage: calendar) } } else { return ControlWidgetButton(action: Bintent()) { Label(xxxx, systemImage: calendar) } } } } @available(iOS 18.0, *) struct ControlWidgetContent: ControlWidget { let kind: String = ControlWidgetInterface var body: some ControlWidgetConfiguration { StaticControlConfiguration(
Hello. I'm developing a program for macOS. It's so difficult because it hasn't been long since I developed it. I have a question while looking at the memo app or calendar app. The calendar comes in red when selected (context menu is also red) and the memo app comes in yellow when selected and I was wondering if I could implement that function with swiftUI.
Topic:
UI Frameworks
SubTopic:
SwiftUI