Profile
Achievement

suibhne's Recent SnippetsTagged iphone
- All /
« Prev 1 Next »
Code that will convert a simple Hex code value (from HTML colors) to an actual useable NSColor.
0
696
posted 11 years ago by suibhne
This code will resize a UILabel so that the label is as small as it can be in both width and height, based on the text in it and the font used.
1
648
posted 12 years ago by suibhne
This adds a UITextField to a table view so that you can enter a value with the keyboard.
0
461
posted 12 years ago by suibhne
Just a simple loop around an NSMutableArray, but also removing an item if need be.
1
458
posted 12 years ago by suibhne
This adds a spinning activity indicator to the top navigation bar of a navigation controller.
0
508
posted 13 years ago by suibhne
Some code that will load an image from a remote URL, and then resize it.
6
888
posted 13 years ago by suibhne
Just a simple loop around a mutable dictionary object which I always seem to forget.
1
448
posted 13 years ago by suibhne
Just replace a character within a string (e.g. carriage returns).
1
479
posted 13 years ago by suibhne