Contributions

Library
NeoBrutalism SwiftUI components
Article
This blog post offers a simple guide to reverse engineering and modifying iOS apps, using Instagram as a case study. Here, we modified the Instagram iOS app to block the reels tab.
Article
Tired of manually highlighting screenshots for PR attachments?
No worries, "Picaso" is here for your rescue 😜.

I just published an article titled "Let's highlight!" in which I introduced the "Picaso" library, it allows you to highlight directly within the simulator, eliminating the need to manually highlight the screenshots later.
You can draw a border just by a simple swipe on the app.
Article
If you've ever needed to check whether a view is visible to the user, you might have used the isHidden property. However, this method falls short in scenarios where a view can appear hidden due to overlapping by other views. To address this, I created a simple extension to provide a more comprehensive visibility check.