jderbs

Results 3 issues of jderbs

Have this protocol implemented in a file, and it's worked for months. All of a sudden I started getting this error. Not sure why. Here's the file: ``` import UIKit...

Is there a way to specify the hieght of the PullToDismiss view, without having it take up the entire screen? I tried this: ``` let vc = LikesTableController() vc.preferredContentSize =...

How would one implement the message label on the main alert to be attributed text? I tried changing the default init to be of ‘NSAttributedString’, but I didn’t know how...

enhancement