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

All Questions

Tagged with
0 votes
0 answers
20 views

Piechart angle selection on tapping a sector instead of touch and hold gesture using SwiftUI Chart framework

I have created piechart using swiftUI Chart framework. Also made the chart interactive by using chartAngleSelection modifier. But, this will work only when we touch and hold the sector of Pie chart. ...
RP89's user avatar
  • 111
0 votes
1 answer
58 views

Core Bluetooth cancelPeripheralConnection not disconnecting peripheral in iOS 17

In iOS 17, I'm encountering an issue where cancelPeripheralConnection from Core Bluetooth does not disconnect the peripheral device, and no error is returned. This is specifically occurring on iOS 17, ...
Meet Patel's user avatar
-1 votes
0 answers
41 views

XCode15.3 throwing an error when trying to install iOS 17.4 simulator

`When trying to download the IOS 17.4 xcode simulator i keep getting error. Xcode randomly updated to 15.3 and all my downloaded simulators are gone. before this issue, i have installed 17.2 ...
charan juluru's user avatar
1 vote
0 answers
43 views

Wrong SceneKit hit testing results in iOS 17.2 compared with iOS 16.1 when using either OpenGLES2 or Metal

We’re experiencing an issue with wrong SceneKit hit testing results in iOS 17.2 compared with iOS 16.1 when using the two mentioned engines. Not sure is anyone has experienced the same issue and is ...
truongtho1603's user avatar
0 votes
0 answers
44 views

Crashed: com.apple.network.connection EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000d25b5b890

i have strange crash on OS version: iPadOS 17.1.0 ,i can't reproduce. Crashed: com.apple.network.connection-208 0 libobjc.A.dylib 0x3150 objc_retain_x23 + 16 1 Network ...
Hilmi Lalu's user avatar
1 vote
1 answer
50 views

Adjust padding on wrapped lines in TextField (Swift)

I am using a multiline text field that wraps the text vertically to new lines. Is there a way to adjust the padding for the wrapped lines, not including the first line? I am trying to have subsequent ...
skyper12345's user avatar
0 votes
1 answer
147 views

Create gradient with tint color in SwiftUI

When styling a view in SwiftUI, I can use .foregroundStyle to apply a custom shape style, e.g. view.foregroundStyle(.green) Besides colors, I can use some more "advanced" shape styles. For ...
borchero's user avatar
  • 5,862
0 votes
2 answers
526 views

Firebase notification not receiving in background for iOS 17 in flutter

Flutter, Having some issues in Firebase notification receiving in iOS 17 versions. While the app is opened Notification is received properly. But when I put the app in the background or terminate it ...
Logamuhilan Mobitech's user avatar
-4 votes
1 answer
147 views

App Submission Rejected - Unable to replicate bug

Apple rejected my app store submission (first submission of this app) with the following comment: Issue Description: The app exhibited one or more bugs that would negatively impact App Store users. ...
rdev's user avatar
  • 13
0 votes
0 answers
330 views

IOS 17.4.1 safari extension issues

Since updating to iOS v17.4.1 our safari extension no longer functions as it used to We are experiencing issues where our content script is not getting initialized, On devices running iOS 17.4.1, the ...
Abdus-Samad's user avatar
0 votes
0 answers
41 views

Dismiss keyboard not calling on entire VStack

Implementing a dismiss keyboard function as an extension of View, and then calling in my view. It doesn't seem to work too well. It seems like you have to click at very specific places to get the ...
Yuda's user avatar
  • 45
0 votes
1 answer
224 views

CLMonitor correct way to upgrade from CLLocationManager

I'm trying to upgrade geolocation functions from CLLocationManager to CLMonitor. The main question is how I supposed to move MonitoredRegions from CLLocationManager to CLMonitor. Since ios17 functions ...
devMAUIP's user avatar
0 votes
1 answer
2k views

Xcode unable to build to iPhone: Unable to locate a develop disk Image. IOS 17, Xcode 15

I am using Xcode 15 and iPhone IOS version is 17.4. I am getting this error in Xcode while trying to build my application on iPhone: I am aware of the answers provided in old questions already there ...
Vikas Saini's user avatar
0 votes
2 answers
274 views

SwiftUI Widget Previews have a padding in iOS 17 / Xcode 15

After iOS 17 / Xcode 15 the previews for my widgets are inset and squeezed into the view. I added a .contentMarginsDisabled() modifier to the intent, which fixes this in the actual widgets on a ...
matthias_code's user avatar
0 votes
0 answers
60 views

Simulate in XCUITest app state restoration since iOS 17

After migrating to iOS 17.4 I no longer able to change my application state to .runningBackgroundSuspended. So far I've been using XCUIApplication(waitForState:timeout:) and tapping on home button to ...
Szu's user avatar
  • 2,252

15 30 50 per page
1
2 3 4 5
10