Program 1: Write a Program to Print Student Details using Classes & Objects
Step 1: Open Xcode Tool, Click on Create a new project Step 2: Choose a template for your new Project: Select iOS
Under Application Select SingleView App click on Next Step 3: Choose options for your new project
Product Name: iOSLabex1 Organisation Name: Jain Organisation Identifier: JGI Language: Swift
Check Option Include Unit Tests
Check Option UI Tests
Click on Next
Step 4: select the path where to save your project and Click on Create Button
Step 5: Go to Main.Storyboard Drag and Drop objects from Object’s Library (5 TextField’s & 1 Button) design User
Interface, Select the Object and use Attribute, Size & Connection Inspector’s.
19BTRCE014 – Akshaya
Step 6: In ViewController.swift (Implement code as below)
import UIKit
class ViewController: UIViewController {
@IBOutlet var t1:UITextField! @IBOutlet var t2:UITextField! @IBOutlet var t3:UITextField! @IBOutlet var t4:UITextField! @IBOutlet var t5:UITextField! @IBOutlet var b1:UIButton! override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view. }
@IBAction func b1Onclick(){ print ("Student Details are
:\(t1.text!)\n\(t2.text!)\n\(t3.text!)\n\(t4.text!)\n\(t5.text!)") }}
Step 7: Give the Connections for Objects & Methods In the Keyboard Press Command-S to save the Project & Command - R to run the Program, the output is
Are you looking for the best website builder? Whether you are an entrepreneur, an entrepreneur-in-training, or a small business owner, you probably have a long list of tasks to complete before you can launch your business or website. This includes creating your website, determining its functionality, and choosing the right web hosting company. If you need help with your website projects, you need a website builder. Website builders are software tools that allow you to create your own website with minimal or no code. You simply tell the website builder what you want your website to look like and it produces your website. The majority of website builders are free and take minutes to learn. You can even use them if you’re a complete novice and just need a way to get your ideas down on paper before you start designing your website from scratch. In this article, we’ll discuss why you should use a website builder and how it can benefit your business. We’ll also share a list of our favorit...
Comments
Post a Comment