Category Archives: iOS

iOS – Habit List

Habit List Intuitive and flexible, Habit List helps you create good habits and break unhealthy ones. Stay on track, keep your to-do list uncluttered, and see big changes through little steps The app I always wanted to write (plus a tonne of others I’m guessing) is out. I really like the features of this one. [...]

Also posted in programming | Tagged | Leave a comment

On Why I Am Not Buying RubyMotion

I think Cesare Rocchis has some good points Whenever I see a third party tool I ask myself: how quickly it will be updated to the last SDK version? Say Apple releases a iOS6 today. Will an aligned version of the tool be ready today? Being behind the latest sucks if you’re pushing to keep [...]

Also posted in link, programming | Tagged | Leave a comment

iOS development – How do you print a CGRect?

UIKit functions CGRect rect = CGRectMake(0, 0, 50.0f, 50.0f); NSLog(@”Rect: %@”, NSStringFromCGRect(rect)); This gives you a CGRectFromString, which is an NSString formatted like: @”{{x,y},{w, h}}” From the above example you would have the following logged: {{0,0},{50, 50}} Tweet

Also posted in Objective-C, programming | Comments closed

Objective-C .gitignore

gitignore/Objective-C.gitignore # Xcode build/* *.pbxuser !default.pbxuser *.mode1v3 !default.mode1v3 *.mode2v3 !default.mode2v3 *.perspectivev3 !default.perspectivev3 *.xcworkspace !default.xcworkspace xcuserdata profile *.moved-aside DerivedData Tweet

Also posted in Objective-C | Tagged , | Comments closed

AFNetworking

AFNetworking AFNetworking is a delightful networking library for iOS and Mac OS X. It’s built on top of NSURLConnection, NSOperation, and other familiar Foundation technologies. It has a modular architecture with well-designed, feature-rich APIs that are a joy to use. This looks quite handy. Tweet

Also posted in link, programming | Tagged , | Comments closed

iOS Instagram Image Filters demo

changneng This demo implements 14 filter effects similar to Instagram. Well it seems you too can add filters for images in your own apps! However, I’m not too sure if there are any licensing issues around it either. Tweet

Also posted in link, programming | Tagged , | Comments closed

RubyMotion

RubyMotion RubyMotion is a revolutionary toolchain for iOS. It lets you quickly develop and test native iOS applications for iPhone or iPad, all using the awesome Ruby language you know and love. Based off MacRuby, RubyMotion is akin to MonoTouch, C# & .NET iOS development flavour. To me, the discussion is far more interesting. I [...]

Also posted in link, programming | Tagged | Comments closed

Page optimized by WP Minify WordPress Plugin