We, at Netcetera, are very excited to announce that we are open sourcing our framework for building iOS apps, GirdersSwift.
Tag: open source
Setting up CI with Travis-CI and Fastlane on iOS project
Introduction Continuous integration (CI) is a great software engineering practice. It requires developers to commit frequently and after each commit. … More
Catching smiles with Google’s ML Kit on iOS
Introduction At the Google I/O conference, Google has announced an exciting new framework for machine learning, called ML Kit. This … More
Detecting Whisky brands with Core ML and IBM Watson services
Everyone who knows me, also knows that I’m a huge whisky fan. In this post, I will blend two of … More
Swift code types navigator
Software visualization gives an overview of the current state of your codebase. With it, you can onboard new team members … More
Flexible table views with descriptor arrays
Introduction Frequently, in our work as iOS developers, we have to present some kind of data in a table view … More
Drawing charts on iOS
Introduction Data visualisation helps us better understand the information and statistics our systems have collected. Having different views of the … More
Augmented Reality on iOS with ARKit
Introduction One of the most exciting frameworks released with iOS 11 is ARKit. With ARKit you can incorporate 3D data … More
Protocol-oriented maps on iOS
Introduction Maps are used in many mobile apps. That’s mainly because of the nature of the mobile user experience – … More
Text recognition using Vision and Core ML
Introduction Machine Learning allows computers to learn and make decisions without being explicitly programmed how to do that. This is … More