axclogo/AxcAE_TabBar

您好,当把Nav交给tabbar管理的时候出现中间的+号往下偏移,是什么情况,图片发您邮箱了

Opened this issue · 6 comments

您好,当把Nav交给tabbar管理的时候出现中间的+号往下偏移,是什么情况,图片发您邮箱了

我也遇到这样的问题了,解决了么?

我也遇到了相同的问题。你们是怎么处理的

itemFrame.origin.x = idx * screenAverageWidth + (screenAverageWidth - item.itemModel.itemSize.width)/2;
itemFrame.origin.y = (itemHeight - item.itemModel.itemSize.height)/2;

找到这里。然后 最后面 减去 你要凸出的高度,这样好像可以解决

itemFrame.origin.x = idx * screenAverageWidth + (screenAverageWidth - item.itemModel.itemSize.width)/2;
itemFrame.origin.y = (itemHeight - item.itemModel.itemSize.height)/2 - 11;

呼,最近刚忙完,不好意思久等了,现在开始彻查bug

您好,这个BUG找到了么?

设置中间是方形的凸起按钮的时候。push到下个界面的时候中间的按钮文字和图片都会下移,怎么解决