Patrick
Patrick
Not an issue. Are there any particular reasons for maintaining the two repos? https://github.com/vtourraine/VTAcknowledgementsViewController https://github.com/vtourraine/AcknowList
I would like a tab bar that is less than the width of the screen. How can I adjust the width? Interesting for example to imitate the Apple Music application...
Hi, I use https://github.com/e-sites/ESOpenSourceLicensesKit.git to generate a licenses html file. You should rename your LICENCE.txt to LICENSE.txt so it will be recognized by the ESOpenSourceLicensesKit's script.
Hello, I would like to check by code why there is no Internet connection available : 1) If it is because the user has unchecked cellular data and/or Wi-Fi in...
When we enter some text in search bar:  I propose: ``` override open func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? { if (searchController.searchBar.text?.characters.count)! > 0 { return...
I have a UISplitViewController object with two UINavigationController. I try: ```objc for (UIViewController *controller in splitViewController.viewControllers) { [controller setStatusBarStyle:UIStatusBarStyleContrast]; } ``` Does not work, my navigation bar color is FlatBlueDark...
Hi there, If anyone is interested in a framework that allows recreating the Apple Music App Now Playing Transition & Mini Player: https://github.com/iDevelopper/PBPopupController Regards,
Hi, Great framework! How can we use it in an Objective-c project please? Thanks,
Really nice project! How could it works with stream URL (no file)? Would be possible?
Is there a way to present the modal view controller from the tab bar, animate the tab bar to hidden, like Apple Music App?