BoltsFramework / Bolts-Swift

Bolts is a collection of low-level libraries designed to make developing mobile apps easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bolts-Swift over Bolts-ObjC

D-Mx opened this issue · comments

Hi, I have a swift project and I'm using Parse and Facebook SDK which use Bolts, so since I already have the dependency I decided to use it but I just notice there is a swift version of Bolts. I guess there is a good reason why the frameworks are separated but I’m not sure why.

should I use Bolts-ObjC with swift since I already have it or also add Bolts-swift?

I notice there are some missing features in the swift framework like Applink and cancellationToken, can I still mix these with the swift framework (like BFCancellationToken)?

I got my answer at the ObjC repo: BoltsFramework/Bolts-ObjC#255