hackiftekhar/IQKeyboardManager

View on GitHub
Demo/Swift_Demo/ViewController/NonScrollTextView1979ViewController.swift

Summary

Maintainability
A
1 hr
Test Coverage

Function setupForView has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private func setupForView(in scrollView: UIScrollView) {
        let eachHeight: CGFloat = 600
        let gap: CGFloat = 10
        let stackView = UIView()
        scrollView.addSubview(stackView)

    There are no issues that match your filters.

    Category
    Status