Universal Link trick: matching only one path component
Let's say we want our apple-app-site-association rules to match only <domain>/anypath/ but not matching any more additional URL components based on it (such »
Let's say we want our apple-app-site-association rules to match only <domain>/anypath/ but not matching any more additional URL components based on it (such »
source 'https://cdn.cocoapods.org/' platform :ios, :deployment_target => '11.0' inhibit_all_warnings! project 'your_project_name', 'Variant Debug' => :debug, 'Variant Release' »
Before all, calm down and think thoroughly If you're trying to decode JSON nested heterogeneous item on Codable, you may probably want to do it with »
NSNotification name has evolved from Objective-C's plain NSString type to a dedicated Notification.Name type, which is succinct and intuitive. My project is still in the »
Whatever Gif is the old or new sexy. You needed it anyhow. Dependencies and Prerequisites: ffmpeg imagemagick Use Homebrew or any other package manager to install »
What is the purpose of having a transparent screen saver? If you have a five minutes start time transparent screen saver, even the most skeptical manager »
I'm a Spotify user having multiple devices on many platforms. I found out that Windows Spotify's library data inconsistency compared to my other devices. The newest »
Why do we need it? When to use? If we are building an optional property which is massive resource consuming, the value is offed nil when »
If Travis CI is your Continuous Integration service, running Instrumented Tests right on the Travis CI build is a bad idea. You can only use ARM »
If you have been using Gson's TypeAdapter you might want to check your TypeAdapter's constructer to see if it causing performance issue. Recently I received a »