Xcode Essentials: Swift-Driven Components for iOS Development

About Course

In this course, we’ll explore the programming of fundamental controls for iOS applications through practical, hands-on examples. Whether you’re a beginner iOS developer or an experienced programmer looking to expand your expertise in iOS development, this course provides valuable insights and techniques to enhance your skill set.

What Will You Learn?

  • Program basic controls for iOS applications. Deepen your understanding of iOS programming principles.

Course Content

Xcode – controls
content

  • Hello Xcode
  • Xcode 11 – what’s new
  • UIButton – buttons, appearance settings, click handling
  • UILabel – text labels
  • UIImage – pictures
  • Retina pictures
  • UITextField – field for entering one-line text information (part 1)
  • UITextField – field for entering one-line text information (part 2)
  • UITextView – field for entering multi-line text information
  • UISlider – slider to set value
  • UISegmentedControl – value switch
  • UIProgressView, UIActivityIndicator – show progress