I am trying to create a Mjepg stream. I have followed a tutorial and it's not a lot of code to get a stream to lead but I don't understand why it's not working
I am working on a project developing a car rental app. The app can be accessed by admin and user both with different roles. So at the moment i'm saving the car
I have a function inside my button to open up Apple Maps and search for Kebab. However when Apple Maps is opening, Apple Maps have already chosen a Kebab restau
not sure what to do. i keep getting this message "ld: entry point (_main) undefined. for architecture arm64" I am unsure if it has to do with my process but I h
How do I gracefully stop all CBCentralManager activity and then, later, restart it? He's my plan. Is anything missing? Stopping... If inadvertently still scann
I have a UITableViewController and when the user taps an "edit" button, I display a toolbar at the bottom of the screen. I create a shadow on top of the toolbar
Using shared authorization I am able to authorize the child's device and able to see all the installed apps on the child's mobile on the parent device. But when
I am new in swift and I am trying to change cell background colour of UICollectionView but its not working my code is like this in cellForItemAt if(cell.isSelec
After releasing my ios application, I started to get lots of crash such as CFNetwork, CoreMotion etc. And then I thought, I did something wrong on my project. I
In iOS 15 I've got a date picker in my app that uses the .compact style so it presents the date and time selection UI as popovers. I can't find a way to dismiss
Experimenting with swift concurrency, I would like to have a clean API for exposing an async sequence of a given element type and a throttled version of the sam
I need to find out the exact moment when my ScrollView stops moving. Is that possible with SwiftUI? Here would be an equivalent for UIScrollView. I have no idea
I am implementing stripe paymentSDK and after implementing my code I am getting error in my console, here my code: View Controller Class func stripPayment(CVC:
I am implementing stripe paymentSDK and after implementing my code I am getting error in my console, here my code: View Controller Class func stripPayment(CVC:
In my swift code below my goal is fetch the last image of the core data array. Right now my code is having a runtime error with indexpath. I dont know if you n
Working on the upload section of my app, after uploading a file from the iPhone, the server puts the file through multiple processing stages. I use a struct tha
i'm new to swiftUI and trying to create simple app for showing images from API of images i got the images from url but can't show it in Imagev
I would like to run a function each time a tab is tapped. On the code below (by using onTapGesture) when I tap on a new tab, myFunction is called, but the tabvi
Is there any way to retrieve an array of words prefixed with @ sign in a string? "@City == xyz AND @Hobby == gardening" -> ["@City","@Hobby"] I tried below
I want to rewrite my React Native application with Java for Android and Swift for iOS. The thing is, I don't want to lose application data so that the user has