Class YMKSpannableStringSpan

A span of text in the SpannableString.

Class Methods

Properties

begin

The index of the beginning symbol of the span.

end

The index of the ending symbol of the span.

begin

The index of the beginning symbol of the span.

end

The index of the ending symbol of the span.

Method Detail

+spanWithBegin:end:

+ (nonnull YMKSpannableStringSpan *)spanWithBegin:(NSInteger)begin
                                              end:(NSInteger)end 

Property Detail

begin

(assign, readonly) NSInteger begin

The index of the beginning symbol of the span.

end

(assign, readonly) NSInteger end

The index of the ending symbol of the span.