Compartir a través de


NSMutableAttributedStringKitAdditions.FixAttributesInRange Método

Definición

Limpia incoherencias que pueden acumularse en muchas ediciones.

[Foundation.Export("fixAttributesInRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void FixAttributesInRange (this Foundation.NSMutableAttributedString This, Foundation.NSRange range);
static member FixAttributesInRange : Foundation.NSMutableAttributedString * Foundation.NSRange -> unit

Parámetros

This
NSMutableAttributedString

Instancia en la que opera este método.

range
NSRange
Atributos

Comentarios

Después de las modificaciones, NSMutableAttributedStrings puede acumular incoherencias. Por ejemplo, los estilos de párrafo deben aplicarse a párrafos completos, los scripts se pueden asignar a fuentes que los admiten y eliminar caracteres de datos adjuntos requiere que se liberen los objetos adjuntos correspondientes. Este método realiza la limpieza necesaria.

Se aplica a