UITableView deprecation
Asked on 2024-07-30
1 search
UITableView has not been explicitly mentioned as deprecated in the provided context. However, there are several updates and deprecations related to other APIs and features:
-
In-App Purchase API: The original API for in-app purchases is deprecated starting with iOS 18. Developers are encouraged to migrate to StoreKit 2 for better features and support. What’s new in StoreKit and In-App Purchase.
-
TVML Kit: TVML Kit is deprecated in tvOS 18. Developers are encouraged to migrate their TVML apps to SwiftUI. Migrate your TVML app to SwiftUI.
If you are looking for specific information about UITableView, it might be useful to check the session "What’s new in UIKit" for any updates or changes related to UIKit components. What’s new in UIKit.

Migrate your TVML app to SwiftUI
SwiftUI helps you build great apps on all Apple platforms and is the preferred toolkit for bringing your content into the living room with tvOS 18. Learn how to use SwiftUI to create familiar layouts and controls from TVMLKit, and get tips and best practices.

What’s new in StoreKit and In-App Purchase
Learn how to build and deliver even better purchase experiences using the App Store In-App Purchase system. We’ll demo new StoreKit views control styles and new APIs to improve your subscription customization, discuss new fields for transaction-level information, and explore new testability in Xcode. We’ll also review an important StoreKit deprecation.

What’s new in SwiftUI
Learn how you can use SwiftUI to build great apps for any Apple platform. Explore a fresh new look and feel for tabs and documents on iPadOS. Improve your window management with new windowing APIs, and gain more control over immersive spaces and volumes in your visionOS apps. We’ll also take you through other exciting refinements that help you make expressive charts, customize and layout text, and so much more.
