New posts in uiview

iOS: How does one animate to new autolayout constraint (height)

Completion block for popViewController

Understand convertRect:toView:, convertRect:FromView:, convertPoint:toView: and convertPoint:fromView: methods

How to draw a custom UIView that is just a circle - iPhone app

How to control shadow spread and blur?

iPhone SDK: what is the difference between loadView and viewDidLoad?

iOS: Detect if the device is iPhone X family (frameless)

Handling an empty UITableView. Print a friendly message

Why am I having to manually set my view's frame in viewDidLoad?

How do I write a custom init for a UIView subclass in Swift?

How to crop a UIImageView to a new UIImage in 'aspect fill' mode?

Load view from an external xib file in storyboard

iOS: verify if a point is inside a rect

UIView bottom border?

Event handling for iOS - how hitTest:withEvent: and pointInside:withEvent: are related?

Given a view, how do I get its viewController?

iOS - forward all touches through a view

How to add a border just on the top side of a UIView

Load a UIView from nib in Swift

Proper practice for subclassing UIView?