Eugene Hyrol

Results 4 comments of Eugene Hyrol

I don't, but it might be beneficial for the project 🙂. Thus, if you could tell me what exactly you have in mind - I might implement some simple solution...

Hi Edig, here is my code: `class TabBarVC: TTTabBar{ ``` override func viewDidLoad() { super.viewDidLoad() self.tabBarHeight = 50 let tabModel1 = TabItemStruct(vcName: "FeedNav", imgName: "main_menu", selImgName : "main_menu") let tabModel2...

I had to make methods public because the code didn't compile. I have the same code and the issue is there.

The problem is not solved. I think the reason of the bug is that tabBarHeight is being set in viewDidLoad method of TTTabBar. tabBarHeight property of TTTabBar is simply not...