aschuch / StatefulViewController

Placeholder views based on content, loading, error or empty states
MIT License
2.14k stars 149 forks source link

Swift 3 pod version #35

Closed AnthonyMDev closed 7 years ago

AnthonyMDev commented 8 years ago

It would be really great if we could get a Swift 3 version pushed to the CocoaPods master spec repo soon.

Thank you!

aschuch commented 8 years ago

I've just pushed a recent Podspec for Swift 2.3. I still want to wait for a few more people to test everything on 3.0 and will make a new tagged release soon.

AnthonyMDev commented 8 years ago

Okay thanks!

AnthonyMDev commented 8 years ago

It seems that there is one build error for Swift 3 on your swift 3 branch.

ViewStateMachine line 200: @escaping may only be applies to parameters of function type

Super quick fix. I'll be converting my application today and doing some testing. I'll report back if the Swift 3 version works right for me!

aschuch commented 8 years ago

Yes, the Swift 3 branch is not fully up to date. Please refer directly to master, where this is actually fixed.

AnthonyMDev commented 8 years ago

Any idea when we will have a release for this yet?

JettF commented 8 years ago

Any word on the 3.0 release yet?

AnthonyMDev commented 8 years ago

@aschuch Are you still actively maintaining this library? Having an official version pushed for swift 3.0 would be really helpful. It would also be really great to have PR #29 merged for the new version.

If you don't have the time to maintain this currently, I'd be happy to help out as a contributor if you are willing. I have plenty of experience maintaining open source projects and working the the CocoaPods pod trunk.

If there isn't an update on this library sometime soon, I'm going to have to release a new pod from my fork for this repository. I'd really hate to have to do that though. Please advise. Thanks.

aschuch commented 7 years ago

@AnthonyMDev I do not have a lot of time for OSS at the moment, unfortunately. I've just pushed version 3.0 to Cocoapods trunk. (I could not merge your changes in #29 since they are not ready for Swift 3.0 yet, sorry).

AnthonyMDev commented 7 years ago

I totally understand your struggles. We've all been there. Thanks so much for pushing a version.

When I get some time, I'll update #29 for Swift 3 and notify you.

aschuch commented 7 years ago

Thanks <3