Minitour / AZTabBarController

A custom tab bar controller for iOS written in Swift 4.2
MIT License
348 stars 65 forks source link

setTitle doesn't work #54

Closed gerchicov-bp closed 5 years ago

gerchicov-bp commented 5 years ago

copied your example code from readme. The tab bar is shown with icons, titles are missing. Maybe is this because of big icon size?

Minitour commented 5 years ago

@gerchicov-bp I recommend you use icons with 24px size such that x2 and x3 will still fit.

However if the icon size is not the issue try going through the example provided and see if you missing anything: https://github.com/Minitour/AZTabBarController/blob/master/AZTabBarController/ViewController.swift