safarsafarov / Clima-iOS13

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • ๐Ÿง›โ€โ™‚๏ธ How to create a dark0mode enabled app and use vector assets.
  • ๐Ÿ“ Learn to use the UITextField to get user input.
  • ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ Learn about Swift Protocols and the Delegate Design Pattern.
  • ๐Ÿ— Swift guard keyword.
  • ๐Ÿงฎ Swift computed properties.
  • ๐Ÿคพ๐Ÿปโ€โ™‚๏ธ Swift closures and completion handlers.
  • ๐Ÿ‘‹ Learn to work with APIs by making HTTP requests with URLSession,
  • ๐Ÿงฌ Parse Json with native JSONDecoder.
  • ๐Ÿ’ป Learn to use computed properties, closures and extensions.
  • ๐Ÿ™‡๐Ÿปโ€โ™‚๏ธ Learn to use Grand Central Dispatch to fetch the main thread.
  • ๐Ÿ—บ Learn to use Core Location to get the GPS data..

Condition Codes

switch conditionID {
        case 200...232:
            return "cloud.bolt"
        case 300...321:
            return "cloud.drizzle"
        case 500...531:
            return "cloud.rain"
        case 600...622:
            return "cloud.snow"
        case 701...781:
            return "cloud.fog"
        case 800:
            return "sun.max"
        case 801...804:
            return "cloud.bolt"
        default:
            return "cloud"
        }

About


Languages

Language:Swift 100.0%