Pregunta

I am wondering how to check if a view's center is in the frame of another UIView? Example: if I have a circle which can be dragged by your finger and it's center point gets dragged to a square's frame some code gets executed? Thanks in advance, Best regards!

¿Fue útil?

Solución

You should have a look at Apple's CGGeometry Reference. In particular, you could use CGRectContainsPoint.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top