Open chrene opened 8 years ago
I wish to change Swift 3.
Swift would be a good challenge for you, and useful for us ;-)
Hello! I noticed swift branch has upgraded minus iOS version to 9.0. Swift 3 is compatible with iOS 8 and newer.....And our app supported iOS 8. If CSStickyHeaderFlowLayout no longer support it, we might have some problem 😂
@Calvin-Huang if swift is supported by iOS 8 then for sure I will set that as a minimum target. Still working on it so stick to master for now :)
There's nothing wrong with Swift, but why rewrite code unless it's very broken? You only risk creating more bugs.
@x1024 swift is a very strict language (type safe and if written well no random memory surprises) I agree that there is no other reason to rewrite it, and that's why I keep the swift to its own branch until it is stable and can be merged into master. For now feel free to contribute to the objective c version, but I will not :)
@chrene Is developed swift version? Could you share progress?
Hi All.
I just wanted to have a little poll here. Would people like to have the code ported to Swift 3 or should we keep it in Objective C for now?