Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Messages iOS xcode26.0 b4

Rolf Bjarne Kvinge edited this pageAug 4, 2025 ·3 revisions

#Messages.frameworkhttps://github.com/dotnet/macios/pull/23470

diff -ruN /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Messages.framework/Headers/MSMessagesAppViewController.h /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Messages.framework/Headers/MSMessagesAppViewController.h--- /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Messages.framework/Headers/MSMessagesAppViewController.h2025-07-02 02:32:42+++ /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Messages.framework/Headers/MSMessagesAppViewController.h2025-07-17 02:43:52@@ -54,6 +54,13 @@ @property (nonatomic, readonly, nullable) UIColor *messageTintColor API_AVAILABLE(ios(26.0));  /*!+ @property  messageCornerRadius+ @abstract   The corner radius of the message when presented in the transcript. Use this value to create concentric rounded subviews inside your view. Use continuous corners (kCACornerCurveContinuous) on your view.+ @discussion This property varies with dynamic type size. Use trait collection registration to trigger an updated layout when dynamic type size changes. To avoid the edges of the transcript view, use `layoutMargins`. This value is only valid when `presentationStyle` is `MSMessagesAppPresentationStyleTranscript`.+ */+@property (nonatomic, assign, readonly) CGFloat messageCornerRadius API_AVAILABLE(ios(26.0));++/*!  @method     invalidateMessageTintColor  @abstract   Call this when `messageTintColor` changes, e.g. due to change in app state or trait collection.  @discussion The message will be updated to reflect the new color. This method will only work if the `presentationStyle` is `MSMessagesAppPresentationStyleTranscript`.

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp