RSSAmplifier

Blog

Ric Santos

Ric Santos, an Adelaide, Australia, based iOS mobile app developer.

ricsantos.netRSS feed ↗10 posts

Latest posts

Pixelfix

How to convert a Shorts URL to a YouTube URL

Why? My impetus was to use the video in a Google AdMob House Campaign. When you post a vertical video to YouTube, it becomes a short.

Swipe2delete

How To Create Promo Codes in App Store Connect

To create App Promo Codes for a paid iOS app in App Store connect:

How to get() the value from a Swift Result

So you are being a good Swift dev, and started using Result<Success, Failure> in your code as a return type where necessary.

Ovil

Animate a UIView with SnapKit

Say you want to animate a frame change, and you are using SnapKit. You can use the remakeConstraints function to set the new constraints, and then in an animation block call layoutIfNeeded() on the superview.

iOS Device Resolution Guide

Back in the olden days, it was 320x480. That was it. Easy peasy pixel perfect. Fast forward a decade plus, and we need a matrix to keep track of the different pixel combinations an iOS device can have. Here it is, the ultimate complete guide to iPhone, iPad and Apple Watch resolutions.

Baby Pics

How to setup app-ads.txt for AdMob and iOS

Did you receive an email from Google recently telling you to Protect your apps with app-ads.txt? I did. I run Google Ads on a bunch of my iOS apps, and decided to figure out how easy or hard it is to set this up.