Subscribe
Subscribe
Subscribe Options (Close)
Topic: Objective C
New with Topic: Objective C
ngs bookmarked a link
Derek van Vliet shared an item
iPhoneDev Advent Tip #17: How to Prevent the iPhone from Sleeping
Left idle, the iPhone goes into sleep mode after about a minute. This narcoleptic behaviour saves on battery life, but there are situations where you would not want the device to go to sleep. For instance, in the middle of a multiplayer game that is...
Left idle, the iPhone goes into sleep mode after about a minute. This narcoleptic behaviour saves on battery life, but there are situations where you would not want the device to go to sleep. For instance, in the middle of a multiplayer game that is...
2 days ago
Google Reader
| Topics: Development, advent, code, objective-c | Add google reader to your profile
Google Reader
| Topics: Development, advent, code, objective-c | Add google reader to your profileDerek van Vliet posted a blog entry
iPhoneDev Advent Tip #17: How to Prevent the iPhone from Sleeping
Left idle, the iPhone goes into sleep mode after about a minute. This narcoleptic behaviour saves on battery life, but there...
Left idle, the iPhone goes into sleep mode after about a minute. This narcoleptic behaviour saves on battery life, but there...
Vashira R bookmarked links
Quake Boy posted a tweet
Derek van Vliet shared an item
iPhoneDev Advent Tip #16: How to Show the Network Activity Indicator
The network activity indicator is like the UIActivityIndicatorView we previously discussed, only it sits on the status bar, it is smaller, and believe it or not, it is even easier to manipulate. It’s the little rotating wheel of bars (pictured right)...
The network activity indicator is like the UIActivityIndicatorView we previously discussed, only it sits on the status bar, it is smaller, and believe it or not, it is even easier to manipulate. It’s the little rotating wheel of bars (pictured right)...
2 days ago
Google Reader
| Topics: Uncategorized, advent, code, objective-c | Add google reader to your profile
Google Reader
| Topics: Uncategorized, advent, code, objective-c | Add google reader to your profileDerek van Vliet posted a blog entry
iPhoneDev Advent Tip #16: How to Show the Network Activity Indicator
The network activity indicator is like the UIActivityIndicatorView we previously discussed, only it sits on the status bar, it...
The network activity indicator is like the UIActivityIndicatorView we previously discussed, only it sits on the status bar, it...
onchange bookmarked a link
daveknapik bookmarked links
3 days ago
Delicious
| Topics: iphone, tutorials, programming, development | Add delicious to your profile
Delicious
| Topics: iphone, tutorials, programming, development | Add delicious to your profileDeborah posted a tweet
@prickett My new years resolution is to channel iphone app development superpowers to generate super bucks. Do you program in Objective C?
3 days ago
Twitter
| Topics: New Years..., app..., iphone, Objective C | Add twitter to your profile
Twitter
| Topics: New Years..., app..., iphone, Objective C | Add twitter to your profileDerek van Vliet shared an item
iPhoneDev Advent Tip #15: How to Make the iPhone Vibrate
The iPhone is capable of dazzling the user eyes by pushing impressive graphics around its screen and tickling their ears with a lot of audio to go with it, but you may want to give users of your iPhone app some additional sensory experience on top of...
The iPhone is capable of dazzling the user eyes by pushing impressive graphics around its screen and tickling their ears with a lot of audio to go with it, but you may want to give users of your iPhone app some additional sensory experience on top of...
4 days ago
Google Reader
| Topics: Development, advent, AudioToolbox, code | Add google reader to your profile
Google Reader
| Topics: Development, advent, AudioToolbox, code | Add google reader to your profileAndrew Hite posted a tweet
It's so weird that Objective-C uses YES and NO for boolean values instead of true and false.
Derek van Vliet posted a blog entry
iPhoneDev Advent Tip #15: How to Make the iPhone Vibrate
The iPhone is capable of dazzling the user eyes by pushing impressive graphics around its screen and tickling their ears with a...
The iPhone is capable of dazzling the user eyes by pushing impressive graphics around its screen and tickling their ears with a...
Derek van Vliet shared an item
iPhoneDev Advent Tip #14: How to Retrieve Your App Delegate Singleton Instance
You should be familiar with the application delegate class if you have ever developed any kind of iPhone app. It is the class that contains your app’s applicationDidFinishLaunching which most if not all apps use as an entry point for execution. You...
You should be familiar with the application delegate class if you have ever developed any kind of iPhone app. It is the class that contains your app’s applicationDidFinishLaunching which most if not all apps use as an entry point for execution. You...
4 days ago
Google Reader
| Topics: Development, advent, code, delegate | Add google reader to your profile
Google Reader
| Topics: Development, advent, code, delegate | Add google reader to your profileDerek van Vliet posted a blog entry
iPhoneDev Advent Tip #14: How to Retrieve Your App Delegate Singleton Instance
You should be familiar with the application delegate class if you have ever developed any kind of iPhone app. It is the class...
You should be familiar with the application delegate class if you have ever developed any kind of iPhone app. It is the class...
Andrew Hite posted a tweet
Brushing up on my Objective-C and reading about iPhone development.
Sandaruwan Gunathilake posted a tweet
http://corte.si/posts/code/devsurvey/index.html look at the swear words.. i'm not surprised about objective-C
g.fazioli posted a blog entry
Objective-C: esporre proprietà in una classe
Vorrei mostrare e discutere alcuni esempi sul come aggiungere e manipolare proprietà in una Classe Objective-C. Un esempio...
Vorrei mostrare e discutere alcuni esempi sul come aggiungere e manipolare proprietà in una Classe Objective-C. Un esempio...
Derek van Vliet shared an item
iPhoneDev Advent Tip #13: How to Get Your App’s Display Name and Version
Have you ever needed to retrieve your iPhone app’s name or version at runtime? Sure, you can use constants in a lot of cases, but it can often save you time in the long run to make use of the information that is available via a class called...
Have you ever needed to retrieve your iPhone app’s name or version at runtime? Sure, you can use constants in a lot of cases, but it can often save you time in the long run to make use of the information that is available via a class called...
6 days ago
Google Reader
| Topics: Development, advent, code, NSBundle | Add google reader to your profile
Google Reader
| Topics: Development, advent, code, NSBundle | Add google reader to your profileDerek van Vliet posted a blog entry
iPhoneDev Advent Tip #13: How to Get Your App’s Display Name and Version
Have you ever needed to retrieve your iPhone app’s name or version at runtime? Sure, you can use constants in a lot of...
Have you ever needed to retrieve your iPhone app’s name or version at runtime? Sure, you can use constants in a lot of...
sadegh bookmarked a link
sadegh bookmarked a link
Josh Highland posted a tweet
@rjeanpierre the iphone sdk has a learning curve to it. objective-c is an odd language in my opinion
onchange bookmarked a link
11 days ago
Delicious
| Topics: iphone, objective-c, programming, development | Add delicious to your profile
Delicious
| Topics: iphone, objective-c, programming, development | Add delicious to your profilemacfidelity bookmarked a link
12 days ago
Delicious
| Topics: iphone, memory, objective-c, programming | Add delicious to your profile
Delicious
| Topics: iphone, memory, objective-c, programming | Add delicious to your profileslangevi bookmarked a link
oauth - Project Hosting on Google Code
An open protocol to allow API authentication in a simple and standard method from desktop and web applications.
An open protocol to allow API authentication in a simple and standard method from desktop and web applications.
dominiekth posted a tweet
Drinking drip coffee and doing some hardcore iPhone Objective-c coding. I have a cool new Nano-startup launching this Xmas!
14 days ago
Twitter
| Topics: drip coffee, C Coding, iphone, Objective C | Add twitter to your profile
Twitter
| Topics: drip coffee, C Coding, iphone, Objective C | Add twitter to your profileDerek van Vliet posted a blog entry
iPhoneDev Advent Tip #4: Eliminating class dependencies on your application delegate
Ever have the need to call a method inside your app delegate from an arbitrary place in your code? We’ve had to deal...
Ever have the need to call a method inside your app delegate from an arbitrary place in your code? We’ve had to deal...
g.fazioli posted a blog entry
Apple iPhone: creare un custom toggle button
Gli stati UIControlStateSelected o UIControlStateHighlighted non funzionano quando un UIButton è impostato in modalità...
Gli stati UIControlStateSelected o UIControlStateHighlighted non funzionano quando un UIButton è impostato in modalità...
rickerbh posted a tweet
Brilliant. Some Objective-C I wrote made it's way into a high profile clients iPhone app on a project I've been helping out with.
g.fazioli posted a blog entry
Very short snippet: streaming mp3 file su Apple iPhone
Un'alternativa davvero semplice per eseguire uno streaming di un file mp3 su Apple iPhone potrebbe essere:PLAIN...
Un'alternativa davvero semplice per eseguire uno streaming di un file mp3 su Apple iPhone potrebbe essere:PLAIN...
ukituki bookmarked a link
18 days ago
Delicious
| Topics: stanford, objective-c, cocoa, tutorials | Add delicious to your profile
Delicious
| Topics: stanford, objective-c, cocoa, tutorials | Add delicious to your profilepmark bookmarked a link
20 days ago
Delicious
| Topics: iphone, howto, tutorial, objective-c | Add delicious to your profile
Delicious
| Topics: iphone, howto, tutorial, objective-c | Add delicious to your profiledr.Hamza bookmarked a link
Arnaud bookmarked a link
22 days ago
Delicious
| Topics: development, osx, programming, cocoa | Add delicious to your profile
Delicious
| Topics: development, osx, programming, cocoa | Add delicious to your profileSteve posted a tweet
@OmarShahine you'll grow to love it. I find objective-c way more fun than c# or win32
Related topics
Advent
apple
apple iphone
AudioToolbox
cocoa
code
development
iphone
library
mobile
programming
tutorial
tutorials
UIApplication
Vibrate
Top members tagged
Top communities tagged
You
Explore
Create
Help
MyBlogLog Blog | MyBlogLog RSS Feed | Terms of Service | Privacy Policy | About Our Ads | Report Abuse
Copyright © 2005-2009 MyBlogLog. All rights reserved. Copyright/IP Policy

















