iBeacon a nudo
Cosa c’è dentro un beacon? L’ultima volta abbiamo fatto quattro chiacchere su cosa sono e cosa effettivamente possono fare. Oggi vorrei tornare sull’argomento, per mostrarvi cosa c’è dentro ad un...
View ArticleiBeacon, iOS e prospettive
Visto che l’argomento iBeacon sembra particolarmente interessante ho deciso di fare un video di 13 min con due piccole demo. Spero possiate trovarlo interessante e perdonate le papere, ma andavo a...
View ArticleUITableView e UITableViewCell con altezze diverse
Di recente ho dovuto “smanettare” per un bel po’ di tempo sulle UITableView con contenuto statico. Cosa sono le UITableView statiche? Dal punto di visto dell’utilità sono eccezionali perché in...
View ArticleEXIF pain, image orientations in iOS
I’ m working on a photo app with a lot of technical challenges to tackle, but I hate when you spend a lot of times on stupid things mostly due to the lack of documentation. EXIF orientation flag is one...
View ArticleConnect iOS to the internet of things (pinoccio)
I don’t want to start explaining what is “the internet of things” because it’s a really huge topic, but I’m here to share my first experience into connect an iOS device to a micro controller called...
View ArticleLittle tips to improve multicore code
One thing that I love about Obj-C and Cocoa is how seamlessly Apple is introducing funcionalities to take advantage of multicore devices. One of the most common things that a dev does by hourly basis...
View ArticleCreate a Power Monitor using Pinoccio
It has been a long time I know, but I was really busy with some important projects. I’d like to begin the new year with a new post about Pinoccio, Pinoccio is a micro controller with a built in WiFi...
View ArticleiOS, blur and UIVisualEffectView using AFBlurView
From iOS7 everything now is about blur. In iOS7 it wasn’t easy to blur a view in “real time”, there are a lot of libraries on GitHub that can (almost) do that. On iOS8 Apple came to rescue enabling...
View ArticleMy first time in Swift: AFSwiftDateExtension
Finally I had enough time to start working on SWIFT, AFSwiftDateExtension is an NSDate extension that makes working with date an easy task. My first project in SWIFT was a little app that I’ve made for...
View ArticleApp Salute e la cartella clinica
Oggi nessun articolo di programmazione e niente inglese maccaronico. Vorrei parlare in realtà di una funzionalità a mio avviso molto interessante presente in iOS8. A volte può essere utile inserire nel...
View ArticleDesignable xib in Xcode? Hell yeah!
I’d like to speak about liveness, it has been introduced in Xcode 6 and along with storyboard and interface preview is a great way to help you undestand how your application will look like without even...
View Article