Ramotion / animated-tab-bar

:octocat: RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion
https://www.ramotion.com/animated-tab-bar-ios-app-development-ui-library/
MIT License
11.13k stars 1.33k forks source link

In Xcode8 no animation outlet is showing on RAMAnimatedTabBarItem #142

Closed helloniklas closed 6 years ago

helloniklas commented 8 years ago

Can't get the animation outlet to show up, despite following all the steps?

towry commented 7 years ago

I have the same issue.

I use carthage to install the framework, and follow the usage steps, in the final step, can not create the connection between NSObject(RAMFumeAnimation) with RAMAnimatedTabBarItem.

screen shot 2017-02-15 at 10 13 25 am

My demo app is first created as single view app, then I convert it to tabbed application by embed in a tab controller.

towry commented 7 years ago

I think this issue can be closed, see:

https://github.com/Carthage/Carthage/issues/763

towry commented 7 years ago

Use pod instead of carthage is ok.

0ber commented 6 years ago

Duplicate of #763