A taste of CoreData - Part 0 - A graph framework
Before 2011, I was mainly working on C++/Qt for Gnu/Linux operating systems. I really enjoyed the documentation set and the clear tutorials the development t...
Before 2011, I was mainly working on C++/Qt for Gnu/Linux operating systems. I really enjoyed the documentation set and the clear tutorials the development t...
Few months ago, I wrote a Ruby gem named iostrust to automate the installation of trusted certificate on the different iOS simulators.
03.02.2016 Update: iostrust seems to be broken for Xcode 7. I’m currently trying a new approach to fix this issue.
The others day at work, we were confronted to a serious bug on the iOS app of a customer. Due to some security issues, we used https and a certificate key p...
Displaying HTML content is very easy on iOS. Just grab a UIWebView and call loadHTMLString:baseURL or loadData:MIMEType:textEncodingName:baseURL: and enjoy ...