How can I make something like this : https://media.giphy.com/media/l0HlNCX30sTfsldAs/giphy.gif
I know there were some open source libs for this but couldn't find it anymore.
How can I make something like this : https://media.giphy.com/media/l0HlNCX30sTfsldAs/giphy.gif
I know there were some open source libs for this but couldn't find it anymore.
I found a great answer to this question here , you can find the swift code here.
To summarize, You need a separator view in-between the resizable view which will make the view resize by dragging. The separator view should be slightly liger wider in size so it can catch drags from the border of the resizable views.
You need to modify the code to suite your use case but after that it worked flawlessly for me.