Category: ios
-
Flutter Development Reaction Part 1
I spent majority of my mobile development career on native app development, mainly Kotlin and Swift. And this is my perspective on using Flutter for the first time. I have only seen small code snippets and that’s it. This is my first time logging into Flutter’s official site. I Googled Flutter. And first thing came […]
-
UIKit Drawing Tutorial Fix
I tried the tutorial from raywenderlich.com but the behavior was incorrect. The canvas or UIImageView seems to move after lifting my finger. It tried to run the official project from raywenderlich.com but it has the same strange behavior. Luckily I found a solution, you need to change this line inside touchesEnded function And that’s it.
-
Submitting Urgent Hotfix and Apple Wasted Time
I’ve been releasing several versions on the App Store for over 2 years now and then Apple suddenly rejected it Revise the purpose string in your app’s Info.plist file for the camera to explain why your app needs access and include an example of how the user’s data will be used. I made it clear […]
-
iOS 15 Button Title
If you encountered default titles on your UIButton when using setImage() like my situation below. As you can see on the screenshot below, I removed the title. So everything should be alright. And when I run it on my iOS 15 device. What the. Anyway, solution is simple. On your UIButton’s Atrribute inspector, set the […]