Search

Items tagged with: iosdev


Alright, it is time for a huge announcement, something that I've been wanting to get out there for a really long time, but decided to keep quiet about until it was fully prepped up and ready for showtime.
Friends, I am happy to announce my first app release as an indie developer!
Introducing Paylino, a simple yet powerful, fully accessible bill scanning and splitting app, available to download on iOS starting today.

Split bills in seconds — fast, easy, accurate.

Paylino is the iOS receipt scanner built for sharing. Snap a restaurant check, a shared grocery receipt, or any group expense. Paylino instantly detects line items, taxes, and totals, then lets you split everything fairly — down to the cent.

Start in a tap:
Snap the receipt → auto-detect → assign items → choose tip → done.

How it works

1. Snap or choose a receipt
Take a photo right in the app. Smart edge detection helps you line it up perfectly. Or import a photo from your library.

2. Capture everything automatically
Our specialized AI recognizes the merchant, currency, items, and taxes/extra fees. Everything is clearly organized and fully editable.

3. Split fairly with friends
Add names, tap who had what, and (optionally) select a tip percentage. Paylino calculates the total and each person’s share automatically.

4. Keep every receipt
Your scanned receipts are saved in the app and synced with iCloud, so you can pull them up anytime.

For those of us who are blind / visually impaired, Paylino makes it super simple to scan receipts, and then check item prices and totals in a consistent, unified format that can be super quickly navigated with VoiceOver. I personally am really bad when it comes to lining up my iPhone camera for a good shot, so hopefully the fact that I've been getting excellent results consistently is a good indication that it should work great for others as well.
If you've been reading this far and it's sparked your interest, I invite you to download Paylino from the App Store and give it a spin!

apps.apple.com/app/paylino/id6…

Note: since Paylino uses server-powered AI models for bill image analysis, using the app requires a paid subscription, the cheapest one is available at €0.99 / month, which enables 5 scan credits per month.
Any thoughts, comments and feedback is super super deeply appreciated!
#iOS #iOSDev #IndieDev


Accessibility matters ❤️ Here’s a quick demo of how the new Dice feature in Skoro works with VoiceOver, so even visually impaired users can use the app.

Skoro on the App Store:
➡️ apps.apple.com/app/id160831104…

#iOSdev #a11y #uxdesign #buildinpublic


Custom images from an asset catalog don't automatically resize with text. If an image is not purely decorative, we should ensure it scales appropriately when users adjust their preferred font size. We can easily do it with the ScaledMetric API in SwiftUI: nilcoalescing.com/blog/Adaptin…
#SwiftUI #iOSDev



The amazing thing about open source services is, you can create interfaces for it the way you imagine them best. Currently testing #Pipilo, an iOS Fediverse client by @luckkerr which presents each timeline as a horizontal bar you swipe through to get to the next post. From a VoiceOver perspective, a slider control is presented and you explore the posts by swiping up and down, then explore the screen to discover things like links, replies in the corresponding thread, attached multimedia. Łukasz also makes sure that everything works correctly with VO and more goodies are already there in the current Testflight build. Glad to see this level of attentiveness to accessibility and a fellow Polish person coding fedithings. Give it a try. apps.apple.com/pl/app/pipilo/i… #Accessibility #A11y #Blind #iOSDev


We’ve been floored by everyone’s support for Project Tapestry! Three of the pledge tiers on Kickstarter are already sold out, but there are still several to choose from with rewards ranging from wallpapers to stickers, pins, and even a free year of Wallaroo. At this rate, we’re going to need to come up with some more stretch goals soon! kickstarter.com/projects/iconf…

#ProjectTapestry #Fediverse #RSS #iOSDev


Online media can be overwhelming. It's fragmented between countless services, websites, social networks, and apps.

You need an app that weaves together an overview of nearly everything that’s happening across all the different services you follow.

That’s our vision for Project Tapestry, the new Kickstarter we're launching today.

kickstarter.com/projects/iconf…

#ProjectTapestry #Fediverse #iOSDev


Project Tapestry is a universal chronological timeline of your favorite social media services, blogs, RSS feeds & more. All updates in one place, in the order they’re posted with no algorithm deciding what you see or when you see it.

But we need your help! Check out our Kickstarter campaign to learn more about the project and the backer rewards we have planned, then make a pledge to help us turn Project Tapestry into a reality.

kickstarter.com/projects/iconf…

#ProjectTapestry #Fediverse #iOSDev


If you're adapting your app for #AppleVisionPro, you've probably added `contentShape` to your custom button styles to get a better `.hoverEffect()`

This also has a nicer side effect for VoiceOver highlighting, as it will now match the actual UI element!

#a11y #iosdev