CardParts
CardParts copied to clipboard
A reactive, card-based UI framework built on UIKit for iOS developers.
## Before you make a Pull Request, read the important guidelines: ## Issue Link :link: Is this a bug fix or a feature? Does it break any existing functionality? ##...
I'd like to reload one specific card after I get the data update from an async restful process. However, loadSpecificCards function is not available under the CardPartsViewController. I am wondering...
See title - ideally, have different themes assigned to CardViewController. I can kind of hack it together with inits and tracking when certain view controllers get init and not, but...
Array extension `safaValue(at:)` method would crash if a negative index is used. https://github.com/intuit/CardParts/blob/3234eda81697e4a2e9e91f0a3673119dca996846/CardParts/src/Extensions/Array.swift#L11-L17 Though it does not introduce any bug at present as there is only one occurrence of `safeValue`...
## Before you make a Pull Request, read the important guidelines: ## Issue Link :link: Is this a bug fix or a feature? Adding additional capability to enable deselect functionality...
## Issue Link https://github.com/intuit/CardParts/issues/172 Closes https://github.com/intuit/CardParts/issues/172 ## Goals of this PR :tada: Adds support for the Swift Package Manager, as an alternative to CocoaPods. ## How Has This Been Tested...
Hi it's a dummy question, but I just finished my iOS course, and trying to build my 1st app. I cloned the Example, installed the Pod, everything is working. However,...
**Is your feature request related to a problem? Please describe.** In large screen devices such as iPad, there should be an option to support at least two column views. **Describe...
## Before you make a Pull Request, read the important guidelines: ## Issue Link :link: Is this a bug fix or a feature? Does it break any existing functionality? ##...
It would be great if we could add animations to the way our views are loaded and displayed. Whether it's built into CardParts or potentially another pod such as CardPartsAnimations.