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】
MIT License
6.92k stars 1.46k forks source link

在plusButton的控制器中自定义一个navigation的titleView,会发生点击崩溃 #155

Closed Sugarjunfeng closed 7 years ago

Sugarjunfeng commented 7 years ago

Base Info for this issue

  1. Version:v1.10.0
  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.

当我在plusButton中的ViewController自定义一个navigationItem的titleView为button时,我发现会出现点击崩溃,并且只有这个plusButton在TabBarItem的中间时,才会发生。

2. Please help me in this way.

1.希望你可以在自己的代码中尝试一下这个问题。

3. Here is a Demo.

4. Here is my Debug log

Sugarjunfeng commented 7 years ago

谢谢你的答复,问题已解决