Dawid Cedrych

Results 4 comments of Dawid Cedrych

Solution: ``` let buttonCallback:MGSwipeButtonCallback = { (sender: MGSwipeTableCell!) -> Bool in self.pageTextField.isHidden = false self.pageTextField.respectiveCellNumber = (indexPath as NSIndexPath).row self.pageTextField.becomeFirstResponder() self.customControl.isHidden = true self.view.bringSubview(toFront: self.pageTypeView) return true } as! MGSwipeButtonCallback...

Oh, I get this same error! I have to reopen the issue

this works for me: ``` let buttonCallback:MGSwipeButtonCallback = {_ in self.pageTextField.isHidden = false self.pageTextField.respectiveCellNumber = (indexPath as NSIndexPath).row self.pageTextField.becomeFirstResponder() self.customControl.isHidden = true self.view.bringSubview(toFront: self.pageTypeView) return true } ```

I think some kind of distinction between saved and downloaded is required anyway. Downloaded episodes might have a respective badge on the episode list item. **Scenarios that should be clarified...