Andrey Isaev

Results 3 issues of Andrey Isaev

Xcode 9 / Swift 4 on self.addObserver(newSuperview) of ESRefreshComponent ``` open override func willMove(toSuperview newSuperview: UIView?) { super.willMove(toSuperview: newSuperview) /// Remove observer from superview immediately self.removeObserver() DispatchQueue.main.async { [unowned self,...

need ``` UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:@"OK" style:UIAlertActionStyleCancel handler:nil]; [controller addAction:cancelAction]; ```

Chart is not fulfilled if reload data called with animation before previous call of reload data was finished (doughnutChart:valueForSliceAtIndexPath:indexPath: return values have changed between calls). ``` swift func numberOfSlicesInDoughnutChart(doughnutChart: XYDoughnutChart)...