Tolga İskender
Tolga İskender
> `fatal error: unexpectedly found nil while unwrapping an Optional value` ` let revealViewController:SWRevealViewController = self.revealViewController()//the error here . let mainStroyBoard:UIStoryboard = UIStoryboard(name: "Main", bundle: nil) let desController = mainStroyBoard.instantiateViewController(withIdentifier:...
* [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). # Report ## What did you do? i have xcframework with dependencies and...
``` youtubePlayer = YTSwiftyPlayer( frame: CGRect(x: 0, y: 0, width: postView.frame.size.width, height: postView.frame.size.height), playerVars: [ .playsInline(true), .videoID(videoUrl.getVideoIDFromYoutubeUrl()), .loopVideo(false), .showRelatedVideo(false) ]) youtubePlayer?.autoplay = true youtubePlayer?.backgroundColor = Color.videoBackground.value self.postView.addSubview(youtubePlayer ?? YTSwiftyPlayer()) //youtubePlayer?.delegate...