Oleksii Kolomiiets
banner
kolomiets123.bsky.social
Oleksii Kolomiiets
@kolomiets123.bsky.social
📱iOS Engineer @snappmobile.bsky.social passionate about SwiftUI, clean code, and user-centric design | SnappMobile iOS Newsletter
DevCleaner just got a fresh icon. The UI stays minimal and unchanged - works perfectly. One of those cases where functionality beats design trends 🎯
November 26, 2025 at 2:35 PM
While tuning my SDK, I added an example app as an executable target. Obvious thing: if the example app uses APIs beyond what your SDK supports (declared in `.platforms`), the compiler will fail. Expected behavior.
November 12, 2025 at 8:35 AM
Built CounterPicker - a SwiftUI component with scrollable digit columns that feel like turning an old mechanical counter. Each digit shows previous, current, and next values.

A small exploration in case it's useful.
October 29, 2025 at 9:43 AM
Just made my Swift Testing coverage setup reusable 🙌

Put it in a GitHub Action so I can use it across projects and get coverage comments on PRs: github.com/oleksiikolom...

Feedback welcome!

#SwiftLang
September 22, 2025 at 7:07 AM
Just grabbed Xcode beta 5! 🚀
August 6, 2025 at 9:56 AM
June 12, 2025 at 8:07 AM
Apparently, when a button is disabled and the .𝗯𝘂𝘁𝘁𝗼𝗻𝗦𝘁𝘆𝗹𝗲(.𝗴𝗹𝗮𝘀𝘀) modifier is applied, the button still shows tap feedback, even though the action isn’t triggered.
June 10, 2025 at 3:40 PM
love the animation
June 10, 2025 at 3:23 PM
Your app can show URLs by initializing a WebView
June 10, 2025 at 3:12 PM
Brand new Slider

#WWDC25
June 10, 2025 at 1:24 PM
Great improvements to Localization APIs - developer.apple.com/videos/play/...
June 10, 2025 at 10:40 AM
...
June 9, 2025 at 7:20 PM
👀
June 9, 2025 at 7:07 PM
This evening promises to be busy
June 9, 2025 at 5:48 AM
TIL: BarMark unit parameter fixes chart balancing
The unit: .hour parameter made all the difference. Tells the chart how to properly group the data instead of just mashing everything together 📊
May 23, 2025 at 10:57 AM
Listen to @eidhof.nl talk at @mobilewarsaw.pl. Inspired to use
defunctionalization more 👨‍💻
May 20, 2025 at 8:35 PM

💡 Did you know you can easily generate and display a QR code from a `String` in Swift?

Subscribe to the SnappMobile iOS Newsletter
to receive all the details in inbox tomorrow evening 📬



👉 ios-newsletter.snappmobile.io/subscribe.html
January 16, 2025 at 10:21 AM
ChatGPT checks in on my SwiftUI exploration! Always makes for a fun conversation. 😄
January 6, 2025 at 11:30 AM