Craft stunning code and image screenshot for free
visualize,indie,app,development
I remember this time last year in December 2019, I spent almost every single bit of my free time on P...
How to make white label React app for landing pages
It's hard to see any iOS app which don't use UITableView or UICollectionView, as they are the basic a...
Use AdMob with Firebase https://firebase.google.com/docs/admob/android/quick-start buil...
Use NSMenu and popUp func showQuitMenu() { let menu = NSMenu() let aboutItem = NSMenuItem(...
JSONCodable is awesome, but sometimes we just need to quickly get value in a deepy nested JSON. In th...
It's been a while since I wrote Hello world, again, the ease of GitHub issue indeed motivates me to w...
interface Api { @GET("topstories.json?print=pretty") suspend fun getTopStories(): List<Int...
An object 's property can be null or undefined. Accessing step by step is tedious props.user &...
When adding NSTextView in xib, we see it is embedded under NSClipView. But if we try to use NSClipVie...
Firstly, to make UIStackView scrollable, embed it inside UIScrollView. Read How to embed UIStackView...
Sometimes we want to validate forms with many fields, for example name, phone, email, and with differ...
Traditionally we need to if let to strongSelf addButton.didTouch = { [weak self] in guard...
Website https://onmyway133.github.io/apps/menulauncher Product Hunt https://www.producthunt.com/posts...
The library is available on CocoaPods https://github.com/onmyway133/EasyStash EasyStash is an easy a...
Due to policy, we can't use Google Directions API on MKMapView, but we can use MKDirections on GMSMap...
selectionIndicatorImage https://developer.apple.com/documentation/uikit/uitabbar/1623456-...
I'm making a new framework, Dropdowns Dropdowns provides the quickest way to present a dropdown in y...
This post details installing check tools for Java and Kotlin, as well as obfuscation and gradle grgit...
Product Hunt https://www.producthunt.com/posts/almighty Gumroad https://gumroad.com/l/lbZCs Hi,...
iOS Integration Setting Up Apple Pay Requirements Apple Pay Show basic add card in iOS...
CAReplicatorLayer is a layer that creates a specified number of sublayer copies with varying geometri...
Usually in an app, we have these flows: onboarding, login, main. And we usually set OnboardingControl...
Getting to know Coroutine From https://kotlinlang.org/docs/reference/coroutines.html To...
We all know that there's a potential crash with UIVisualEffectView on iOS 11. The fix is to not add s...
Function Functions in Swift are distinguishable by parameter label parameter type return...
In the beginning, people use frame and Autoresizing Mask, then they use Auto Layout, then iOS 9 encou...
Auto Layout is awesome. Just declare the constraints and the views are resized accordingly to their p...