Reducing Core ML 2 Model Size by 4X Using Quantization in iOS 12
Nov 1, 2018, 10:41 AM
This year, Apple introduced Core ML 2 at WWDC 2018, with a focus on making machine learning more flexible and powerful for developers to use.With the release of this new and improved framework, Apple also announced a freshly updated...
Building a Neural Style Transfer app on iOS with PyTorch and CoreML
Aug 27, 2018, 8:39 AM
Original image by joseph barrientosIn June 2017 Apple introduced CoreML, a framework designed to integrate Machine Learning models into iOS apps.This opened a great deal of possibilities for developers, from image analysis to NLP (Natural...
Expanding UITableView cells using only constraints in Swift
Nov 13, 2016, 10:20 AM
Here is a common requirement you may have stumbled upon a few times when creating an iOS app.First, the result we want to achieve.Final resultLet’s hop into Xcode and create a new “Single View Application” project. We’re going to begin by...
How Chartboost empowered me and shut down my account
Sep 20, 2016, 4:35 PM
EDIT : Chartboost just reached back to me and unsuspended my account. I’ll have more information in a few days and will update this article accordingly, hang tight!EDIT2 : After a call with someone from the Chartboost team, I got an...
Développement : comment j’ai appris à ne plus m’en faire et à aimer la régie
Feb 24, 2016, 8:30 AM
Depuis mes débuts dans le monde informatique, j’ai eu l’occasion de suivre et réaliser de nombreux projets. Ceux-ci étaient en grande majorité au forfait.Le forfaitLe système est ainsi fait : les clients expriment un besoin — généralement...
As Galen, I have quite a different experience of SO.
Feb 20, 2016, 9:38 AM
As Galen, I have quite a different experience of SO. Most of the time, answers gives you a deeper understanding of why you made the mistake in the first place. Thus gradually raising your overall understanding of the language and platform...
Dans cet article je souhaite parler de la création de l’association de coworking Happy Hours auquel…
Jan 29, 2016, 9:01 AM
Happy Hours CoworkingDans cet article je souhaite parler de la création de l’association de coworking Happy Hours auquel j’ai pris part et qui a pris une bonne partie de mon temps de fin 2014 à début 2015.Le projet Happy Hours est le fruit...
iOS : Let’s Build a Network Abstraction Layer
Dec 23, 2015, 5:17 PM
Swift implementation on top of AlamofireA network abstraction layer is a must have in any app that interact with a server. In Objective-C, this abstraction layer is usually done in two steps :First, subclass the main networking component...
How I almost killed my most successful app
May 28, 2015, 8:00 AM
Here’s the story of my fifteen days of shame and frustration that nearly made my most successful app bite the dust.I developed Nice Weather back in 2013. The concept was simple and I had no expectations. A weather app focused on simplicity...
7 Awesome Pods For Your iOS Projects
Apr 30, 2015, 9:21 AM
In case you never heard of it, CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has thousands of libraries that can be added in a glimpse to your project.In this article, I present you some of the best...