CGRect is a structure from the ApplicationServices framework used with Apple's OSX and iOS operating systems.
Is there a way to verify if a CGPoint is inside a specific CGRect. An example would be: I'm dragging …
ios uiview collision-detection cgrect cgpointThis question was originally asked for the objective-c programming language. At the time of writing, swift didn't even exist yet. …
ios objective-c cgrect cgrectmakeHow do you add a border around a UITextView (like a UITextField)? I want to allow users to type multiple …
text uitextfield uitextview border cgrectIn a piano app, I'm assigning the coordinates of the black keys. Here is the line of code causing the …
objective-c ios floating-point variable-assignment cgrectI am trying to implement a animation for a rectangle to perform modal vertical swipe.However, when I try to …
swift cgrectI have placed a button in my view using CGRectMake(x,x,x,x), x being the location and size …
ios user-interface orientation rotation cgrectI needed to check wether the frame of my view is equal to a given CGRect. I tried doing that …
ios objective-c cocoa-touch comparison cgrect