Using Firebase with tvOS
Question or problem in the Swift programming language: When I try to use the Firebase framework with tvOS (via cocoapods) I get the following error:
Continue ReadingQuestion or problem in the Swift programming language: When I try to use the Firebase framework with tvOS (via cocoapods) I get the following error:
Continue ReadingQuestion or problem in the Swift programming language: Need to animate the section header title when the collection cell below the header is focused. Just like if you go to “movies itunes” app on apple tv and go to top movies tab, if you look at the playlists below, when you scroll through items, the […]
Continue ReadingQuestion or problem in the Swift programming language: I wrote an override for pressesBegan(_ presses: Set, with event: UIPressesEvent?) on my ViewController.
Continue ReadingQuestion or problem in the Swift programming language: I started developing apps for Apple TV and I have this problem whit buttons. I have a screen where are several buttons on bottom of the screen and then there is one, which is in the middle (see screenshot to understand). The problem is that I can’t […]
Continue ReadingQuestion or problem in the Swift programming language: Answer for Objective-C and Swift2.0: How to center align the cells of a UICollectionView? I usually would try to convert the Swift2.0 answer to the Swift3.0 solution, however the method: func collectionView(collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAtIndex section: Int) -> UIEdgeInsets { let edgeInsets = (screenWight – […]
Continue ReadingQuestion or problem in the Swift programming language: I’m building a Framework, originally named Iris.
Continue ReadingQuestion or problem in the Swift programming language: I’m currently trying to play a video using AVPlayer that has separate sources for video and audio, so I combine them into a single AVPlayerItem as below:
Continue ReadingQuestion or issue on macOS: I’m building a Framework, originally named Iris.
Continue ReadingQuestion or problem in the Swift programming language: I try to loop a video in a TV OS app with the AVPlayerLooper because this should get rid of the pause/hicup when playing the video again. I watched the WWDC2016 video https://developer.apple.com/videos/play/wwdc2016/503/ and try to implement the code but it doesn’t loop. I have one PlayerViewController […]
Continue ReadingQuestion or problem in the Swift programming language: It seems that the keyboard doesn’t have to take up the whole screen, check UPDATE in the Question section of my post. Thanks.
Continue Reading