I'm new to Swift, trying to build a simple toDoList using UIKit. For now, I'm trying to approach it the simplest way possible, so the data is appended in viewDi
I find using String.Index really needs a lot of code in Swift, especially when it comes to methods of Range Swift doesn't have. Like in above code where I don't
I am trying to make a Swift Static library and apply it to Swift and Objective Project. import Foundation @objc open class Library001_Test: NSObject { publi
I have an NSDate object and I want to set it to an arbitrary time (say, midnight) so that I can use the timeIntervalSince1970 function to retrieve data consiste
I am trying to find an approach to get my collectionview to have this layout for the cells with paging The image should always be in center and have parts from
I have read several topics, blogs about SSL pinning in iOS and have implemented the following strategy to do SSL pinning way back in one of the app Current SSL
Before iOS 15, the Autocomplete feature was totally fine. However, from iOS 15, the GMSAutocompleteViewController has the bug as can be seen in the following sc
TabView(index){ UIView } .gesture( DragGesture() .onChanged { if $0.startLocation.x > $0.location.x { //left // met
After reading the docs on how to search and browse an index with Algolia's Swift Client, it's not clear how I need to pull all product data from an index. In th
I'm trying to make the top cell of the collection be behind all the other cells by the zIndex factor ┌───────
There are apps for using Siri Remote 2 with macOS. (SiriMote, Remote Buddy). I want to create the same app myself, but I am stuck with detect button presses. I
I am relatively new to SwiftUI and am having troubles finding a solution to a problem I have with my UI not updating when a change is made to
I'm using an sqlite db to populate an ios app with data about irregular verbs -- it's a language learning app. The db has 3 tables, verb categories, verbs, and
So I'm wanting to get jsonMeals data back and use it outside of this function. However it seems no matter where I place my json variable I get an error. Changin
I'm working on voice recording functionality.Voice recording has been done through webView now when the user clicks on voice record recording starts, and making
Im new to swift programming. Im building a tic tac toe app for practice. when I want to run the app, the build fails with the error message: Undefined symbols f
Let's say I have a function defined in Rust, which looks like this: #[no_mangle] pub unsafe extern "C" fn do_something( my_value: *mut MyStruct, some_pa
I was getting this error when I tried to run pod install require': dlopen(/opt/homebrew/lib/ruby/gems/3.1.0/gems/ffi-1.15.5/lib/ffi_c.bundle, 0x0009): tried
There is one strange crash in Firebase Crashlytics logs that occurs quite often, saying: Crashed: com.apple.main-thread 0 AppName 0xd454 S
I followed all the steps from: https://fbflipper.com/docs/getting-started/react-native-ios/ (both automatic and manual installation). FB_SONARKIT_ENABLED=1 does