This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
import PlaygroundSupport | |
final class ViewController: UITableViewController { | |
override func viewDidLoad() { | |
super.viewDidLoad() | |
tableView.register(TableViewCell.self, forCellReuseIdentifier: "\(TableViewCell.self)") | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
import PlaygroundSupport | |
class ViewController: UIViewController { | |
var notesTextView: UITextView! | |
override func viewDidLoad() { | |
super.viewDidLoad() | |
notesTextView = UITextView(frame: CGRect(x: 0, y: 0, width: 100, height: 100)) | |
view.addSubview(notesTextView) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd / | |
$ ls | |
dir cmwrq | |
dir ftrccld | |
dir jjlbmtw | |
dir jpncfpb | |
dir mddr | |
dir mthvntdd | |
55644 pjts.dzh | |
dir ptzsl |
OlderNewer