Skip to content

25thSoptiOS/AhnJaeEun

Repository files navigation

AhnJaeEun

SOPT 25th seminar practice projects (19.09.28 ~ )

  1. 1st seminar

    • Practice 1) Make a view with label and using inspector pane

    • Practice 2 & 3) Present view using button action & Change label text when button clicked

      @IBOutlet weak var helloLabel: UILabel!
      ...
      @IBAction func helloBtn(_ sender: Any) {
      
            helloLabel.text = "SOPT!"
      
      }

      : using code like this

    • Practice 4) Autolayout with uiviews

      스크린샷 2019-09-29 오전 1 12 43

    1-1. 1st Assignment

    • Making a view like Instragram
      • like button action
      • like count

About

안재은

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages