UIView is a class in the UIKit framework of iOS defines a rectangular area on the screen and the interfaces for managing the content in that area.
I'm creating a reusable framework for displaying notifications in an iOS application. I'd like the notification views to be added …
objective-c uiview ios uiwindowI am aware this question has been asked before but the answers are contradicting and I am confused, so please …
iphone ios objective-c uiview xibI am a beginner at Obj-C/Cocoa Touch/iPhone OS. I wish to have a background for my app with …
iphone objective-c uiview uiimageviewIs 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 cgpointIf a add a border of a view using code in a view like self.layer.borderColor = [UIColor yellowColor].CGColor; …
ios uiview borderI have to create a custom UIView that will have round corners, a border, a shadow and its drawRect() method …
ios objective-c uiview swift drawrectI have a UIView which is placed on the screen via several constraints. Some of the constraints are owned by …
ios objective-c uiview constraints autolayoutI am wondering how my iPhone app can take a screen shot of a specific UIView as a UIImage. I …
ios objective-c uiview screenshotCan anyone tell me how I can mimic the bottom sheet in the new Maps app in iOS 10? In Android, …
ios swift uiview uiscrollview mapkitI am currently making an app that will have multiple timers, which are basically all the same. I want to …
ios xcode class uiview uiviewcontroller