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

Initializer is inaccessible due to 'internal' protection level #257

Closed Senhelee closed 5 years ago

Senhelee commented 5 years ago

When I type in this line, I got this error below

let animation = RAMTransitionItemAnimations() Error: 'RAMTransitionItemAnimations' initializer is inaccessible due to 'internal' protection level

igork-ramotion commented 5 years ago

Works fine, RAMAnimatedTabBarController even doesn't override any initializer so all parent initializers are available :)