swiftui

Back Open Paginator
25.09.2025 13:11
initshift (@initshift@mastodon.social)

New post in my iOS 26 micro-app series, Step Counter Widget.

Built with WidgetKit + SwiftUI, it tracks daily steps with a progress ring, optional HealthKit integration, and MV + services architecture. I also cover how Live Activity could extend this project, even though it’s not part of the MVP implementation.

👉 Read here: medium.com/shift-bydesign/step




Show Original Post


25.09.2025 12:08
ralfebert (@ralfebert@mastodon.social)

These tiny packages have served me well over the years and they just got a refresh:

SweetURLRequest simplifies common URLRequest tasks like typesafe header setters or checking for a success status:
github.com/ralfebert/SweetURLR

AsyncView is like AsyncImage but for data. It is a SwiftUI View that handles in-progress and error states when loading data using async/await:
github.com/ralfebert/AsyncView

Example projects:

github.com/ralfebert/MetMuseum
github.com/ralfebert/MuseumGui





Show Original Post


25.09.2025 09:49
ralfebert (@ralfebert@mastodon.social)

A primer on animating that appearing and disappearing of views using transitions in SwiftUI:

- How do the .animation and .transition modifiers relate?
- Explore the different transitions with the transition playground
- Building Custom transitions

swiftui-garden.com/Animations/





Show Original Post


25.09.2025 05:20
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

Tìm kiếm cộng tác viên cho Composa - trình chỉnh sửa video & trình chiếu SwiftUI thế hệ mới. Kết hợp chỉnh sửa timeline, kể chuyện slide và hệ thống thiết kế. Cần lập trình viên SwiftUI/macOS/iOS. #Composa #SwiftUI #VideoEditor #Collaboration #TuyểnDụng #CôngNgệ

reddit.com/r/SideProject/comme




Show Original Post


24.09.2025 22:17
BitRigApp (@BitRigApp@mastodon.social)

Need inspiration for what to make with Bitrig? Build a native Swift app with @superbetsy in just minutes!

Make sure to subscribe to our YouTube channel to catch all our updates, and don’t forget to show us the cool stuff you’re making. Tag your videos and screenshots with for a chance to be featured!

youtu.be/lvb6wDhuFQU?si=EmaSIX




Show Original Post


24.09.2025 19:56
superpixel (@superpixel@mastodon.social)

If ‘.safeAreaBar’ (new in iOS 26) is used in a view, FocusState will never update. If replaced by ‘.safeAreaInset’ all is fine. 🤷‍♂️





Show Original Post


24.09.2025 19:19
hollycene (@hollycene@mastodon.social)

Playing around with matchedGeometry and transitions for Quitly. Would you improve something?





Show Original Post


24.09.2025 19:12
swiftdevjournal (@swiftdevjournal@mastodon.world)

TIL in SwiftUI: to get text labels in a VStack left-aligned, you have to set the stack's maximum width to infinity. Otherwise the starting position depends on the amount of text shown.

.frame(maxWidth: .infinity, alignment: .leading)

#SwiftUI




Show Original Post


24.09.2025 17:11
yanlu (@yanlu@mastodon.social)

In iPadOS 26, the new menu bar automatically adds an action that links to your app’s system settings. However, pressing [⌘,] should usually open your in-app settings. Using CommandGroup (instead of .appSettings) takes care of that.





Show Original Post


24.09.2025 17:04
piotrekjeremicz (@piotrekjeremicz@mastodon.social)

Everything has its beginning! 🌱

My Request will start with an EmptyRequest featuring an empty configuration. 🚀

Each modifier will inject new values into the ConfigurationValues store, modeled after the Environment from . 🔄





Show Original Post


24.09.2025 15:19
patrickmcconnell (@patrickmcconnell@mastodon.social)

SFSymbols are great. The ability to create new custom symbols by combining existing symbols is a super power.

Since this is a positive vibes post I will not comment on exactly how tedious it is to create new symbols by hand.




Show Original Post


24.09.2025 13:53
dimitribouniol (@dimitribouniol@mastodon.social)

Got to a point where I'm happy with the icon color, at least for the next 3 months 😛 Tomorrow, let's fix the last few bugs I have listed, and start prepping for the long process of taking new screenshots. See you then!

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




Show Original Post


1 ...169 170 171 172 173 174 175 176 177 178 179 ...236
UP