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
1467
posted 14 years ago by yasirmturk
Use like this: [[self docsPath] stringByAppendingPathComponent:@"photo.png"]
1
1461
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
1543
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
1098
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
1909
posted 14 years ago by yasirmturk
A tiny snippet on how to easily detect iPad/iPhone/iPod using javascript.
1
1115
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
3251
posted 14 years ago by Macgeeky
Based upon http://csswizardry.com/2010/01/iphone-css-tips-for-building-iphone-websites/
0
1333
posted 14 years ago by withinmedianl