Tom Bachant
Tom Bachant
**To reproduce** 1. Create new project in Swift 4 with Cocoapods 2. Add DMSwipeCards to Podfile and `pod install` 3. Compile project There is a compiler error at: https://github.com/D-32/DMSwipeCards/blob/dab78b74e5f844542305c9b55b8ee583eec65b94/DMSwipeCards/Classes/DMSwipeCard.swift#L39 `Argument...
**To replicate** ```Swift let photo = AXPhoto(attributedTitle: NSAttributedString(string: "Sent by \(comment.name)"), attributedDescription: nil, attributedCredit: nil, url: URL(string: comment.attachmentURL!)) let transitionInfo = AXTransitionInfo(interactiveDismissalEnabled: true, startingView: cell.imageAttachmentView) { [] (photo, index) ->...