You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using your code and ran into the following issues. Any help is much appreciated.
I want to create the view programmatically. Instead of creating the view in outlet.
Is there any way I can start the view at the final position.
I am pretty much trying to create your todo, where I navigate to a different scene, I want the view in the final position and when they tap back I want it at the start position.
can you please provide some guidance on to go about this.
Thanks for your code.
The text was updated successfully, but these errors were encountered:
Everything else should be the same, just using your programmatic view. Note, I did have to add the gesture set up in the init with frame method to make this work. That said, it doesn't look perfect in transition, I'll open an issue.
2: No, there is way currently to swap out the starting and final positions. Feel free to look into it and pull request if you end up creating a way to do that.
Hi, I am using your code and ran into the following issues. Any help is much appreciated.
I am pretty much trying to create your todo, where I navigate to a different scene, I want the view in the final position and when they tap back I want it at the start position.
can you please provide some guidance on to go about this.
Thanks for your code.
The text was updated successfully, but these errors were encountered: