Just init with a frame or add a UIView to your nib and set its class to RadioView. (Give it a 1:1 aspect ratio if you want it to look normal.)
let radio = RadioView(frame: CGRectMake(0, 0, 30, 30))
radio.color = UIColor.redColor()
radio.selected = true