Skip to content

iMarwan-k/Clima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clima

In this project, I learned the following:

- Change the background and the color set based on dark or light mode
- Working with TextField and setup the keyboard
- Working with Delegate and Protocol = Interface in Java
    * Struct and class can adapted a protocol but class is the only one can inherited from other and the super class has to come first then the adopted protocol
- Make a API request and handle the response data as JSON 
- Closure
- Extensions to classes, protocols, or data type is to extend the functionality to do something extra. For protocol, it gives a default functionality to protocol methods
- Create code snippet
- Get the phone location data using CoreLocation

Credit

I learned this project from "iOS 13 & Swift 5 - The Complete iOS App Development Bootcamp" course on Udemy that I purchased

https://www.udemy.com/course/ios-13-app-development-bootcamp/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages