Simply Customize It! Simply Customize It Update: Fix Template Syncing for reMarkable Paper Pro 3.15 Update required if connecting to a reMarkable Paper Pro with a software version of 3.15 or later; otherwise, any template syncing will attempt to connect with the wrong file. Also took the opportunity to make the app easier to navigate.
Simply Customize It! Simply Customize It: Update for WLAN Support Announcing the Simply Customize It update (version 1.0.2) that includes support to run the WLAN command for you.
Simply Customize It! Simply Customize It Update: Now Works With Your ReMarkable Paper Pro Announcing the Simply Customize It update (version 1.0.1) that supports connecting to the reMarkable Paper Pro in addition to the older reMarkable devices.
Apple Steps My App Needed To Get into the Apple App Store With my first app officially in the App Store I wanted to share what I now know in case it can help you too!
Simply Customize It! Announcing the MacOS Version of Simply Customize It Earlier I announced my new app Simply Customize It and shared that it's currently listed on TestFlight in case any of you want an early look at it! Since then I've gotten the macOS version of the app functional and uploaded so you can test one
Simply Customize It! Announcing Simply Customize It! Back when I first bought my reMarkable e-paper device I hopped onto Facebook and through several user groups fell into the world of custom templates and sleep screen images. Right after opening it I needed to figure out how to connect so I could change out its sleep screen with
SwiftData SwiftData: Solving Fatal Errors and EXC_BAD_ACCESS While Handling Entities on Different Threads I've recently switched the app I've been coding from CoreData to SwiftData and, once I sped up some backend code using concurrency, came across an issue where my code kept crashing when creating new entities. Here is how I solved both my fatal and bad access errors!
SwiftData SwiftData: Solving Filtering by an Entity in the Predicate With SwiftData announced I realized now is the best time to convert my data over. That said, it wasn't without its issues and I found filtering by an entity relationship was, for me, one of the biggest blockers. Here's how I solved it!
Technology Quickly Create App Icons by Resizing Your Main Image With a Bash Script While resizing an image I chose to use for my app icon I quickly recognized how onerous the entire process was. This lead to me creating a Bash script which dramatically sped up my workflow and may help yours too. Check it out here!
Technology Update to "My Custom Picker With Multi-Selection in SwiftUI" - Now With Images! I've upgraded my custom multi-selection picker, in SwiftUI, to now be customizable using a struct rather than string array. This means it works for images... and whatever else you want to add.
Technology How to Quickly Combine PDF Files on Your Mac Have you ever wanted to combine two PDF files together on your Mac computer? I have. And here's how I did it using the Preview app that you should already have!
Technology How To Make a Custom Picker with Multi-Selection in SwiftUI I recently realized that there wasn't a simple way to create a SwiftUI Picker that allows for multiple selection. After much trial and error this is the solution I came up with! Hope it helps your coding adventures.
Technology How I Easily Used My Custom Color in My SwiftUI Project I recently used one of my favorite colors on my website within my SwiftUI project. It was incredibly simple to do and I wanted to share it with you in case you want to do the same!
Technology How to Add Dynamic Constraints to Your Swift Project Are you needing a more dynamic solution to your constraints than the Xcode interface builder seems to be providing? Here's how I created two constraints in my Swift code and looped them with the front end for a dynamic solution to my problem.
App Sandbox How to Debug and Solve an App Sandbox Related Issue Within the Xcode IDE Are you coding a project for your Apple device(s) and having inexplicable trouble getting a portion of it to work? Maybe the App Sandbox is blocking your code from executing properly? If so this is what I did to debug my issue and solve it!
Food & Dessert Excess Apples? Here's Some Simple and Delicious Things I've Made Do you find yourself with way too many apples? Are you looking for new ways to eat apples? Here are some of the ways I've worked with apples in the past in case you're interested in checking them out.