alfredolucomav
Results
4
issues of
alfredolucomav
Hi There, When I enter in background mode my app crashes due memory leak. I Comment the following code: ``` let titleView = TitleView(navigationController: nav, title: company.company_name, items: companies) titleView?.button.label.textColor...
Added the followings functionalities: - Swift 4 migration - Can hide page control with `carouselView.setPageControlHidden(hide: true | false)` - Set mode (linear or circular) with `carouselView.mode = .linear | .circular`