 |
Title |
User |
Language |
Tags |
Description |
Date |
|
|
|
Hidden files in MacOSX
|
vaishnavi
|
AppleScript |
files
|
Hide and show files in MacOSX
|
April 26, 2012 |
|
Removing whitespace from NSString
|
vaishnavi
|
Objective C |
whitespace
|
removing whitespace from front and end of a string
|
January 24, 2012 |
|
Enable UIButton inside UIImageView
|
vaishnavi
|
Objective C |
touch
|
When you add a UIButton as a subview to UIImageView, it will not correspond to touch events automatically, UIImageView's userinteraction property needs to be set
|
September 16, 2011 |
|
Opening safari inside app
|
vaishnavi
|
Objective C |
safari
|
|
August 23, 2011 |
|
writing a custom delegate
|
vaishnavi
|
Objective C |
Delegate
|
|
April 12, 2011 |
|
using popToViewController
|
vaishnavi
|
Objective C |
uinavigationcontroller
|
|
December 31, 2010 |
|
To check the type of class
|
vaishnavi
|
Objective C |
class
|
|
December 28, 2010 |
|
Encode and decode of strings
|
vaishnavi
|
Objective C |
nsstring
|
|
December 23, 2010 |
|
Landscape orientation for a single view controller
|
vaishnavi
|
Objective C |
UIInterfaceOrientationLandscapeLeft
|
|
December 10, 2010 |
|
Refresh the view in UIViewController
|
vaishnavi
|
Objective C |
UIViewController
|
When you come back to the parent view controller after visiting controller and want to refresh the content, set the view to nil and then load it.
|
December 9, 2010 |
|
Automate the position of UITextField w.r.t the keyboard
|
vaishnavi
|
Objective C |
UITextField
|
move the position of the textfield with respect to the position of the keyboard. After the last textfield has some text entered, resign the keyboard from the view
|
December 9, 2010 |
|
implementing accelerometer to move objects
|
vaishnavi
|
Objective C |
accelerometer
|
motion of objects(labels and images)
|
December 9, 2010 |
|
Record sound in iPhone
|
vaishnavi
|
Objective C |
AVAudioRecorder
|
|
December 9, 2010 |
|
email address validation in objective c
|
vaishnavi
|
Objective C |
email
|
|
December 9, 2010 |
|
Comparing two CGSize variables
|
vaishnavi
|
Objective C |
CGSize
|
|
December 9, 2010 |