Ryan Holstad
Ryan Holstad
Checks that ```checkError.getConstructorName(reason)``` returns a String. If ```reason``` is neither an Error object nor a function, try calling ```checkError.getMessage(reason)```. If ```reason``` is error-like, it may have a message that is...
## Expected Behavior Calling `spreadsheetView.deselectItem(at: indexPath, animated: true)` in the `spreadsheetView(_:didSelectItemAt:)` delegate method should deselect the item. `UITableView` has this behavior. ## Actual Behavior Calling `spreadsheetView.deselectItem(at: indexPath, animated: true)` in...
Visible sections is not updated when using moveSection:toSection:. So, if you try to move a section that is expanded to a location of a section that is not expanded, it...
This can be observed using the provided sample application and making the following changes to TPKAScrollViewController - Modify the returnKeyType and set the delegate for each UITextField ``` textField.returnKeyType =...
Ever since the recent UI update, I have to frequently uninstall and reinstall the extension for it to work. When I go to a site (not publicly accessible), the applet...