MMKSpannableStringSpan
|
class MMKSpannableStringSpan : NSObject |
A span of text in the SpannableString.
Summary
Class methods
|
 init(begin: Int, end: Int) |
Properties
|
var begin: Int { get } |
|
var end: Int { get } |
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.