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 want to convert a UIView to an image and save it in my app. Can someone please tell me …
ios swift uiview screenshotI have a view with multiple subviews. When a user taps a subview, the subview expands in size to cover …
iphone ios cocoa-touch uiview user-interactionis it possible to determine whether my UIView is visible to the user or not? My View is added as …
iphone uiview uitabbarcontroller visibility nstimerHow can I center the UILabel on the UIView? I am using the following code float width = weatherView.bounds.size.…
ios uiview uilabelWhile most apple documents are very well written, I think 'Event Handling Guide for iOS' is an exception. It's hard …
ios uiview uikitI've never worked with autolayout constraints before. I have a small new app I'm working on and noticed that the …
ios uiview autolayout nslayoutconstraintI have a UIView which has about 8 different CALayer sublayers added to its layer. If I modify the view's bounds (…
iphone ios objective-c uiview calayerI would like a UITextView to fill its superView, which is a plain UIView inside a UIViewController instance. It seems …
xcode ios uiview autoresize autoresizingmaskI have main UIView where I display different data. Then I put a button, which displays subview like this: - (…
iphone animation uiviewI'm currently looking at a UILabel with the property addMessageLabel.layer.cornerRadius = 5.0f; On a device with iOS 7.0 installed, it …
ios uiview ios7 uilabel cornerradius