Bilgehan
Bilgehan
Hello, I have a scenario where the same client makes several api calls asynchronously. In each call, i ping the database if the existing connection continues, if not, try to...
Hello, APNS service has a known. bug that, if you send a request in a session which stays idle for a while, APNS service returns an internal server error such...
Hello, If i add two viewcontrollers both of them implements func preferredAppearanceInStack() -> ScrollingStackController.ItemAppearance { return .view(height: height) } the main viewController is not scrollable. However if implement prefferedAppreanceInStack in...