by Nyle Musgrave | Oct 28, 2020 | App Design, Coding, In the News, Mobile App Development Company, Mobile Strategy
On average, 75% of mobile users in advanced economies own smartphones. Mobile applications are optimized for mobile devices, making them easier to use than going through the company’s traditional website. That’s why it’s no surprise that more companies than ever are...
by Matt | Apr 3, 2018 | Coding
Apple is becoming more and more strict about the proper use of the main thread. Warnings occur all the time in Xcode now, and app crashes occur frequently when UI operations take place outside the main thread. The situation comes up when you have UI operations that...
by Nyle Musgrave | Mar 19, 2018 | Coding
The iOS 10 SDK introduced a change that (if you missed it) could cause some serious confusion. The exact change was that, as of iOS 10 SDK, the UIColor init(red:green:blue:alpha:) initializer began using the extended sRGB color space. The confusion around this comes...
by Jerry Beers | Mar 13, 2018 | Coding
According to Computerworld, if you are a developer, you need to know Swift, and you need to know it now. Apple’s Swift language is an important one to know, and there are several reasons why. 1. Open Source According to rankings of programming language, Swift is...
by Nyle Musgrave | Jan 23, 2018 | Coding
Apple released their latest and greatest mobile phone the iPhone X (iPhone 10) and along with it a new software-based home button. For users, this introduces a very new and fresh experience with an edge to edge display unencumbered by any physical buttons. However, it...
by Jerry Beers | Apr 28, 2017 | Coding
This walkthrough explains the solution to the challenge in the Nested Stack Views video on raywenderlich.com (https://videos.raywenderlich.com/courses/62-beginning-auto-layout/lessons/5). We’re creating a flexible layout that looks like this: Where the green...
Recent Comments