swiftui

Back Open Paginator
22.09.2025 17:49
Orlando (@Orlando@iosdev.space)

Started testing Apple Foundation Models to auto-tag cards based on their abilities. So far it think I have it producing decent results. #ios26 #iosdev #swiftui #appleintelligence #foundationmodels #liquidglass





Show Original Post


22.09.2025 15:52
chbeer (@chbeer@mastodon.social)

I'm still puzzled why SwiftUI Text, Section, Button, Image, etc. don't default to Bundle.module in Swift Packages... Ugh!




Show Original Post


22.09.2025 14:56
piotrekjeremicz (@piotrekjeremicz@mastodon.social)

Some mystery magic is here!

Reviewing the header file provides valuable insights into how operates with this framework.

However, if you attempt to replicate some implementations, you'll quickly discover that certain solutions aren't available to everyone.





Show Original Post


22.09.2025 14:39
dimitribouniol (@dimitribouniol@mastodon.social)

Fixed a bug where color schemes would swap with no rhyme or reason on iOS 26. Tomorrow, let's jump back to the icon and make some final tweaks to it before finishing up some more UI improvements. See you then!

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




Show Original Post


22.09.2025 14:32
chbeer (@chbeer@mastodon.social)

I have a SwiftUI Menu in a LabeledContent and that menu has a Label with a text and icon. This all is contained in a Form. Since iOS 26 the label makes the whole form cell extend way too much. If I make the Label a Text, it works. Any hints? Or is what I’m doing too special for SwiftUI?




Show Original Post


22.09.2025 14:25
goodbinary (@goodbinary@mastodonapp.uk)

Did a bit of work this morning on Hike Maker. Finally got it working to allow you to move the end of an a to b route to a nearby point of interest. In this example I move the end point to the nearest cafe
#indiedev #swiftui #mapkit





Show Original Post


22.09.2025 14:01
dimitribouniol (@dimitribouniol@mastodon.social)

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

Let's take a look at why the color scheme swaps on iOS 26!

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




Show Original Post


22.09.2025 13:43
feoa (@feoa@mastodon.social)

Updated my apps for Liquid Glass, and added a few new features too!

apps.apple.com/us/app/tristy/i





Show Original Post


22.09.2025 12:32
andreclaassen (@andreclaassen@ruhr.social)

Leider immer noch ganz viel Bugs in #macOS26

Immer wieder sehe ich solche Spiegelschriften in #SwiftUI Apps.





Show Original Post


22.09.2025 11:30
peterfriese (@peterfriese@iosdev.space)

Had a great stream building a backwards-compatible web view component for my "Second Brain" SwiftUI app.

The new native #SwiftUI WebView is fantastic, but we can't leave users on older iOS versions behind!

I built a wrapper that uses `if #available` to choose the right component—the new native one or an older WKWebView implementation—all bundled up in a clean new #SwiftPackage.

You can watch the replay here:
youtube.com/watch?v=OlHahqE43gA




Show Original Post


22.09.2025 07:22
juanarzola (@juanarzola@sfba.social)

On macOS, List drop is better behaved (and #SwiftUI has a more robust API for tracking drop state). List is less friendly with drag though: in order to drag, your rows have to capture clicks in areas you want draggable - but this disables List selection. This is not a problem in iOS, rows are both selectable and draggable.

My workaround: keep managing selection with List, not block touches, but drag using the multi-select view.





Show Original Post


22.09.2025 05:31
gallaugher (@gallaugher@mastodon.world)

Put together a lesson on AI-Powered Coding Intelligence in Xcode for my SwiftUI students. We explore several features while attempting modifications (some failed, some successful) to our BipTheGuy tap-to-punch app (#3 in the Semester of #SwiftUI)
youtu.be/ouPcMasRDhY?si=FldN5c




Show Original Post


1 ...172 173 174 175 176 177 178 179 180 181 182 ...236
UP