Floating On https://t.co/mUTR2YnBpy
Ash Furrow
Floating On
It's with mixed emotions that I'm announcing today is my last day working at Float . I've accomplished a lot here and I'm grateful for the opportunity to help shape such a young company and product team. I'm sad to say goodbye to my coworkers and I wish…
Implementing drag and drop with the SwiftUI modifiers https://t.co/AWoWa1Xm9R
Create with Swift
Implementing drag and drop with the SwiftUI modifiers
Learn how to implement drag and drop features within your SwiftUI apps.
iOS 26 Custom Tab Bar With Action Button Using SwiftUI | Xcode 26 https://t.co/OyKwQr6IkC
YouTube
iOS 26 Custom Tab Bar With Action Button Using SwiftUI | Xcode 26
Hello Guys 🖐🖐🖐
In this video, I’ll demonstrate how to create a Custom tab bar that closely resembles the native iOS 26 Tab bar, incorporating custom action role buttons using SwiftUI.
SwiftUI Custom Tab Bar | SwiftUI Glass Effect Tab Bar | SwiftUI Custom…
In this video, I’ll demonstrate how to create a Custom tab bar that closely resembles the native iOS 26 Tab bar, incorporating custom action role buttons using SwiftUI.
SwiftUI Custom Tab Bar | SwiftUI Glass Effect Tab Bar | SwiftUI Custom…
GitHub Trends Weekly : mozilla-mobile/firefox-ios https://t.co/RdWmHbW6RS
GitHub
GitHub - mozilla-mobile/firefox-ios: Firefox for iOS
Firefox for iOS. Contribute to mozilla-mobile/firefox-ios development by creating an account on GitHub.
Introducing Swift Configuration https://t.co/2A7RUo6Atv
Swift Forums
Introducing Swift Configuration
Hi Swift Community! Today, we’re pleased to announce the initial release of Swift Configuration: a new library that provides a unified approach to reading configuration in your Swift applications. Configuration management has long been a challenge across…
Foundation Models profiling with Xcode Instruments https://t.co/oQdV14LPfq
Artem Novichkov
Foundation Models profiling with Xcode Instruments
Learn how to profile and optimize Foundation Models performance using Xcode Instruments
watchOS 26.0.1 (23R8362) https://t.co/AHjawXX3pD
Apple
watchOS 26.0.1 (23R8362) - Releases - Apple Developer
View downloads
visionOS 26.0.1 (23M341) https://t.co/ohizaGsN2e
Apple
visionOS 26.0.1 (23M341) - Releases - Apple Developer
View downloads
iPadOS 26.0.1 (23A355) https://t.co/hJfqUcK70L
Apple
iPadOS 26.0.1 (23A355) - Releases - Apple Developer
View downloads
Structuring universal links in iOS https://t.co/Mp9Yyvb8nI
Tanaschita
Structuring universal links in iOS
Universal links can quickly get messy as an app grows. This guide shows how to model them with Swift enums, centralize URL parsing, and integrate them cleanly witha routing system, keeping everything type-safe and testable.