- objc.io - A periodical about best practices and advanced techniques in Objective-C
- NSHipster - Interesting not-so-well-known bits about Objective-C and Cocoa
- iOS Unit Testing by Stuart Macgregor 13 Mar 2013
- Layer Trees vs. Flat Drawing – Graphics Performance Across iOS Device Generations by Florian Kugler 24 May 2013
- Overview of iOS Crash Reporting Tools by Cesare Rocchi 20 May 2013
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# A quick and dirty implementation of an HTTP proxy server in Ruby | |
# because I did not want to install anything. | |
# | |
# Copyright (C) 2009 Torsten Becker <[email protected]> | |
require 'socket' | |
require 'uri' | |
This update includes support for iOS 7, 64bit binaries and most importantly faster build time! Clean compilation takes 1/3 of the time compared to previous version.
The most widely used open source projects for iOS is going to release its first major update later this week. This includes better serialization, real-time connection support and more. Interestingly it supports iOS 7 only.