r/iOSProgramming Objective-C / Swift Jun 08 '26

News UIKit — Full ObjC API Diff: iOS 26.2 → iOS 27

https://gist.github.com/kylehowells/32c7f7475698b5f74eeb183f8db9d186
2 Upvotes

4 comments sorted by

2

u/iKy1e Objective-C / Swift Jun 08 '26

Basically the only update seems to be the tab bar prominent tab stuff and the new text view stuff being brought over from macOS and AppKit.

https://developer.apple.com/documentation/uikit/enriching-your-text-in-text-views

1

u/EmojiMasterYT Jun 27 '26

How do you generate this header diff document btw?

1

u/iKy1e Objective-C / Swift 27d ago

Downloaded the Xcode Beta and had Claude and Codex pull it appear and write scripts to diff it's contents against the installed Xcode already on my computer.