Reputation: 4085
Ok, first off I'm sorry if this has been asked before. I couldn't find questions that exist my problem (but I'm sure they're here).
I want the user to be able to take a picture/choose a picture and then apply it in a frame but be able to move and scale it within the frame before choosing the final product.
I want to know how apps like PicFrame do this. Does anyone know?
Upvotes: 0
Views: 553
Reputation: 135548
Use one image view for the picture and add another one on top for the frame. Then use gesture recognizers to change the position and scale of the picture view in response to user interaction.
Upvotes: 2