ChenYilong / CYLTabBarController

[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【**特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode & iPhone XS MAX supported】

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

storyboard的Demo里面,在didFinishlaunchOption方法里面RegisterPlusbutton添加不上中间按钮。

lifengios opened this issue · comments

Base Info for this issue

  1. Version:v1.13.1
  2. Language:Objective-C
  3. iOS System Version:iOS10
  4. Prototype(是否是真机):YES
  5. Issue Type:Crash、Bug、Enhancement(希望能支持一个新需求)、Q-A

1. How to repeat the problem.

2. Please help me in this way.

3. Here is a Demo.

4. Here is my Debug log

这个时候注册太晚了,注册早点,在appdelegate里注册。

didFinishlaunchOption已经就是在appdelegate里呢

如何在storyboard中使用,讨论见: #226