-
Notifications
You must be signed in to change notification settings - Fork 66
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
XCode 8/Swift 3 Problems #42
Comments
Hi @cnpetrich , Thanks for reporting this issue. I am currently working for the updates for XCode 8. I will investigate this issue and if confirmed, will provide the fix. |
Hi @mnbayan , I am trying to get the tableview in Xcode 8 for Autocomplete textfield but it does not shows me when I set the storyboard for 6s or SE its not showing me subview which is tableview, however if is undone the changes and don't keep the storyboard specific it works. Have you got the solution over it? |
Hi @mnbayan, any update on this? Still no luck from my side. |
After way too many hours spent troubleshooting and googling, it looks like it's a problem with how subviews are initialized in XCode 8. See here. You can fix this by modifying setupAutocompleteTable function by adding the two lines below at the beginning of the function:
p.s. I hate XCode 8. |
Hi @cnpetrich. I modify setupAutocompleteTable function as you suggested, and yes - view is displayed, but in my case it appears in wrong place. Strictly speaking it appears above TextField instead of under. In your project everything is ok? |
Yes, there were some additional changes I had to make to the function. Here is all of the modified code below. Please try and let me know if it works for you as well:
@Przemex3000 |
Unfortunately your code didn't work in my project - Thanks for help @cnpetrich |
The TableView never appears. I have debugged showing events firing correctly, but I never see any results appear after calling .autoCompleteStrings. Has anyone had any success after upgrading to xCode 8?
The text was updated successfully, but these errors were encountered: