-
Any support for viewController dependency injection ?
```
extension UIStoryboard {
@available(iOS 13.0, tvOS 13.0, *)
public func instantiateInitialViewController(creator: ((NSCoder) -…
-
Hello sir,
I am working on tvOS app , i have follow to docs , but player screen always showing blank, showing only seek bar. here is simple code-
```
class TV_PlayerVC: UIViewController {
…
-
**Description**
I'm trying to implement `.image` snapshots for view controllers.
**Problem**
For more complex view controllers that make a few network requests and have several states (loading, l…
-
I release an alpha version of an app through XCode and it crashes on my testing device on open. It runs fine in Debug mode on iOS simulator, and in production mode on Android.
The logs below come f…
-
Trying to launch an application that works in 11.x on an iPad Mini in iOS 9.3.5 (not supporting higher os releases), the application crashes at launch
## Steps to Reproduce
1. Launch the applica…
-
I had 750 of that crash
The latest release of Onesignal ios sdk is installed
Any idea?
```
Fatal Exception: NSInvalidArgumentException
0 CoreFoundation 0x19465586c __exceptionPrepr…
-
### Description
### Expected behavior
I would like to be able to have to floatingpanel to stop where the user stop dragging, with limits on top and bottom
### Actual behavior
the floatingpan…
-
I have a horizontal Collection View in my View Controller that is presented by LNPopupController and I can't find a way to register dragging down the controller if the touches are in the Collection Vi…
-
## 수정 사항
- [x] 코드형식 (공백)
- [x] 네이밍
- [x] cell identifier
- [x] enum vs boolean
- [x] ViewController Factory
- [x] 디미터 법칙
- [x] NetworkManager 의존성
- [ ] MVVM
- [x] ViewController binding
…
-
I have sign in with Facebook implemented with versions 1.7.0, but Apple has recently started to reject Apps for only having only a sign in with Facebook option - at least from my end. I need to imple…