Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thread 1: EXC_BAD_ACCESS (code=2, address=0x1064b2e58) #113

Closed
hokage4 opened this issue Apr 11, 2018 · 4 comments
Closed

Thread 1: EXC_BAD_ACCESS (code=2, address=0x1064b2e58) #113

hokage4 opened this issue Apr 11, 2018 · 4 comments

Comments

@hokage4
Copy link

hokage4 commented Apr 11, 2018

Hi,
when i run my project i get this Error
"Thread 1: EXC_BAD_ACCESS (code=2, address=0x1064b2e58)"

and my code is
`class provider: UIViewController {

@IBOutlet weak var mySearchTextField: SearchTextField!


override func viewDidLoad() {
    super.viewDidLoad()
  
 
    mySearchTextField.filterStrings(["Red", "Blue", "Yellow"])
}
`
@rajkumar0143
Copy link

I got also same error

@rajkumar0143
Copy link

Hi,
this is your question .........
@IBOutlet weak var mySearchTextField: SearchTextField!

override func viewDidLoad() {
super.viewDidLoad()

mySearchTextField.filterStrings(["Red", "Blue", "Yellow"])

}

I got the solutions
click textField then add class name = SearchTextField.swift

screen shot 2018-04-13 at 3 15 13 pm

@hokage4
Copy link
Author

hokage4 commented Apr 13, 2018 via email

@xhidnoda
Copy link

please...close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants