Welcome To Snipplr
Everyone's Recent Snippets Tagged iphone
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Use like this: [self showConfirmation:@"May we send you information and offers by Email?" withMessage:@"1 email per week maximum"];
1
1650
posted 14 years ago by yasirmturk
Use like this: [[self docsPath] stringByAppendingPathComponent:@"photo.png"]
1
1599
posted 14 years ago by yasirmturk
Add MessageUI.framework reference
then in header file
#import <MessageUI/MessageUI.h>
#import <MessageUI/MFMailComposeViewController.h>
#import <MessageUI/MFMessageComposeViewController.h>
1
1726
posted 14 years ago by yasirmturk
"Those who create responsive design for iPhone may be aware of the viewport scaling bug in iPhone Safari. The bug occurs when you set the viewport width to device-width and rotate the phone to landscape view."
1
1203
posted 14 years ago by ichnoweb
Add this code to the controller
Set controller as the delegate of the all the UITextField s in the UIView
1
2055
posted 14 years ago by yasirmturk
A tiny snippet on how to easily detect iPad/iPhone/iPod using javascript.
1
1209
posted 14 years ago by parkarlsson
Use this script in Automator, and make a Service of it. Then give the service a shortcut in System Preferences -> Keyboard
In the script you have to switch the "SETT_INN_API-KODE_FRA_PROWL_HER" with a Prowl API code (https://www.prowlapp.com/api_s...
0
3383
posted 14 years ago by Macgeeky
Based upon http://csswizardry.com/2010/01/iphone-css-tips-for-building-iphone-websites/
0
1448
posted 14 years ago by withinmedianl