{"id":17038150,"url":"https://github.com/ohkanghoon/swiftstudy","last_synced_at":"2025-04-12T13:52:01.474Z","repository":{"id":65541878,"uuid":"132916194","full_name":"OhKanghoon/SwiftStudy","owner":"OhKanghoon","description":"Swift 스터디 자료집","archived":false,"fork":false,"pushed_at":"2018-10-23T08:47:14.000Z","size":1034,"stargazers_count":44,"open_issues_count":0,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-26T08:37:05.375Z","etag":null,"topics":["ios","rxswift","study","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OhKanghoon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-10T15:01:11.000Z","updated_at":"2024-10-16T14:21:09.000Z","dependencies_parsed_at":"2023-01-28T10:25:10.962Z","dependency_job_id":null,"html_url":"https://github.com/OhKanghoon/SwiftStudy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OhKanghoon%2FSwiftStudy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OhKanghoon%2FSwiftStudy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OhKanghoon%2FSwiftStudy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OhKanghoon%2FSwiftStudy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OhKanghoon","download_url":"https://codeload.github.com/OhKanghoon/SwiftStudy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248575961,"owners_count":21127301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","rxswift","study","swift"],"created_at":"2024-10-14T08:56:06.328Z","updated_at":"2025-04-12T13:52:01.454Z","avatar_url":"https://github.com/OhKanghoon.png","language":"Swift","readme":"# Swift Study \u003cimg src = \"https://blog.tomasmahrik.com/wp-content/uploads/2015/06/swift.jpg\" width = 150  align = right\u003e\n\n\u003e `Swift`스터디를 시작합니다. `Swift Basic`부터 `RxSwift`까지 다뤄볼 예정입니다.\n\n\n\n## Requirements\n\n* 🔨  Xcode 9\n* Swift 4.0\n\n\n\n## Curriculum\n\n*  `Swift`, `RxSwift` 두개의 Section으로 구성할 예정입니다.\n* 매주 한명이 Chapter 하나를 준비합니다.\n\n\n\n* **Section 1: Swift**\n\n\u003e | Chapter | Subject                                  | Note | Presenter                                |\n\u003e | ------- | ---------------------------------------- | ---- | ---------------------------------------- |\n\u003e | 1       | [클로저와 고차함수](https://github.com/OhKanghoon/SwiftStudy/blob/master/Closure_High_order_function.md) |      | [OhKanghoon](https://github.com/OhKanghoon) |\n\u003e | 2       | [ARC (Automatic Reference Counting)](https://github.com/OhKanghoon/SwiftStudy/blob/master/ARC.md)   |      | [OhKanghoon](https://github.com/OhKanghoon) |\n\u003e | 3       | [POP (Protocol Oriented Programming)](https://github.com/OhKanghoon/SwiftStudy/blob/master/POP.md)  |      | [l-hyejin](https://github.com/l-hyejin)  |\n\u003e | 4       | [Access Control / Swift Code Convention](https://github.com/OhKanghoon/SwiftStudy/blob/master/Access_control_Code_convention.md) |      | [ksujin](https://github.com/ksujin)      |\n\u003e | 5       | [GCD 응용, Operation Queue](https://github.com/OhKanghoon/SwiftStudy/blob/master/Concurrency%20Programming.md)              |      | [LeeGwangYong](https://github.com/LeeGwangYong) |\n\u003e | 6       | [KVO, Notification Center](https://github.com/OhKanghoon/SwiftStudy/blob/master/Notification%2C%20KVO.md)             |      | [91haba](https://github.com/91haba)      |\n\u003e | 7       | [iPhone X 대응하기 ( ios 9 이상 )](https://github.com/OhKanghoon/SwiftStudy/blob/master/iphoneX%20%EB%8C%80%EC%9D%91.md)           |      | [shindk8659](https://github.com/shindk8659) |\n\u003e | 8       | [Alamofire, Codable, Network Layer](https://github.com/OhKanghoon/SwiftStudy/blob/master/Alamofire_Codable.md)                |      | [few28](https://github.com/few28)        |\n\u003e | 9       | [iOS Architecture (MVC, MVVM - Code base)](https://github.com/OhKanghoon/SwiftStudy/blob/master/Architecture.md) |      | [pkse1213](https://github.com/pkse1213)  |\n\n\n\n* **Section 2: RxSwift**\n\n\u003e | Chapter | Subject                                  | Note | Presenter                                |\n\u003e | ------- | ---------------------------------------- | ---- | ---------------------------------------- |\n\u003e | 1       | [RxSwift 입문](https://medium.com/@ggaa96/rxswift-1-rxswift-%EC%9E%85%EB%AC%B8-67bfdbd91969) |      | [OhKanghoon](https://github.com/OhKanghoon) |\n\u003e | 2       | [Observable, Subject, Relay](https://medium.com/@ggaa96/rxswift-2-observable-subject-relay-8fcd9b01913d) |      | [OhKanghoon](https://github.com/OhKanghoon) |\n\u003e | 3       | [Learn About Operators](https://medium.com/@ggaa96/rxswift-3-learn-about-operators-99bd1c44a5f9) |      | [OhKanghoon](https://github.com/OhKanghoon) |\n\u003e | 4       | [MVVM with RxSwift](https://medium.com/@ggaa96/rxswift-4-mvvm-with-rxswift-17a9b6d43746) |      | [OhKanghoon](https://github.com/OhKanghoon) |\n\n\n## Contributors\n\n\u003e 스터디 참여자\n\n* [OhKanghoon](https://github.com/OhKanghoon)\n* [shindk8659](https://github.com/shindk8659)\n* [pkse1213](https://github.com/pkse1213)\n* [LeeGwangYong](https://github.com/LeeGwangYong)\n* [l-hyejin](https://github.com/l-hyejin)\n* [ksujin](https://github.com/ksujin)\n* [few28](https://github.com/few28)\n* [91haba](https://github.com/91haba)\n\n\n\n## Contact\n\n- Email : ggaa96@naver.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohkanghoon%2Fswiftstudy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohkanghoon%2Fswiftstudy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohkanghoon%2Fswiftstudy/lists"}