Language : objective-c

Title User Language Tags Description Date
Image resize with CI satie83 Objective C

Core Image provides a lot of filter to apply to images. Here there is a snippet to modify the size of the image using the Lanczos algorithm. You have to give the image URL and the ratio of the scale. If the ratio is smaller than 1 it reduce, otherwise it enlarges the image.

Thursday
Macro to use HEX color Gretzki Objective C

OBJC macro to use HEX color values to init UIColor objects

Wednesday
Example from IVM-Awesomesauce leftspin Objective C

A snippet of code from IVM-Awesomesauce that shows how to use included classes to perform a custom animation between two UIViewControllers.

April 22
Find For A Substring In A NSString jcgaribaldi Objective C March 21
Create UIColor From RGB Values bradfields Objective C

Setup a colour. Values are between 0 and 1 so need to do a little bit of maths instead of just boshing them in from Photoshop

February 21
Classe Singleton kajinka13 Objective C

Classe Singleton

February 7
Force NSLocalizedString to use a specific language kajinka13 Objective C

Force NSLocalizedString to use a specific language

February 4
Mantenere in background (musica, location) kajinka13 Objective C

Mantenere in background (musica, location)

February 2
Reproductor de audio iOS Nekak Objective C

Reproductor de audio creado para iOS que puede ser personalizado.

February 1
HTTP Request Spaxtel VitaliyGozhenko Objective C

HTTP Request Spaxtel

January 29
Removing whitespace from NSString vaishnavi Objective C

removing whitespace from front and end of a string

January 24
Work 3 in C AlexanderRavikovich Objective C

Buld menu & use pinter & dynamic arrays

December 27
Draw Over UIImageView ppaulojr Objective C

mainimg is a UIImageView

December 23
AVAudioPlayer Metadata for iTunes integration ppaulojr Objective C

Metadata of Playing Media iOS5 Only

Use this for integration with Accessories and Apple TV

December 23
Change Color of NSButton mirage3d Objective C

A Modular method to set new text with color of an NSButton. Thanks go to the owner of this code - RayNewbie - in the Apple discussion forum.

December 20