Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit a1236a9

Browse files
committed
Update Swift example
1 parent a14267e commit a1236a9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

examples/Swift/Sample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
050E7C6619D22E19004363C2 /* Project object */ = {
130130
isa = PBXProject;
131131
attributes = {
132+
LastSwiftUpdateCheck = 0700;
132133
LastUpgradeCheck = 0600;
133134
ORGANIZATIONNAME = Facebook;
134135
TargetAttributes = {

examples/Swift/Sample/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ViewController: UIViewController, ASTableViewDataSource, ASTableViewDelega
2727
self.tableView.asyncDelegate = self
2828
}
2929

30-
required init(coder aDecoder: NSCoder) {
30+
required init?(coder aDecoder: NSCoder) {
3131
fatalError("storyboards are incompatible with truth and beauty")
3232
}
3333

0 commit comments

Comments
 (0)