Example:
- Code: Select all
label = add_view UILabel.alloc.initWithFrame(CGRectZero), {
text: "Working...",
font: UIFont.systemFontOfSize(18),
textColor: UIColor.blackColor
}
label
Selecting "label" and hitting Command+D shouldn't select "Label" in UILabel.
Thanks,
Jamon