Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
329 views

Xcode 15: App is crashing when setting custom Navigation bar for navigation controller

I have made a custom class for UINavigationBar which has all the custom features I need for an application. After initialising the class I am adding it to the navigation controller like this if (!...
Surbhit Thanvi's user avatar
0 votes
0 answers
344 views

Using VNGenerateForegroundInstanceMaskRequest on Obj-C to remove background of image

So the new Vision and VisionKit Frameworks on iOS 17 allow for (what seems like) relatively simple removal of background from any image, but every video and guide is only shown on Swift, despite, ...
user717452's user avatar
0 votes
0 answers
239 views

EKEntityTypeEvent permission became EKAuthorizationStatusWriteOnly after iOS 17 update

I have an iOS app which displays the user's upcoming calendar events. The app requests access to the user's calendar via (Objective-C): self.eventStore = [[EKEventStore alloc] init]; [self.eventStore ...
Jon Schneider's user avatar
2 votes
1 answer
855 views

iOS 17 NSURL percentage gets double encoded

in iOS 17 NSURL parsing changed to use RFC 3986 from RFC 1738/1808 (https://developer.apple.com/documentation/foundation/nsurl/1572047-urlwithstring). Based on RFC 3986 guidance , the reserved ...
Chen Xiaofeng's user avatar
2 votes
0 answers
167 views

iOS 17 RPSystemBroadcastPickerView not working

My existing code is working properly in iOS < 17 devices it records the iPhone screen and records audio as well simultaneously, but in iOS 17 devices the screen recording video is captured for only ...
user1115985's user avatar
1 vote
0 answers
93 views

CGImageSourceCreateThumbnailAtIndex doesnot rotate the image on ios 17

I use CGImageSourceCreateThumbnailAtIndex to resize and rotate a CGIImage. It works fine on ios 16 and below, but on ios 17, rotating does not work anymore. CGImageSourceRef imageSource = ...
Tedxxxx's user avatar
  • 258
0 votes
0 answers
576 views

iOS 17 , when entering Chinese characters, the program crashes. The system is using UIWebView

iOS 17 , when entering Chinese characters, the program crashes. The system is using UIWebView. This is my error message. enter image description here. I know that Apple recommends replacing UIWebView ...
armin's user avatar
  • 1