Give your simulator superpowers

RocketSim: An Essential Developer Tool
as recommended by Apple

Exclusive Pre-Launch Offer: Get 20% Off atgoing-indie.com

Privacy Policy

Last Updated: May 6th, 2024 Avanderlee.com (“us”, “we”, or “our”) operates the https://www.avanderlee.com website (the “Service”). This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data. We use your data to provide and improve the … 

 

Bar Chart creation using Swift Charts

Apple introduced Swift Charts during WWDC ’22, allowing you to visualize data into bar charts. Before this framework, we had to include all kinds of third-party solutions to draw charts in SwiftUI. Visualizing data using a similar declarative syntax to SwiftUI is simply fantastic. A bar chart is just one of the available options to … 

 

Key press events detection in SwiftUI

Key press events detection in SwiftUI allows you to respond to a keyboard key like return (enter), shift, command, and more. While mostly Mac apps use keyboard events, you must consider adding support for iPad apps since external keyboards can be used. SwiftUI offers several modifiers to listen to key press events, making it effortless … 

 

The power of consistency in side projects

The success of your side projects can be mixed, but consistency brings power to your results. It’s often easier to start a new project when results are disappointing rather than sticking to that high-potential project you’ve always believed in. I’ve been developing a few side projects over the years but managed to stay away from …