swiftui

Back Open Paginator
18.02.2026 01:01
JoshHrach (@JoshHrach@iosdev.space)

Best as I can tell, even if you build a macOS Share Extension to add to your iOS project, a Mac Catalyst app can't support a Share Extension.

I'd like to be proven wrong, but from everything I can tell, this is how it is. No Mac Catalyst app can have a Share Extension running on a Mac.

#SwiftUI #MacCatalyst #Xcode




Show Original Post


17.02.2026 21:41
fromtibo (@fromtibo@mastodon.social)

I really enjoyed this video. And I'm probably going to change things in my app following their advice.
youtube.com/watch?v=dGcqqA3Sl-o




Show Original Post


17.02.2026 21:17
gallaugher (@gallaugher@mastodon.world)

My favorite new SNL skit is SnackHomiez. TIL it was based on a real podcast: instagram.com/reel/DTqZTAwjHe3 Also: there *may* be a SnackHomiez app to build on the first #SwiftUI mid-term. That'd be so fire.




Show Original Post


17.02.2026 17:20
arroz (@arroz@mastodon.social)

Why doesn't ProgressView just take… a Progress? And why are there different initializers for indeterminate and determinate? What a mess.




Show Original Post


17.02.2026 16:10
skiptools (@skiptools@mas.to)

Thanks to this contribution, #SwiftUI .alert() for #AndroidDev now takes better advantage of #JetpackCompose alerts, without losing SwiftUI’s additional functionality

github.com/skiptools/skip-ui/p





Show Original Post


17.02.2026 13:57
dimitribouniol (@dimitribouniol@mastodon.social)

Tests passed without issue, so moved on to validating submitted entries for correctness. Tomorrow night, let's hook the anime store into the list controller and get it all connected. See you then!

🔜 Tomorrow’s stream: youtube.com/live/M4_4BVzQhLo
⏮️ Playlist so far: youtube.com/playlist?list=PLRx
📲 Download Jiiiii: apps.apple.com/app/apple-store




Show Original Post


17.02.2026 13:33
dimitribouniol (@dimitribouniol@mastodon.social)

I'm making a seasonal anime guide app, in the open for all to experience and learn from.

Still sick and miserable, but let's write tests for synced list entries!

Come chill with me: youtube.com/live/Ac6qY6imJsM




Show Original Post


17.02.2026 08:42
habr (@habr@zhub.link)

Искусство бесшовных переходов в iOS от 60 FPS до идеального UX

Вы когда-нибудь открывали приложение, где переход между экранами выглядит так, будто интерфейс собрали на коленке за час до дедлайна? Экран мигает, элементы прыгают, анимация тормозит и вы инстинктивно хотите закрыть это безобразие. Проблема не в том, что разработчик не умеет делать анимации. Проблема в том, что он не понимает, как работает восприятие пользователя. Давайте же разберем как делать переходы в iOS-приложениях так, чтобы они не раздражали, не ломали флоу и не заставляли пользователя думать "что-то пошло не так". Выясним почему 60 FPS - это не всегда гладко, как избежать типичных багов вроде джанка и мигания, правильно использовать matchedGeometryEffect , писать кастомные переходы без костылей и отлаживать всё это дело до идеального состояния. В конце разберём реальный кейс - переход от списка к детальной странице без единого моргания экрана. Продолжим

habr.com/ru/articles/1000184/

#iOS #SwiftUI #Swift #Анимация #Разработка_под_iOS #Интерфейсы #UX #Производительность #UIKit #Инструменты_разработки




Show Original Post


17.02.2026 08:00
0xWDG (@0xWDG@mastodon.social)

Voice Control wesleydegroot.nl/blog/voice-co




Show Original Post


17.02.2026 02:16
marioguzman (@marioguzman@mastodon.social)

Oh, and I am really liking the way my little slide-out options bar is turning out! :) Far less intrusive than a modal view!





Show Original Post


17.02.2026 02:07
edfloreshz (@edfloreshz@hachyderm.io)

I'm amazed at how easy to use some of #SwiftUI APIs are!




Show Original Post


16.02.2026 21:10
nicoreese (@nicoreese@mastodon.social)

I hate when I get stuck with some great ideas because of system limitations. Is there really no way to have multiple UIHostingControllers nested in a UIViewController (think a design like iOS widgets) and being able to resize them (the height specifically) from within SwiftUI and let handle the resizing with an animation? SwiftUI animates it nicely, but the UIHostingController frame changes abruptly because it uses a different layouting system.




Show Original Post


1 ...49 50 51 52 53 54 55 56 57 58 59 ...236
UP