samsung-ga / woody-iOS-tip

🐶 iOS에 대한 소소한 팁들과 개발하다 마주친 버그 해결기, 그리고 오늘 배운 것들을 모아둔 레포
19 stars 0 forks source link

image view not scrolling in situation that is parallex effect using NSLayoutConstraint #2

Open samsung-ga opened 3 years ago

samsung-ga commented 3 years ago

parallex effect를 주기 위해서 contentOffset을 이용하려고 하였지만 스크롤이 되지 않는 오류

❓이유: 효과를 주고싶은 view의 autolayout은 scrollView내의 contentVIew에서 잡으면 안되고, scrollView 외부에서 잡아야한다.

image

위와 같은 경우, backgroundView에 효과를 주고싶다면 Container가 아닌 scrollview외부의 safeareaautolayout을 잡아준다.