The Wayback Machine - https://web.archive.org/web/20200713191151/https://github.com/topics/carthage
Skip to content
#

carthage

Here are 923 public repositories matching this topic...

jethmalani
jethmalani commented Nov 14, 2017

What did you do?

When I do this (from your docs):

guard let dataFromString = text.data(using: .utf8, allowLossyConversion: false) else {return} let json = JSON(data: dataFromString)

I get an error "Call can throw, but it is not marked with 'try' and the error is not handled"

I did this. I just want to confirm that is right. It worked for me.

`guard let dataFromString

anoop4real
anoop4real commented Mar 13, 2020

This is not an issue but an observation. I no longer use storyboards for my view. Today I faced an issue with Skeletonview when I added it to my UITableViewCell, animations, frames everything was working wrong... did a lot of permutation combinations turning the properties on and off. Finally found that when you add elements in UITableViewCell you should add it to contentView and not to th

SwifterSwift
ShannonChenCHN
ShannonChenCHN commented Jan 31, 2018

Thanks for open sourcing such a great project!

After reading the README documentation, I just couldn't understand the Handler Block Helper part.

The README documentation says:

This is specifically useful for cases in which you want a separate object or class to be the handler for a deeplink route. An example might be a view controller that you want to instantiate and present in respon

Improve this page

Add a description, image, and links to the carthage topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the carthage topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.