Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 3.86 KB

README.md

File metadata and controls

41 lines (34 loc) · 3.86 KB
Swift

About Swift Apple

Swift is a high-level general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. and the open-source community. First released in 2014, Swift was developed as a replacement for Apple's earlier programming language Objective-C, as Objective-C had been largely unchanged since the early 1980s and lacked modern language features. Swift works with Apple's Cocoa and Cocoa Touch frameworks, and a key aspect of Swift's design was the ability to interoperate with the huge body of existing Objective-C code developed for Apple products over the previous decades. It was built with the open source LLVM compiler framework and has been included in Xcode since version 6, released in 2014. On Apple platforms, it uses the Objective-C runtime library, which allows C, Objective-C, C++ and Swift code to run within one program.

About repository

This repository contains what I learned about Swift in general from documentation and online courses. You can access all subtopics from the table below.

Topics

AppLifecycle ArtBook Autolayout&StackView
Calculator CardDeckApp CatchThePokeball
CollectionViewCustomCell CollectionViewHeaderFooter CollectionViewInTableViewCell
CollectionViewInstagramStories CollectionViewLearning CollectionViewSupplementaryViews
CryptoCrazyApp-MVVM DarkMode DataStorage
DependencyInjection ExpandableTableViewCells FaceRecognition
FirebaseFirestoreDatabase FirebaseLoginScreen FirebasePhotoUploadDownload
FirebaseRealtimeDatabase FirstApp FlashlightBasic
GameGallery Generics GestureRecognizer
HTTP-URLSession-JSON HotelCalifornia InstaCloneFirebase
InterfaceBuilder Layout MapJournal
MicrophoneUsage MusicAnimation OOP
ObjectsWithCode PracticalAnimations RegularShowApp
RetainCycle&ARC RetainCycle&ARC-II Segue&NavigationController
Segues SnapchatCloneFirebase SpacePictureOfTheDay-API
Swift Basics SwiftDetailedSyntax SystemViewControllers
TabBarController Timer UIAlertController
UICollectionView UINavigationControllerProgrammatically UITabBarControllerProgrammatically
UITableView UITableView-Advanced ViewControllerLifecycle
iOSConcurrency