I have a UIScrollView with a big contentSize of around 5000*5000. I have the coordinates and the frame of a subview. I want to check whether a subview exists at that exact position in UIScrollView.
If no. I will add a new subView and if Yes I will not add. Can anyone help?