Nobody designs for small iPhone devices anymore. Why do I say this? Well, if you’ve been rocking the iPhone SE 2020 you would know. What I’m saying is there a lot of UI glitches from apps running on iPhone SE. Clubhouse Forgot to measure the screen’s width? Spotify I can’t see the Refresh button. IContinue reading “Nobody designs for small iPhone devices anymore”
Category Archives: Uncategorized
Play Looping Video using Swift
Playing a looping video in iOS is fairly simple but there’s a catch. You need to declare AVPlayerLooper global in your class. Below is the code: The videoPlayContainerView is a UIView.
Most active GitHub users in the Philippines
Just came upon this site while I was browsing, https://commits.top/philippines_private.html Based on the ranking as of today, I am number 17 on the list.
Create a custom camera using Swift
If you are looking to create your own camera on iOS, I will demonstrate how I did it on my end. CameraPreviewView First of all you need to subclass UIView and inherit its properties. We will use this Swift file for our camera preview. AVCaptureVideoPreviewLayer is a subclass of CALayer that you use to display video as it’sContinue reading “Create a custom camera using Swift”
Books I’ve Read This 2020
As we close off the year 2020, I just want to share the books that I enjoyed reading. Some of this books were released this year and some are old. No Filter: The Inside Story of Instagram Rise and Kill First: The Secret History of Israel’s Targeted Assassinations El Jefe: The Stalking of Chapo GuzmanContinue reading “Books I’ve Read This 2020”