datasource
Here are 216 public repositories matching this topic...
Swifty closures for UIKit and Foundation
-
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
Protocol-oriented UITableView management, powered by generics and associated types.
-
Updated
Apr 29, 2020 - Swift
Swift μ-framework for efficient array diffs and datasource adapters.
-
Updated
Oct 7, 2019 - Swift
基于mybatis,springboot开箱即用的读写分离插件
-
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.
Protocol-oriented UICollectionView management, powered by generics and associated types.
-
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.
This is an Open Source PHP Reporting Framework which you can use to write perfect data reports or to construct awesome dashboards using PHP
-
Updated
Jul 7, 2019 - PHP
Spring Boot integration with p6spy, datasource-proxy, flexy-pool and spring-cloud-sleuth
-
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
This is navigation example on google map. Here Marker move as vehicles moves with turns as uber does in their app. Using old and new coordinates animating bearing value the markers are moving.
-
Updated
Oct 28, 2019 - Objective-C
-
Updated
May 11, 2020 - Kotlin
Unified SQL Analytics Engine Based on SparkSQL
-
Updated
Apr 17, 2020 - Scala
A generic small reusable components for data source implementation for UITableView/UICollectionView in Swift.
-
Updated
Mar 19, 2020 - Swift
-
Updated
Mar 1, 2018 - Java
Functional, type-safe and stateless Java API for solving the N + 1 query problem in multi-databases and microservices aggregation
-
Updated
Oct 13, 2019 - Java
Visualis is a BI tool for data visualization. It provides financial-grade data visualization capabilities on the basis of data security and permissions, based on the open source project Davinci contributed by CreditEase.
-
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
一款多图文浏览器,支持图文混合浏览和单图片浏览,增加底部文字,仿今日头条效果,图片原尺寸显示,不会变形,双击放大缩小,单击消失,支持多张本地及网络图片混合查看,支持链式调用,支持WebP图片。
-
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