I'm trying to have my label theView intersect another label called tot.
if theView.frame.intersects(tot.frame.?.?)
but I want the intersection to be the left side of the tot. How can I go about doing that?
if theView.frame.intersects(tot.frame.?.?)
but I want the intersection to be the left side of the tot. How can I go about doing that?