UIKit.NSMutableAttributedStringKitAdditions.FixAttributesInRange Method
Cleans up inconsistencies that can accumulate over many edits.

Syntax

[Foundation.Export("fixAttributesInRange:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_7_0)]
public static void FixAttributesInRange (this Foundation.NSMutableAttributedString This, Foundation.NSRange range)

Parameters

This
Documentation for this section has not yet been entered.
range
Documentation for this section has not yet been entered.

Remarks

After edits, Foundation.NSMutableAttributedStrings may accumulate inconsistencies. For instance, paragraph styles must apply to entire paragraphs, scripts may be assigned to fonts that support them, and deleting attachment characters requires the corresponding attachment objects to be released. This method performs necessary cleanup.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0