Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant