Kamaros / ELDeveloperKeyboard

An iOS custom keyboard extension written in Swift designed to make it much, much easier to type code on an iOS device.
Apache License 2.0
80 stars 21 forks source link

Doesn't compile #5

Closed sidan5 closed 9 years ago

sidan5 commented 9 years ago

You should change to:

self.titleLabel?.font = UIFont(name: "HelveticaNeue", size: 18.0)
self.titleLabel?.textAlignment = .Center
self.setTitleColor(UIColor(white: 238.0/255, alpha: 1.0), forState: UIControlState.Normal)
self.titleLabel?.sizeToFit()

Add the '?'