Skip to content

How to use this? #26

@yoonjason

Description

@yoonjason

`import UIKit
import ASHorizontalScrollView

class ViewController: UIViewController {

@IBOutlet weak var scrollView: ASHorizontalScrollView!
override func viewDidLoad() {
    super.viewDidLoad()
    // Do any additional setup after loading the view, typically from a nib.
    
    scrollView.removeAllItems()
   //Thread 1:EXC_BAD_ACCESS (code = 2, address = 0x11199a9e8)

   scrollView.uniformItemSize = CGSize(width: 80, height: 50)
  //Thread 1:EXC_BAD_ACCESS (code = 2, address = 0x11199a9e8)
}

}
`

Thread 1:EXC_BAD_ACCESS (code = 2, address = 0x11199a9e8)

what is first settings?

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