Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
taewan0530 authored and taewan0530 committed Sep 26, 2016
1 parent d836a27 commit 75a6e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/attributedString/String+AttributedString.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public let TWKitUIImageAttributeName: String = "TWKitUIImageAttributeName"
public let TWKitUIImageOffsetYAttributeName: String = "TWKitUIImageOffsetYAttributeName"

public extension String {
public func toAttributedString(attrs: TWKitAttributesWithKey) -> NSAttributedString {
public func toAttributedString(_ attrs: TWKitAttributesWithKey) -> NSAttributedString {
let searchAttr = NSMutableAttributedString(string: self)
var replacesOffset = 0
for (key, value) in attrs {
Expand Down

0 comments on commit 75a6e7e

Please sign in to comment.