Paul Lehn

Results 6 comments of Paul Lehn

try this: ``` private func frameForTabAtIndex(index: Int) -> CGRect { guard let tabBarSubviews = tabBarController?.tabBar.subviews else { return CGRect.zero } var allItems = [UIView]() for tabBarItem in tabBarSubviews { if...

I have found a temporary solution. It is a bit glitchy but works ``` func selectTheProperDatesOnTheCalenderView(){ for date in theDates{ koyomi!.select(date: date) } self.koyomi!.reloadData() } ``` Store all of your...

I am also experiencing this. I need to go in and remove the xcov_output folder each time for it to successfully output the coverage data. Is anyone else experiencing this?

Same. This library is deprecated and doesn't seem to work at all on newer versions of swift even if you do manage to get it to compile. Such a shame.

I made the expandMenuItems() function public on a forked Repo. You can see it here: pod 'ExpandingMenu', :git => 'https://github.com/uknowmeright/ExpandingMenu.git', :commit => 'eeac5b07035f0698663dfb49a704b9b696c35ec7'