Subscribe

Topic: Objective C

New with Topic: Objective C


Derek van Vliet
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...
 
Derek van Vliet
Derek 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...
 
Derek van Vliet
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)...
 
Derek van Vliet
Derek 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...
 
jasers
jasers posted a blog entry
Learning & reading hard copies vs soft
I am trying to learn objective C so that I can help write some programs/applications for the iPhone.  I don’t have much...
3 days ago jasers | Topics: Mac, Misc, apple, Books
 
Deborah
Deborah 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?
 
Derek van Vliet
Derek 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...
 
Andrew Hite
Andrew 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
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...
 
Derek van Vliet
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...
 
Derek van Vliet
Derek 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...
5 days ago Get Set Games | Topics: Development, advent, code, delegate
 
Andrew Hite
Andrew Hite posted a tweet
Brushing up on my Objective-C and reading about iPhone development.
 
Sandaruwan Gunathilake
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
 
<em>g.fazioli</em>
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...
5 days ago Undolog | Topics: Mobile, Objective-C, Sviluppo, iPhone
 
Derek van Vliet
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...
 
Derek van Vliet
Derek 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...
6 days ago Get Set Games | Topics: Development, advent, code, NSBundle
 
Josh Highland
Josh Highland posted a tweet
@rjeanpierre the iphone sdk has a learning curve to it. objective-c is an odd language in my opinion
 
<em>slangevi</em>
slangevi 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.
 
<em>dominiekth</em>
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!
 
Derek van Vliet
Derek 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...
15 days ago Get Set Games | Topics: Development, advent, code, objective-c
 
<em>g.fazioli</em>
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à...
15 days ago Undolog | Topics: Mobile, Objective-C, iPhone, Apple
 
rickerbh
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.
 
<em>g.fazioli</em>
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...
18 days ago Undolog | Topics: Mobile, Objective-C, Sviluppo, iPhone
 
Steve
Steve posted a tweet
@OmarShahine you'll grow to love it. I find objective-c way more fun than c# or win32