Skip to content

Expected seperator, Expected expression in list of expressions, Missing argument for parameter 'selector' in call #16

@mertoksuz

Description

@mertoksuz
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 expression in list of expressions,
Missing argument for parameter 'selector' in call

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions