IronGeek

Results 4 comments of IronGeek

I ran into many crashes evaluating the code. I fixed several and did some code clean up. I'd recommend removing some of the files that are being tracked. I've added...

That's great! Can you give a timeframe for when the next release will be posted?

Create your own class that inherits from NYPhoto like this: class MyPhoto: NSObject, NYTPhoto { var image: UIImage? var imageData: Data? var placeholderImage: UIImage? var attributedCaptionTitle: NSAttributedString? var attributedCaptionSummary: NSAttributedString?...