LinkedInAttic / LayoutKit

LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
http://layoutkit.org
Apache License 2.0
3.16k stars 267 forks source link

Not ready for Swift 4.2 #233

Open ilanl opened 6 years ago

ilanl commented 6 years ago

I'm trying to use Layout Kit with XCode 10 (beta 6) - Swift 4.2 Any news of this development? to know if I can adopt this cool framework Thanks for the great job!

FabianTerhorst commented 6 years ago

+1 for swift 4.2 https://github.com/FabianTerhorst/LayoutKit/commit/f1d4b296a8b5e2795cf31e4dbb2f538fdbe3ebfe

staguer commented 6 years ago

I've made PR #244 (and a corresponding branch) for Swift 4.2 but it's having CI issues that I haven't had time to get to the bottom of.

okaverin commented 5 years ago

Hi, any updates on this one, as Swift 5 is already coming up? Could it be that the issues were caused by a temporary problem on the CI side?

FabianTerhorst commented 5 years ago

Support for swift 4.2 is definitely needed, otherwise it will stop compiling with swift 5.0

hooliooo commented 5 years ago

Any news on this?

hooliooo commented 5 years ago

I'm sorry for double posting, but will there be any update to Swift 5 at all? People have been asking for a Swift version update for over half a year now 🤔. It's an awesome layout library, I'd hate to see it unmaintained.

okaverin commented 5 years ago

Sergei just left LinkedIn/Microsoft for Apple. This repo belongs to LinkedIn. I think this explains a lot.

hooliooo commented 5 years ago

☹️ really unfortunate.

OHeroJ commented 5 years ago

我觉得我们可以另立山头,一起维护

hooliooo commented 5 years ago

@OHeroJ The issue is the Apache license (copyright). We can't duplicate the repo without consequence

OHeroJ commented 5 years ago

@hooliooo From the idea of LayoutKit rewrite the new library

AlaeddineOuerteni commented 5 years ago

Any news for Swift 4.2 and 5 ?

lmtha commented 5 years ago

I found out a solution for swift >= 4.2 => pod 'LayoutKit', :git => 'https://github.com/linkedin/LayoutKit.git', :branch => 'master'