Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mattneub committed Jul 26, 2018
1 parent 4fc034e commit 4c9ff78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -50,7 +50,7 @@ class ViewController : UIViewController {

do {

var whichh : Int { return 0 }
var whichh : Int { return 1 }

switch whichh {
case 0:
Expand Down
2 changes: 1 addition & 1 deletion bk2ch10p507tabStops/TextTabTest/ViewController.swift
Expand Up @@ -110,7 +110,7 @@ class ViewController : UIViewController {
self.tv.linkTextAttributes = [NSAttributedString.Key.foregroundColor : UIColor.orange]
self.tv.linkTextAttributes = [:]

// print(NSAttachmentCharacter)
// print(NSTextAttachment.character)
// print(0xFFFC)

self.tv.isSelectable = true
Expand Down

0 comments on commit 4c9ff78

Please sign in to comment.