# bounds

13개의 포스트
post-thumbnail

Frame vs Bounds

Frame와 Bounds의 차이점 !!

2023년 4월 11일
·
0개의 댓글
·
post-thumbnail

Frame vs Bounds 1탄

frame과 bounds의 차이점에 대해 헷갈릴 수도 있으며 면접질문으로 자주 나오기에 한번 정리를 해보겠다먼저 각각 공식문서를 통해 파악해보자Frame의 정의는 아래와 같다The frame rectangle, which describes the view’s locat

2022년 7월 27일
·
0개의 댓글
·
post-thumbnail

Frame, Bounds 알아보기 + CGRect, CGPoint, CGSize...

// Swiftvar str = "123"var one = str0print(one) // Error : 'subscript' is unavailable: cannot subscript String with an Int, see the documentation comm

2022년 6월 27일
·
0개의 댓글
·

Frame과 Bounds의 차이

Frame과 Bounds는 UIView의 인스턴스 프로퍼티 이다. 사진과 같이 Frame, Bounds 모두 CGRect 타입이다. '사각형' 으로 그려진다. Frame의 특징 SuperView(상위뷰)를 기준으로 위치와 크기를 나타낸다. 사진과 같이 View를 3

2022년 5월 22일
·
0개의 댓글
·
post-thumbnail

Frame & Bounds

맨날 헷갈리는 이것. 오늘은 뽑아버리겠다.

2022년 5월 20일
·
0개의 댓글
·
post-thumbnail

Frame vs Bounds (feat. origin, size)

안녕하세요!오늘은 Frame과 Bounds의 차이을 알아보도록 하겠습니다.먼저 Frame에 대해서 알아보도록하겠습니다.Frame에서 중요한 것은 SuperView 입니다.SuperView를 기준으로 정해지기 때문입니다!FirstView의 frame의 origin을 알아

2022년 4월 8일
·
0개의 댓글
·
post-thumbnail

ViewController

IOS App에서 가장 많이 보는 ViewController에 대해서 알아보자.

2022년 2월 13일
·
0개의 댓글
·
post-thumbnail

Aug 27, 2021, TIL (Today I Learned) - ScrollView and bounds

참고:stackoverflow - What does contentOffset to in a UIScrollView

2021년 8월 27일
·
0개의 댓글
·
post-thumbnail

Aug 25, 2021, TIL (Today I Learned) - 이미지 전환과 UIPageControl 그리고 데이터 전달

1layout: posttitle: "Aug 25, 2021, TIL (Today I Learned) - 이미지 전환과 UIPageControl"summary: "ImageTransition - UIPageControl"author: inwoodevdate: '202

2021년 8월 26일
·
0개의 댓글
·
post-thumbnail

June 17, 2021, TIL (Today I Learned) - Frame, Bounds

frame과 bound는 가족사진 액자라고 이해하면 쉽습니다. frame위치를 조정하면 액자 안에 있는 사진의 위치 또한 같이 바뀝니다. 반면에 bound는 사진을 제외한 엑자라고 보시면 됩니다. bound 위치를 바꾸면 사진은 움직이지 않습니다. 다만 액자만 움직이

2021년 8월 26일
·
0개의 댓글
·
post-thumbnail

[iOS] Frame & Bounds

첫 iOS 포스팅이다다음주 퇴사를 앞두고 있는데 5개월동안 iOS 개발을 나름대로 해보면서 새롭게 알게된 내용들을 틈틈히 굿노트에 적어두었고, 그 내용들을 하나씩 정리해보려 한다.UIView의 animation 과 draw 등을 개발하면서 frame 과 bounds 개

2021년 7월 20일
·
0개의 댓글
·
post-thumbnail

Frame과 Bounds 이해하기

가볍게 공부하려다가 이틀동안 호기심천국으로 쳐맞기

2021년 5월 6일
·
0개의 댓글
·

[swift]bounds와 frame 움짤로 간단히 확인해보기

[swift]bounds와 frame의 차이

2021년 2월 24일
·
0개의 댓글
·