Haroldo Gondim

Results 10 comments of Haroldo Gondim

I could fix this issue in my project using: In My ViewController.m I remove the NavigationBar and StatusBar height size. ``` CGRect frame = CGRectMake(size.width - FAB_SIZE - MARGIN, size.height...

Hi @KRIPT4 I still getting true using your code even when I cancel the subscription. There are something more to do?

Is there a way to workaround this?

The ability to select dates in range will be awesome!

@mmick66 Will this be included in the project? Do you have any deadlines?

Works for me! Update for Swift 4 ``` if let root = UIApplication.shared.delegate?.window??.rootViewController { PopupController.create(root).show(AnyViewController) } ```