-
# Development Sign in with Apple! Is it necessary? at what cost?
In this post, we’ll debate about the benefits of providing Sign in with Apple in your app so you can decide if it worth integrating it or not. In the second part of this post we’ll provide a step by...
-
# Development iOS Continuous Integration & Delivery using Fastlane and Bitrise
In this post I’ll walk you through the Continuous Integration and Deployment set up used by Xmartlabs iOS team. We will configure Fastlane and Bitrise to automate the app release process to TestFlight. Why Continuous Integration and...
-
# Development EUREKA 4.0 is now available!
Eureka is a framework used to build forms in iOS, which has more than 1.000.000 downloads! In case you’re not familiar with it, you can start by reading Introducing Eureka iOS form library written in pure Swift or visit...
-
# Development Introducing Xniffer, the Swift network profiler built on top of URLSession!
Do you often want to debug or monitor external service responses in you app, recognize latency and work with the data you receive back? Same happens to us! That’s why we created Xniffer , a non intrusive framework to...
-
# Development iOS 11 has arrived!!
Since September 19, iOS 11 is available to be upgraded in your devices; and there are some changes that will surprise you! This new release includes new features and technologies such as… don’t be so anxious and see all the...
-
# Development Introducing Bender
2 months ago we introduced Bender: a framework for real-time Neural Networks inference. And we wanted to talk a bit about it :) Nuts & Bolts of Bender You may have a Machine Learning model you want to...
-
# Development Creating your own rows for Eureka - Part 2
Some days ago, we released the introduction to create custom rows for Eureka, now we are going to go deeper and see how to build a complex row. Note: for those who are starting, I strongly recommend reading...
-
# Development Creating your own rows for Eureka
It’s been almost a year since Eureka’s first release and many developers have been using it since then. We are thankful for all the valuable support and contributions received. If you are not familiar with what Eureka is and how...
-
# Development CI and automatic deployment to iTunes Connect with Xcode Server
In this post I’m going to write about my experience and the problems I faced when setting up Xcode Server for CI and automatic deployment to iTunes Connect at Xmartlabs. I’m going to let you know how I could solve...
-
# Development Introducing Eureka! - Elegant iOS forms in Pure Swift 2
We are incredibly excited to announce Eureka!, our first Swift open source project designed to easily build dynamic table-view forms. Why we built Eureka! April last year we released XLForm, an open source obj-c iOS library to build dynamic...
Introducing PagerTabStripView! - Finally a PagerView in pure SwiftUI
We’re incredibly thrilled to announce PagerTabStripView, the most powerful pager view entirely written in SwiftUI. Creating a production-ready pager view could take several hours, even days, for an engineering team. Apple...