intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 225 forks source link

Swift 5 support #132

Closed lwdupont closed 5 years ago

lwdupont commented 5 years ago

Regarding issue #130

Check out my force unwrap decision. Normally I don't do that, but I was thinking that it would be best to crash if those values aren't found.

Also updated the Travis yaml file so hopefully the build will work, if not I'll work on fixing that.

lwdupont commented 5 years ago

I pulled that fix, and did a pod update again when running the example, still no changes, and it's on Swift 5. Thanks for catching that @croossin !