Yalantis / Persei

Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
https://yalantis.com/?utm_source=github
MIT License
3.45k stars 317 forks source link

Objective-c version #6

Closed loicgriffie closed 9 years ago

loicgriffie commented 9 years ago

Your component looks pretty good. And i'd like to include it in one of my application going soon in production. But i, for the moment, don't want to use swift so does a objective-c version exists ?

dimazen commented 9 years ago

@Appsido Hey there. The only way for now is to replace "struct" with "class" for MenuItem. Everything else can be imported and used with ObjC birding.

dimazen commented 9 years ago

Please, take a look at https://github.com/Yalantis/Persei/issues/2 for more info.