Skip to content

blick9/iOS-Cheat-Sheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iOS Cheat Sheet

iOS에 대한 문서를 만들고 모아봅시다.

작성방법

  1. 만들고 싶은 대주제에 대한 directory를 만든다. 예) self-check-list
  2. 문서를 넣는다. 예) nsobject-overriding.md
  3. 문서의 제목과 문서의 주소를 README.md에 적는다.
    예) [NSObject 메소드를 오버라이딩해서 구현해본 경험이 있다.](https://github.com/code-squad/iOS-Cheat-Sheet/blob/master/self-check-list/nsobject-overriding.md)

Table of Contents

Self-Check-List

Objective-C

  • NSObject 메소드를 오버라이딩해서 구현해본 경험이 있다.
  • Category와 클래스 구현 상속의 차이를 알고, Category로 확장해봤다.
  • Strong와 Weak 메모리 개념을 설명할 수 있다.
  • 프로퍼티와 instance variable 구조, getter/setter 처리 방식을 설명할 수 있다.](

Swift

앱 아키텍처

애니메이션

데이터관리

네트워크

메모리 관리

멀티쓰레드

Testing

소스 코드 관리

프로파일링

팀프로젝트와 개발 방법론

Cocoa Internals

Effective-Objective-C

useful-resource

resource description
Objective-C cheatSheet 비교적 상세한 치트시트

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published