CircleBar
CircleBar copied to clipboard
fixes initial layout problem for selected item on devices with safe area
Hotfix that fixes #10 by updating the tabBar frame in viewDidLayoutSubviews()
Thanks @herrkayser Note: In viewDidLayoutSubviews() You may need to add self.selectedIndex = 0 if you find the circle isn't displaying with space around it..