Mario Hahn
Mario Hahn
Hi, have you ever tried to use your lib together with a UIPresentationController? example: ```swift class TVPlayerPresentationController: UIPresentationController { let dimmingView: UIView = { $0.translatesAutoresizingMaskIntoConstraints = false $0.alpha = 0...
Hi, I am using JKKeyboard in my latest App: https://itunes.apple.com/de/app/whosapp-meet-close-friends/id919159105?mt=8 but sometimes i have some Problems on iOS 8: (lldb) po self.view.keyboardIntersectionInView 0 (lldb) po self.view.keyboardFrameInView origin=(x=0, y=667) size=(width=375, height=258)...
100 % reproducible crash on app launch
would you like to add tvOS to the pod spec?
I installed Xcode with `xcversion install 10` if i check the installed versions with `xcversion installed` Xcode 10 is listed as installed but if I enter `xcversion install 10` it...
What is the best approach to use xcversion on a CI without giving the CI root rights? At the moment we only use it to just check the version on...
if I try to store my credentials I get: OSStatus error:[-34018] Internal error when a required entitlement isn't present, client has neither application-identifier nor keychain-access-groups entitlements. Do you have any...
to Test: add a ContentInset to the CollectionView
to test: ``` func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int { if section == 0 { return 0 } return Int(arc4random_uniform(10) + 2) } ```