YMKSpannableStringSpan

class YMKSpannableStringSpan : NSObject

A span of text in the SpannableString.

Summary

Class methods

 init(begin: Int, end: Int)

Properties

var begin: Int { get }
The index of the beginning symbol of the span

var end: Int { get }
The index of the ending symbol of the span

Class methods

init(begin:end:)

 init(begin: Int, end: Int)


Properties

begin

var begin: Int { get }

The index of the beginning symbol of the span.


end

var end: Int { get }

The index of the ending symbol of the span.


Предыдущая
Следующая