I'm trying to customize a UITabBar using Swift in Xcode, however I can't figure our how to set the color of the unselected items using the menu on the right sid
The end result I would like to achieve is to use cached data when the network is unavailable and load data from the server when the network is available. The cl
I'm trying to write a most basic function that will set the parameters of a label. First I set the position where I want to put a label: var xCircularPos = UISc
I am using a PHPickerViewController in an iOS app. I want the user to be able to select multiple media, however I am noticing that it is easily to inadvertently
Hi guys I am trying get request when my model class like first I can get data but with second model I can get this error message "The data couldn’t be re
Whenever ONE conversation row changes, all of them are updated and it becomes empty for a split second. Why? https://gyazo.com/a81d437fd92e236389acdd211ff83ad3
I'm having a hard time understanding how universal Link works. First I have tried redirection to a specific UIViewController (Universal link works as it redirec
Can somebody help me please. I created a color cycle but it's only cycling through yellow and orange (the last 2 colors), instead of all of them. I attached a p
I am trying to build a objective-c library integrated to a swift project on linux. I have this Package.swift for my main project: // swift-tools-version:5.5 //
I am loading docx data into an NSAttributedString, and then rendering it into an NSTextView. It mostly works, but it does not load the images, I checked the att
For a given array of integers, perform operations on the array. Return the resulting array after all operations have been applied in the order given. Each opera
I created custom button subclassing UIButton. I set custom font for titleLabel. After tapping on custom button, the part of title disappears. Without setting cu
I'm try to apply the gesture only when the user is over the Image display not when tapped outside the image. Any suggestion how I can do? this following code dr
I have the following code to search a database for recipes then return that data to my View Controller: var discoveredRecipe: RecipeDiscovered? = nil func sear
i need to collect crash reports, but i don't understand them. For testing purposes i make the app crash with just these 2 lines in a viewDidLoad(): var test:Str
i need to collect crash reports, but i don't understand them. For testing purposes i make the app crash with just these 2 lines in a viewDidLoad(): var test:Str
I have user input which can contain markdown or not. I want to show the user input on screen with rendered markdown. For some reason, I want to add my own stati
I would like to navigate between different NavigationLinks in NavigationView while some part of the main window stay the same. For example, I want to make a mus
I would like to navigate between different NavigationLinks in NavigationView while some part of the main window stay the same. For example, I want to make a mus
Okay so we all know that in traditional concurrency in Swift, if you are performing (for example) a network request inside a class, and in the completion of tha