Welcome To Snipplr


Everyone's Recent Objective C Snippets



1 ... 5 6 7 8 9
Just a simple loop around an NSMutableArray, but also removing an item if need be.
1 459 posted 12 years ago by suibhne
Here is how you add a shadow to a UILabel on the iPhone.
1 493 posted 13 years ago by espinallab
this was just an exercise to learn about updating a UIImageView to the desired orientation;the accelerometer was used to detect the movements through the overridden method shouldAutorotateToInterfaceOrientation. wurd.
0 590 posted 13 years ago by rvachere
Add the following framework "AddressBook.framework" to your project Make sure to import these header files. #import "AddressBook/ABAddressBook.h" #import "AddressBook/ABPerson.h" #import "AddressBook/ABMultiValue.h"
3 521 posted 13 years ago by espinallab
3 501 posted 13 years ago by arpit
Here is a peace of code from one of my project to show you how you to show directions on the Google Map application.
1 592 posted 13 years ago by espinallab
It was based in Markjnet example here: >> http://www.markj.net/iphone-asynchronous-table-image/
4 552 posted 13 years ago by rabc
It set the alpha to zero so the view will be invisible
0 438 posted 13 years ago by rabc
This is really cool, thanks to the author for putting it together.
5 552 posted 13 years ago by espinallab
1 516 posted 13 years ago by espinallab
3 476 posted 13 years ago by ikex
0 644 posted 13 years ago by mracoker
0 365 posted 13 years ago by mracoker
Inside the `AppDelegate`, the `didFinishLaunchingWithOptions` method can be used to just create and use a custom View Controller class.
1 492 posted 13 years ago by matryer
0 408 posted 13 years ago by mracoker
So here is something a lot of people have been wondering to do in the forums. How do I take a UIImage or any image and post it to a website. So this will go over how to do that. There are two ways to tackle this issue. One we can base64 encode the...
2 596 posted 13 years ago by espinallab
2 471 posted 13 years ago by trg
I'm using this Rss Parser for clubplanet app, it works really fast and easy to implement
2 432 posted 13 years ago by espinallab
With 10.5 Apple deprecated the use of NSMailDelivery – without a replacement. So the questions comes up regulary – how does one send emails from Cocoa? Turns out there are couple of frameworks available that can also be used to do the job. *...
0 550 posted 13 years ago by zingo
1 ... 5 6 7 8 9