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

Commit e68ad53

Browse files
authored
Merge pull request #93 from magi82/patch-1
Update ViewController.swift
2 parents 1a1885b + 62eb1bf commit e68ad53

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)