removed comment
This commit is contained in:
parent
de486bf069
commit
c723d96cbf
@ -760,8 +760,6 @@ public typealias ActionBlock = () -> ()
|
|||||||
*/
|
*/
|
||||||
static func getTextAttachmentImage(name: String = "externalLink", dimension: CGFloat) -> NSTextAttachment {
|
static func getTextAttachmentImage(name: String = "externalLink", dimension: CGFloat) -> NSTextAttachment {
|
||||||
|
|
||||||
// let dimension = round(dimension * 0.8)
|
|
||||||
|
|
||||||
let imageAttachment = NSTextAttachment()
|
let imageAttachment = NSTextAttachment()
|
||||||
imageAttachment.image = MVMCoreUIUtility.imageNamed(name)
|
imageAttachment.image = MVMCoreUIUtility.imageNamed(name)
|
||||||
imageAttachment.bounds = CGRect(x: 0, y: 0, width: dimension, height: dimension)
|
imageAttachment.bounds = CGRect(x: 0, y: 0, width: dimension, height: dimension)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user