One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
import UIKit | |
public class MyAutoLayoutTableViewCell: UITableViewCell { | |
var myRedLabel: UILabel | |
var myGreenLabel: UILabel | |
var myBlueLabel: UILabel | |
override public init(style: UITableViewCellStyle, reuseIdentifier: String?) { | |
myRedLabel = UILabel(frame: CGRect.zero) |
~/Programming > brew install -v gccxml | |
==> Checking out cvs://:pserver:[email protected]:/cvsroot/GCC_XML:gccxml | |
Updating /Users/johnb/Library/Caches/Homebrew/gccxml--cvs | |
/usr/bin/cvs up | |
cvs update: Updating . | |
cvs update: Updating GCC | |
cvs update: Updating GCC/config | |
cvs update: Updating GCC/config_cmake | |
cvs update: Updating GCC/config_cmake/gcc_asm_tests | |
cvs update: Updating GCC/gcc |