Category: Swift
Swift safeAreaLayoutGuide
SafeAreaLayoutGuideAutoLayout을 사용할때 화면에서 벗어나지 않도록 잡아주는 역할을 하는 property가 필요할 때 사용을 한다. view에서 값을 보여줄때 bar나 다른 Content가 View를 벗어나지 않도록 만들때 safeAreaLayoutGuide를 사용한다. 아래는 safeAreaLayoutGuide의 정의이다.
Swift Type Casting
Type Casting is, as 명령어 Instance Type 확인 Class의 Instance를 Parent OR Child의 Type으로 사용할 수 있는지 확인 Up Casting, Down Casting Furniture라는 Parent Class와 Furniture를 상속받는 Child Class인 Bed, Chair Class를