Ankish
Ankish
I fixed by adding an inset on top for UITableView and collection view. ``` [self.mTableView setContentInset:UIEdgeInsetsMake(20, 0, 0, 0)]; ```
I think `public func updateDeviceFormat(withFrameRate frameRate: CMTimeScale, dimensions: CMVideoDimensions)` is the best method as you can listen back on the delegate, once the device is ready.
@danlozano : any plan to update this. Since all default controls have the gesture dismissing now. It would be very cool to integrate this. I dont see any other library...
Any fix for this ?
// Add this - (void)viewDidLayoutSubviews { [super viewDidLayoutSubviews]; CGRect frame = self.view.superview.frame; CGFloat dy = CGRectGetMinY(frame); if (dy > 0.f) { frame.origin.y = 0.f; frame.size.height += dy; [self.view.superview setFrame:frame]; }...
https://github.com/Ankish/Custom-keyboard
I am trying for the pose model to integrate with my app. This could really be helpful.
@tanderson-ld : Sorry its 9.7.0
``` var config = LDConfig(mobileKey: LDMobileKey, autoEnvAttributes: .enabled) config.logger = .disabled ``` Showing this: LDClient.start(serviceFactory:config:context:completion:) LDClient starting LDClient.observeAll(owner:handler:) owner: SetOnlineOwner LDClient.observeFlagsUnchanged(owner:handler:) owner: SetOnlineOwner LDClient.effectiveStreamingMode(config:ldClient:) streaming LDClient.setOnline true. LDClient.onFlagSyncComplete(result:) result: flagCollection(LaunchDarkly.FeatureFlagCollection(flags:...
@tanderson-ld : I updated to 9.8.2 I still see logging happens, even if disabled. I even removed complete cache and installed.