python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Missing View in Inspector Area in Xcode Version 13.3
I have Xcode version 13.3. After downloading Xcode 13, I can set the corner radius from the storyboard. This feature is given by Xcode it is not a custom function or IBinspectable. My old view with th...
iFateh
Votes: 0
Answers: 1
Animate startAngle in UIBezierPath in UIView
I have a UIView subclass, which draws an arc inside its frame. The draw method looks like this:
override func draw(_ rect: CGRect) {
let clockwise = true
let center: CGPoint = CGPoint(...
Dan Donaldson
Votes: 0
Answers: 1
Custom UIView won't take up entire screen width as should
I've been cracking my head around this for days now and can't find what the issue is -.-
I have a MainActionButton which is a custom UIView that I created. These are the constraints I defined to it:
[...
NuK
Votes: 0
Answers: 0
Can't add a UIView loaded from XIB as a subView of a ViewController view
I want to implement a popup notification into my app when data was being updated successfully or not. To do that I:
created a .xib file: Screenshot
created a class where I load that NIB:
import UI...

artexhibit
Votes: 0
Answers: 1