December 2011
5 posts
Dec 27th
1,341 notes
Programming, Motherfucker →
Dec 21st
1 note
3 tags
Twitter Integration
With more than 3000 apps integrated with Twitter, is not really a big surprose to learn that iOS 5 adds APIs to make things even easier. If all we need to to allow users to push tweets from our apps, then it is really easy. All we need to do is to link the ´Twitter.framework´ and then import Twitter/TWTweetComposeViewController.h where we need it. TWTweetComposeViewController is basically a...
Dec 21st
1 note
3 tags
Werror or GTFO
There are a few useful warnings that should be set in any Xcode project. Here them, and why you should care: Mismatched Return Type Warns if a function does not declare a return type, or if the return type is not void, but a return statement is found without a return value. Sign Comparison You have a signed and and unsigned comparision. This warn will let you know if the result is incorrect...
Dec 13th
12 notes
1 tag
Dec 1st
634 notes