Corey Walo
Corey Walo
There doesn't appear to be a cvc-outline.png in Resources/Cards. No if statement for it in: - (void)setPlaceholderToCVC
With imageStyle set to PKViewImageStyleOutline, view does not use placeholder-outline.png ``` - (void)setupPlaceholderView { _placeholderView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"placeholder"]]; _placeholderView.backgroundColor = [UIColor whiteColor]; } ```
This issue is not specific to SuperpoweredSDK, but I wanted to make you aware of it since it _does_ effect apps that use Superpowered on iOS. I've already submitted a...
## What kind of change does this PR introduce? This PR introduces a `ResumableUploadApi`, integrating TUSKit, for resumable upload support. So far this adds basic functionality for uploading individual files...