Tolga İskender
Tolga İskender
``` fileprivate func setupYoutubeVideo(){ youtubePlayer = YTSwiftyPlayer( frame: CGRect(x: 0, y: 0, width: backView.frame.size.width, height: backView.frame.size.height), playerVars: [ .playsInline(true), .videoID(videoUrl.getVideoIDFromYoutubeUrl()), .loopVideo(false), .showRelatedVideo(false), ]) youtubePlayer?.autoplay = true //youtubePlayer?.backgroundColor = .black self.backView.addSubview(youtubePlayer...
https://github.com/slackhq/PanModal/issues/74
Hi @xuzhongping, i have created sample for you you can download on below link https://github.com/tiskender2/frameworkWithDependecies
Hi @xuzhongping, first thank you for your time. seems like, i am not be able to make `BUILD_LIBRARY_FOR_DISTRIBUTION = 'YES'` the first time run `pod install`. if you don't mind...
@xuzhongping thank you i am waiting for new updates.
Hi @Dave181295 i'll keep this in mind and plan to add it when I get a bit of free time. thanks for using StoryUI