Skip to content

Lession 2 - Introduction component of a project & important UIView#2

Open
daolq3012 wants to merge 1 commit intomasterfrom
2.important_uiviews
Open

Lession 2 - Introduction component of a project & important UIView#2
daolq3012 wants to merge 1 commit intomasterfrom
2.important_uiviews

Conversation

@daolq3012
Copy link
Owner

@daolq3012 daolq3012 commented Feb 23, 2018

1. Xcode Interface/ Simulator

  • ToolBar, Navigation area, Editor area, Utility area
  • Run simulator

2. Main component of a IOS Project

  • Find out all methods and function of each:
    • AppDelegate.swift
    • ViewController.swift
  • Storyboard
  • View Controller Scene
  • Info.plist

3. Simple UI Important (Often used)

  • UILabel
  • UITextField (notes: leftView, rightView,...)
  • UITextView
  • UIImage (Display image from local and internet(notes: try with both: http & https))
  • UISwitch (Attributes: tinColor, onTintColor, thumbTintColor,...)
  • UISegmentedControl (Attributes: apportionsSegmentWidthsByContent, isMomentary, numberOfSegments, tintColor)
  • All UIView link

4. Outlet - Action (Handle Event)
5. Exercise

  • Apply the knowledge above create calculator app

screen shot 2018-02-23 at 11 31 31 am

@daolq3012 daolq3012 force-pushed the 2.important_uiviews branch 3 times, most recently from b26e51f to 06f32a1 Compare February 23, 2018 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant