Swift-Grammar-Laboratory
헷갈리는 스위프트 문법, 확실히 정리해두자!
파트 | 주제 내용 |
---|---|
Part 1 | 열거형(enum) |
Part 2 | 프로퍼티와 메서드(Property and Method) |
Part 3 | 클로저(Property and Method) |
옵셔널 체이닝과 빠른 종료(Optional Chaining and Early Exit) | |
맵, 필터, 리듀스(Map, Filter, Reduce) |
헷갈리는 스위프트 문법, 확실히 정리해두자!
파트 | 주제 내용 |
---|---|
Part 1 | 열거형(enum) |
Part 2 | 프로퍼티와 메서드(Property and Method) |
Part 3 | 클로저(Property and Method) |
옵셔널 체이닝과 빠른 종료(Optional Chaining and Early Exit) | |
맵, 필터, 리듀스(Map, Filter, Reduce) |
CoreXLSX Excel spreadsheet (XLSX) format parser written in pure Swift CoreXLSX is a library focused on representing the low-level structure of the XML
LeetCode by Swift LeetCode Online Judge is a website containing many algorithm questions. Most of them are real interview questions of Google, Faceboo
Use of value types is recommended and we define standard values, simple structured data, application state and etc. as struct or enum. Pencil makes us store these values more easily.
YapDatabase is a collection/key/value store and so much more. It's built atop sqlite, for Swift & Objective-C developers, targeting macOS, iOS, tvOS &
What is SugarRecord? SugarRecord is a persistence wrapper designed to make working with persistence solutions like CoreData in a much easier way. Than
Unrealm enables you to easily store Swift native Classes, Structs and Enums into Realm . Stop inheriting from Object! Go for Protocol-Oriented program
Prephirences - Preϕrences Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, co
Storez 💾 Safe, statically-typed, store-agnostic key-value storage Highlights Fully Customizable: Customize the persistence store, the KeyType class,
SwiftyUserDefaults Modern Swift API for NSUserDefaults SwiftyUserDefaults makes user defaults enjoyable to use by combining expressive Swifty API with
SQLite.swift provides compile-time confidence in SQL statement syntax and intent.
?? Easy to use SQLite ORM library written with Swift
ObjectBox Swift ObjectBox is a superfast, light-weight object persistence framework. This Swift API seamlessly persists objects on-device for iOS and
SwiftObjCSwiftTest Shows the issue with swift using an ObjC class which has a property from a swift package. The Swift class (created as @objc derived
?? iPhone Calculator A simple iOS application made in Xcode using Swift. This ap
Save the Dot Apple introduced UIViewPropertyAnimator for iOS 10. We can use this
The Swift Package Index helps you make better decisions about the dependencies you use in your apps. The Swift Package Index is a search engine for pa
This package is deprecated in favour of the official Mongo Swift Driver. We advise users to switch to that pack
An assistant to manage the interactions between view and model ModelAssistant is a mediator between the view and model. This framework is tailored to
CRUD is an object-relational mapping (ORM) system for Swift 4+. CRUD takes Swift 4 Codable types and maps them to SQL database tables. CRUD can create tables based on Codable types and perform inserts and updates of objects in those tables. CRUD can also perform selects and joins of tables, all in a type-safe manner.