Skip to content

Commit

Permalink
Fix default string.
Browse files Browse the repository at this point in the history
  • Loading branch information
xoudini committed Nov 27, 2017
1 parent 0473df7 commit 2d6a132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/EmojicaExample/Files/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ extension ViewController {
NotificationCenter.default.addObserver(self, selector: #selector(self.keyboardWillChangeFrame(_:)), name: .UIKeyboardWillChangeFrame, object: nil)
self.set(imageSet: images)
textView.delegate = self
textView.text = "\u{1f609}\u{1f1f3}\u{1f1f3}\u{1f1f4}\u{1f1f2} \u{23}\u{fe0f}\u{20e3} \u{2640}\u{fe0e} é \u{32}\u{fe0f}"//"Write here \u{1f609}"
textView.text = "Write here \u{1f609}"
textView.font = font
emojica.font = font
emojica.revertible = true
Expand Down

0 comments on commit 2d6a132

Please sign in to comment.