Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #182 from AreaLayer/22388o-patch-126
Browse files Browse the repository at this point in the history
Update main.storyboard.swift
  • Loading branch information
22388o authored Oct 18, 2023
2 parents 3ff23e4 + 6806bff commit 31b3f0f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ios/ui/main.storyboard.swift
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
import UIKit

class MainViewController: UIViewController {
@IBOutlet weak var titleLabel: UILabel!
@IBOutlet weak var button: UIButton!

override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}

@IBAction func buttonTapped(_ sender: UIButton) {
titleLabel.text = "Button Tapped!"
}
}

0 comments on commit 31b3f0f

Please sign in to comment.