what new in ios 26 what can i use in my app
Asked on 2025-07-02
2 searches
In iOS 26, there are several new features and improvements that you can leverage in your app:
-
Multilingual Experience: iOS 26 introduces new features to enhance multilingual support. This includes the Arab Easy Transliteration keyboard, which allows Arabic speakers to type Arabic words in Latin script, and a multiscript bilingual Arabic and English keyboard that auto-detects the language as you type. There are also new alternate calendar APIs available in Foundation, supporting additional calendars like Gujarati, Marathi, and Korean. Enhance your app’s multilingual experience.
-
UIKit Enhancements: UIKit in iOS 26 introduces several new APIs for building better menu bars, including a main menu system configuration API. This allows apps to customize system commands in the main menu and add custom items. Additionally, UIKit now supports Swift observable objects, integrating Swift observation at its core. What’s new in UIKit.
-
Audio Recording Capabilities: iOS 26 improves how the system manages audio hardware, allowing apps to display available audio inputs and switch audio sources within the app. This is particularly useful for content creators using multiple audio devices. Enhance your app’s audio recording capabilities.
-
Xcode 26: The new Xcode 26 offers tools to help you be more efficient in writing code, building new features, and supporting more platforms and languages. It includes improvements for debugging, performance inspection, and user interface testing. What’s new in Xcode.
-
SwiftUI Updates: SwiftUI has been updated to support the new design system, including improvements to app structure components like Tab View and Navigation Split View. There are also new APIs to customize the experience further. Build a SwiftUI app with the new design.
These updates provide a range of new capabilities and improvements that can enhance the functionality and user experience of your app on iOS 26.

Enhance your app’s multilingual experience
Create a seamless experience for anyone who uses multiple languages. Learn how Language Discovery allows you to optimize your app using a person’s preferred languages. Explore advances in support for right-to-left languages, including Natural Selection for selecting multiple ranges in bidirectional text. We’ll also cover best practices for supporting multilingual scenarios in your app.

What’s new in UIKit
Modernize your app with the latest APIs in UIKit, including enhanced menu bar support, automatic observation tracking, a new UI update method, and improvements to animations. We’ll also cover how you can include SwiftUI scenes in your UIKit app and explore SF Symbols, HDR color pickers, and more.

Enhance your app’s audio recording capabilities
Learn how to improve your app’s audio recording functionality. Explore the flexibility of audio device selection using the input picker interaction on iOS and iPadOS 26. Discover APIs available for high-quality voice recording using AirPods. We’ll also introduce spatial audio recording and editing capabilities that allow you to isolate speech and ambient background sounds — all using the the AudioToolbox, AVFoundation, and Cinematic frameworks.