telly / TLYShyNavBar

Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
MIT License
3.73k stars 427 forks source link

It will be swift Edition? #156

Closed huangboju closed 8 years ago

tiois commented 8 years ago

It's already working with Swift, simply make a bridging header file : https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html

huangboju commented 8 years ago

I know it can working with Swift, but I want to translate it into swift, in some places I do not know how to do this is my repostory https://github.com/huangboju/TLYShyNavBar.swift

Mazyod commented 8 years ago

@huangboju Yes, this repo heavily relies on the ObjC runtime functionality, in which some of it is not directly exposed to Swift. This makes the library ideal to be developed in ObjC rather than Swift.