You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
When calling the selectItem just after calling reloadData, we get a crash "'NSInvalidArgumentException', reason: 'attempt to scroll to invalid index path:".
pickerView.reloadData()
pickerView.selectItem(item)
Need to know what is the best way to call selectItem after the making sure the collection view inside the AKPickerView is loaded.
The text was updated successfully, but these errors were encountered:
When calling the selectItem just after calling reloadData, we get a crash "'NSInvalidArgumentException', reason: 'attempt to scroll to invalid index path:".
pickerView.reloadData()
pickerView.selectItem(item)
Need to know what is the best way to call selectItem after the making sure the collection view inside the AKPickerView is loaded.
The text was updated successfully, but these errors were encountered: