Showing modals as a result for a requests (look at the semaphores)
Jun 2, 2020, 3:05 PM
Last week, I talked to another iOS dev about a classic problem during development that, for sure, if you already participated in a selection process for an iOS mobile dev job, you ended up facing it. “How to execute a process after a...
Quick Tip: Universal Links opening Safari in iOS13
Jun 2, 2020, 2:21 PM
I went through a problem with Universal Links on iOS and find out that a lot of people have been experiencing this same problem on iOS 13 at forums, stackoverflow threads, but without any very precise or satisfactory answer. So I decided...
The end of fat binaries: XCFrameworks
Jun 2, 2020, 1:37 PM
In 2019, Xcode 11 came with a new feature that every iOS developer has always wanted: to generate a framework that runs on both the simulator and the device. Before that, this was already possible, using lipo to generate a fat binary....
Adding stored properties to an extension
Jun 2, 2020, 12:44 PM
Almost every iOS developer already faced this not-so-friendly message: Yeah. Extensions cannot contain stored properties. If you need to add a property to a native component, you must create your own button inheriting from UIButton. In my...
Fat binaries and Xcode 11
Jun 2, 2020, 7:04 AM
With Xcode 11, the ipa’s export process now can result in an error if you try to export an app that contains fat binaries. Until now, we would found this error only when we were trying to send it to App Store, but Xcode now seems to...
Tutorial: Creating an accessible One Time Code solution
Jun 1, 2020, 9:01 PM
Our problem I will escape a little bit from the cliché of saying that accessibility is something higly encouraged, a subject that is on rising and is large companies focused . Accessibility is something that has to be taken as basic, and...
Design X Accessibility – The One Time Code challenge
May 31, 2020, 7:46 PM
It may seem a little bit strange when we put it that way (Design VERSUS Accessibility) but unfortunately it’s what we find most in the application market. Incredible designs with stunning effects, but accessibility is played sideways...