Objective-c
Asked on 06/11/2025
1 search
It seems like you're interested in Objective-C, but the provided context is focused on Swift and other topics from Apple's WWDC sessions. If you're looking for information on Objective-C, you might want to explore sessions related to interoperability between Swift and Objective-C or memory management, as these topics often touch on Objective-C concepts.
For example, the session "Analyze heap memory" discusses memory management, which is relevant to both Swift and Objective-C. You can find more about reducing reference counting overhead in Objective-C in the session Analyze heap memory (30:46).
If you have specific questions about Swift or other topics covered in the WWDC sessions, feel free to ask!

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.

Optimize CPU performance with Instruments
Learn how to optimize your app for Apple silicon with two new hardware-assisted tools in Instruments. We’ll start by covering how to profile your app, then dive deeper by showing every single function called with Processor Trace. We’ll also discuss how to use CPU Counters’ modes to analyze your code for CPU bottlenecks.

Consume noncopyable types in Swift
Get started with noncopyable types in Swift. Discover what copying means in Swift, when you might want to use a noncopyable type, and how value ownership lets you state your intentions clearly.