Mert Öksüz

Results 2 issues of Mert Öksüz

Hello, I'am using pointcut via an custom annotation. But if i use different annotations like Swagger, pointcut breaks swagger's annotations. How i can solve that problem ? Thanks.

``` private func setupAutoSliderIfNeeded() { if options.autoSlideIntervalInSeconds > 0 { NSTimer.scheduledTimerWithTimeInterval(options.autoSlideIntervalInSeconds, target: self, selector: #selector(TNImageSliderViewController.timerDidFire(_:)), userInfo: nil, repeats: true) } } ``` this function has some errors, Expected seperator, Expected...