Skip to content

Monfi98/iOS-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Study

본 레포지토리는 Swift강의를 들으며, 혹은 인터넷을 찾아보면서 기록한 공간입니다!
오타를 발견하거나 틀린내용이 있다면 메일([email protected]) 주시면 반영토록 하겠습니다.
마지막 업데이트 일자: 2024.03.12

Common(Link)

  • 프레임워크 vs 라이브러리
  • 객체 지향 프로그램
  • 코데힙스
  • 동시성 프로그래밍의 문제점

iOS(Link)

  • 단축키
  • import Foundation?
  • 상속관계에서 생성자 위임 규칙
  • 프로토콜 지향 프로그래밍
  • Method Dispatch
  • ARC: Automatic Reference Counting
  • 강한 참조 사이클
  • 생명주기(Life Cycle)

Swift Fun

  1. 연산자(Operator)

  2. 반복문, 스위치문, guard문(loop, switch, guard)

  3. 튜플(Tuple)

  4. 함수(Function)

  5. 옵셔널(Optional)

  6. 컬렉션(Collection)

  7. 열거형(Enumeration)

  8. 클래스와 구조체(Class and Struct)

  9. 클래스의 상속과 초기화(Inheritance and Initialization)

  10. 접근제어(Access Control 1)

  11. 타입 캐스팅과 확장(Type Casting and Extension)

  12. 프로토콜(Protocol)

  13. 중첩 타입(Nested Types)

  14. 클로저(Closure)

  15. 고차함수(Higer-order Function)

  16. 에러 처리(Error Handling)

  17. Defer문(Defer)

  18. 제네릭(Generics)

  19. Result 타입(Result Type)

  20. 접근 제어2(Access Control 2)

  21. 문자열과 문자(Strings and Characters)

  22. 고급 연산자(Advanced Operator)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published