Skip to content

Commit ff36376

Browse files
committed
relocated image
1 parent a3cc902 commit ff36376

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

AttributedTextView.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
3549BB481DA389F300C63030 /* AttributedTextView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AttributedTextView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5555
3549BB551DA38A5E00C63030 /* Info-tvOS.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-tvOS.plist"; sourceTree = "<group>"; };
5656
7F198B63205035240009ACF3 /* NSAttributedString+Html.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+Html.swift"; sourceTree = "<group>"; };
57-
7F198B6520503D530009ACF3 /* Sample6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Sample6.png; path = "../../../../Pictures/SnapNDrag Library.snapndraglibrary/c9f57ebf2-fc/Sample6.png"; sourceTree = "<group>"; };
57+
7F198B66205047F30009ACF3 /* Sample6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Sample6.png; sourceTree = "<group>"; };
5858
7F1C64761DEC722F002A1A59 /* Attributer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Attributer.swift; sourceTree = "<group>"; };
5959
7F1C64771DEC722F002A1A59 /* String+Attributer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Attributer.swift"; sourceTree = "<group>"; };
6060
7F1C64781DEC722F002A1A59 /* AttributedTextView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AttributedTextView.swift; sourceTree = "<group>"; };
@@ -203,12 +203,12 @@
203203
7FDAE1341DEF192A00CB46B6 /* Screenshots */ = {
204204
isa = PBXGroup;
205205
children = (
206+
7F198B66205047F30009ACF3 /* Sample6.png */,
206207
7FDAE1351DEF192A00CB46B6 /* Sample1.png */,
207208
7FDAE1361DEF192A00CB46B6 /* Sample2.png */,
208209
7FDAE1371DEF192A00CB46B6 /* Sample3.png */,
209210
7FDAE1381DEF192A00CB46B6 /* Sample4.png */,
210211
7FD407AF1E0C280E00AEBF1B /* Sample5.png */,
211-
7F198B6520503D530009ACF3 /* Sample6.png */,
212212
);
213213
path = Screenshots;
214214
sourceTree = "<group>";

Screenshots/Sample6.png

11 KB
Loading

Sources/String+Attributer.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public extension String {
429429
-parameter style: The underline style
430430
-parameter pattern : The underline pattern
431431
*/
432-
open func underline(_ style: NSUnderlineStyle, _ pattern: NSUnderlineStyle) -> Attributer {
432+
public func underline(_ style: NSUnderlineStyle, _ pattern: NSUnderlineStyle) -> Attributer {
433433
return attributer.underline(style, pattern)
434434
}
435435

@@ -841,23 +841,23 @@ public extension String {
841841

842842
/* Someone want this?
843843
@available(tvOS 7.0, *)
844-
open var tabStops: [NSTextTab]!
844+
public var tabStops: [NSTextTab]!
845845

846846
@available(tvOS 7.0, *)
847-
open var defaultTabInterval: CGFloat
847+
public var defaultTabInterval: CGFloat
848848

849849
@available(tvOS 9.0, *)
850-
open var allowsDefaultTighteningForTruncation: Bool
850+
public var allowsDefaultTighteningForTruncation: Bool
851851

852852

853853
@available(tvOS 9.0, *)
854-
open func addTabStop(_ anObject: NSTextTab)
854+
public func addTabStop(_ anObject: NSTextTab)
855855

856856
@available(tvOS 9.0, *)
857-
open func removeTabStop(_ anObject: NSTextTab)
857+
public func removeTabStop(_ anObject: NSTextTab)
858858

859859

860860
@available(tvOS 9.0, *)
861-
open func setParagraphStyle(_ obj: NSParagraphStyle)
861+
public func setParagraphStyle(_ obj: NSParagraphStyle)
862862
*/
863863
}

0 commit comments

Comments
 (0)