Post

Replies

Boosts

Views

Activity

Reply to Text alignment issue in iOS 26.4
Hello Richard, Finally, I found out which function is no longer working correctly with the system font in iOS 26.4. The issue is with CGContextGetTextPosition, which returns incorrect, almost random CGPoint values. With all fonts except the system font, the text position is updated automatically after calling drawAtPoint. The system font is now the only exception. This explains why the earlier workaround—using the Helvetica Neue font—worked well. A better workaround is to calculate the text position manually and then call CGContextSetTextPosition after drawAtPoint. This makes it possible to use the system font again. Best regards, Rolf
Topic: UI Frameworks SubTopic: UIKit
3w
Reply to X button disappeared on iPadOS 26.4 in MFMailComposeViewController
As a workaround, the mail composer is no longer presented fullscreen, allowing it to be dismissed by tapping outside the mail window. An updated version of the app has been submitted for review following user reports.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Apr ’26
Reply to Text alignment issue in iOS 26.4
Hello Richard, Finally, I found out which function is no longer working correctly with the system font in iOS 26.4. The issue is with CGContextGetTextPosition, which returns incorrect, almost random CGPoint values. With all fonts except the system font, the text position is updated automatically after calling drawAtPoint. The system font is now the only exception. This explains why the earlier workaround—using the Helvetica Neue font—worked well. A better workaround is to calculate the text position manually and then call CGContextSetTextPosition after drawAtPoint. This makes it possible to use the system font again. Best regards, Rolf
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
3w