0

I came across this problem, and I'm not sure how to solve. I want to animate the position of my pickerView but it wont change it's position as long as i am using autolayout and I can't take autolayout off

Any advice? Thanks

EDIT1

This is what i have, the picker is behind the fray view.

enter image description here

This is what i want to accomplish. 1)move the picker to the upper limit of the blue button 2)move the grey view to the upper limit of the picker view

enter image description here

YYfim
  • 1,402
  • 1
  • 9
  • 24

1 Answers1

1

Ok, so after a bit of research and reading. The answer to my problem was solved by working with the constraints constant of my UI

If you want you can read it in this well explained post

Autolayout constraints modification

Community
  • 1
  • 1
YYfim
  • 1,402
  • 1
  • 9
  • 24