/hws-seven-swifty-words

Hacking With Swift - Seven Swifty Words project

Primary LanguageSwift

Hacking With Swift - Seven Swifty Words project

This project features:

  • Entire layout with anchor constraints through NSLayoutConstraint core class
  • Helper method setContentHuggingPriority(UILayoutPriority, for) to allow elements to stretch
  • View frame with CGRect
  • String methods: components(separatedBy), replacingOccurrences(of, with), trimmingCharacters(in)
  • Array iteration method enumerated() that outputs (index, value) and joined(separator) that outputs a String joined by a separator