#swift
- ARTICLE Use Xcode Build Configuration files to pass values into your app This article explains how to use an xcconfig file (aka Xcode Build Configuration Files) to run different versions of your app
Jay Wilson#swift#xcode#ios-app
- ARTICLE How to get the current MKCoordinateRegion from a MapCameraPosition Struggled with this a bit, so figured I would write how I did this.
- NOTE Why does Xcode need to block me from doing anything while copying shared cache? It takes just enough time that I also get distracted... Why does Xcode need to block me from doing anything while doing this?
- ARTICLE How to access custom headers in Hummingbird 2 A quick example of how to access custom headers in the Swift Server platform Hummingbird.
Jay Wilson#swift#hummingbird#swift-server#swift-on-server
- ARTICLE How to get count of all Users in DynamoDB using Swift and Soto This is just a short code snippet so that I can reference it later. Subscribe for more snippets and other thoughts.
- ARTICLE coffee_ Rebuild: Writing beans to firebase Part 6. Wrote bean data to firebase and we discussed motivation around site projects.
Jay Wilson#dev-log#livestream#coffee-app#swift#firebase
- ARTICLE coffee_ Rebuild: Integrating Firebase Part 5. I start integrating firebase anonymous authentication and security rules.
Jay Wilson#dev-log#livestream#coffee-app#swift#firebase
- ARTICLE How to Catch Specific Error Types in Swift A quick snippet on how to catch specific error types