Hi Scott,
Thank you very much for your input, it now works.
Did not know this notation: UITraitUserInterfaceStyle.self
It seems to be the same as UITraitUserInterfaceStyle.class which is perhaps a more intuitive notation? Anyway, both notations work, super!
I'm mainly programming in C and always a bit afraid that memory is freed behind the scenes. But will give ARC a serious try. Thanks for the suggestion.
Post
Replies
Boosts
Views
Activity
Tried the following in Objective C:
UITraitUserInterfaceStyle* style = [[UITraitUserInterfaceStyle alloc] init];
NSArray* traits = [[NSArray alloc] initWithObjects: style, nil];
[self registerForTraitChanges:traits withTarget:self action:@selector(handleStyleChange)];
[traits release];
[style release];
Unfortunately, this crashes in registerForTraitChanges:
UIKitCore`-[UIViewController registerForTraitChanges:withTarget:action:]:
0x1acce3f90 <+60>: bl 0x1acf55568 ; +[UITraitCollection _traitTokensIncludingPlaceholdersForTraits:]
-> 0x1acce3f94 <+64>: bl 0x1afc953c0
Same here with the UIAlert generated by iOS / iPadOS asking for permission to use the microphone.
Hope you can fix this.
Yes, it shows zero downloads for the last 24 hours. There was an update for the 22nd of March with nonzero downloads yesterday. Hopefully there will be an update for today. If so, it is "only" a problem with this "last 24 hours" option.
Also problems with Apple Music
Same here in the Netherlands, no sales since yesterday
Solved! Thank you Apple Developer Program Support team for acting so quickly!
Same here. Please help as soon as possible! We have promised to deliver a new version of the app this week.
Same here. Nothing since July 20, but last 24 hours is available in Proceeds
Problem solved, thank you!
Have the same problem.
Fixed in beta 3.
Thank you!!