Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
83 views

Background My app is a puzzle game for number puzzles that are derived from a Latin square. The puzzles are not Sudoku puzzles, but similar in some ways. Currently, the app runs on iOS 15 and later. I'...
0 votes
0 answers
175 views

I'm encountering an issue with a brand new Flutter project created using Flutter SDK version 3.3.2. The project runs perfectly on Android, but it fails to build for iOS without any changes to the ...
2 votes
0 answers
201 views

I tried the SpeechRecognitionAPI on Safari with iPhone7 and iPhoneSE gen3. "isFinal" property of SpeechRecognitionResult is always "false". I have tried it on multiple devices, but ...
0 votes
1 answer
247 views

I am trying to create a kind of Coordinator that stacks the views while navigating and make it compatible from iOS 15.0. Here is my code that works for the first push to the next view but after going ...
0 votes
1 answer
631 views

My goal is to add button to the right hand side of a section header in a UITableView. However, when I made my new target iOS15, I found that I had to adopt UIButton configuration to set the padding to ...
Dave's user avatar
  • 12.2k
1 vote
1 answer
3k views

In the context of updating legacy code to modern standards, I have encountered a scenario where I need to refactor a UIButton creation and configuration process. The original implementation is as ...
Ajvar1's user avatar
  • 147
1 vote
2 answers
2k views

We have a situation where our app compiles and links in Xcode 15.1, but crashes without a stack trace when run in a simulator or real device running iOS 15.x. The minimum deployment target is set to ...
Michael J's user avatar
  • 447
1 vote
1 answer
495 views

This is my error coming when I'm running the project in IOS 15 devices. It's not installing pod(pod install), I tried too many things but still I can't get any solution. englishmuni@Englishs-Mac-mini ...
2 votes
1 answer
2k views

Why widgets from iOS app are not available on the list on iOS 16, while on ios 17 and 15 are available? This is how they are defined in widget bundle: import WidgetKit import SwiftUI @main struct ...
-1 votes
1 answer
691 views

I have a custom navigation bar view that's used throughout my app. To make this reusable, I've created a ToolbarContent conformant struct that implements this custom navigation bar. This view contains ...
0 votes
1 answer
1k views

I was changing the background color of the status bar. I tried to use the following code but I get warnings in Xcode 14 as my app support iOS 15 and above. func setupStatusBar() { if let ...
0 votes
0 answers
1k views

I am new in SwiftUI and I am facing creating stack bar chart using iOS 15 and SwiftUI My code is like this struct StackedBarChartView: View { let dataPoints: [String] let dataSets: [[Int]] ...
Muju's user avatar
  • 1,029
0 votes
1 answer
1k views

I need to have a .contextMenu modifier that allows me to show a custom preview. While this is natively possible in SwiftUI from iOS 16.0+, I still need to provide support to iOS 15.0+ so I'm currently ...
0 votes
2 answers
90 views

In my SwiftUI / iOS 15+ app, I have a toolbar displaying a button which is meant to toggle the "bookmarked" property of an "item" object. The item is passed in as a Binding, as ...
protasm's user avatar
  • 1,297
0 votes
0 answers
147 views

I have a SwiftUI app. I created a NotificationCenter class to deliver local notifications, which includes the following function. @MainActor struct NotificationCenter { // Remove deleted items ...

15 30 50 per page
1
2 3 4 5
...
38

AltStyle によって変換されたページ (->オリジナル) /