datasource
Here are 216 public repositories matching this topic...
-
Updated
Apr 11, 2020 - Swift
Checklist
- This is not a Apple's bug.
- Reviewed the README and documents.
- Searched existing issues for ensure not duplicated.
Expected Behavior
The example application compiles without the error message
Current Behavior
~/
-
Updated
Dec 12, 2019 - Swift
-
Updated
Apr 28, 2020 - Swift
-
Updated
Apr 29, 2020 - Swift
-
Updated
Oct 7, 2019 - Swift
-
Updated
Sep 23, 2019 - Java
Provide error codes
It'd be good to throw some error codes, as well as the message. Identifying the wrong decryption key right now is quite difficult because you need to compare the whole string.
-
Updated
Apr 29, 2020 - Swift
Today I tried to install Knowage. Since the installer crashed with an exception (bug #90), I wanted to build the project from source. I read through the whole documentation that was referenced in the README.md, but I could not find any hint how to build the project from source.
The only hint I found was in a comment of a closed ticket:
KnowageLabs/Knowage-Server#16
Looking to understand how the layout should be initialized to use the collection view and suggest adding this to the documentation.
-
Updated
Jul 7, 2019 - PHP
-
Updated
May 23, 2020 - Java
Looks like there were breaking changes in the Swift 4 version. Will you update the docs to reflect this? @riteshhgupta
-
Updated
Oct 28, 2019 - Objective-C
-
Updated
May 11, 2020 - Kotlin
-
Updated
Apr 17, 2020 - Scala
-
Updated
Mar 19, 2020 - Swift
-
Updated
Mar 1, 2018 - Java
-
Updated
Oct 13, 2019 - Java
-
Updated
May 21, 2020 - TypeScript
Hi,
the documentation of the expected API is nice but at times a bit vague.
How about using a swagger.yaml for that?
I created this swagger.yaml if you would like to use it and start from there:
https://gist.github.com/fr-ser/b81b1ab70519e29a594daee7f59b6c18
update(rows:) sets rows and visibleRows and may lead to unexpected behaviour when being used in combination with reloadData. Update documentation on how to update section contents.
Add verbose logging
-
Updated
Aug 23, 2019 - Objective-C
-
Updated
Mar 28, 2020 - Swift
-
Updated
May 12, 2020 - Swift
Improve this page
Add a description, image, and links to the datasource topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datasource topic, visit your repo's landing page and select "manage topics."
Currently it's not possible to override
SectionedViewTypedefault method implementations in subclasses ofUITableView. I'd like to prevent the default animations and just re-render the cell just like Apple suggests in reload rowsDiscussionhttps://developer.apple.com/documentation/uikit/uitableview/1614935-reloadrows.Unfortunately when I try to override
reloadItemsAtIndexPathsthe com