Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 62eb1bf

Browse files
authored
Update ViewController.swift
The super method was called twice. You need to delete one.
1 parent 5c452c5 commit 62eb1bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorials/mpp-iOS-Android/native/KotlinIOS/KotlinIOS/ViewController.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ class ViewController: UIViewController {
1818
override func viewDidLoad() {
1919
super.viewDidLoad()
2020

21-
super.viewDidLoad()
22-
2321
let label = UILabel(frame: CGRect(x: 0, y: 0, width: 300, height: 21))
2422
label.center = CGPoint(x: 160, y: 285)
2523
label.textAlignment = .center

0 commit comments

Comments
 (0)