Welcome To Snipplr
Everyone's Recent Snippets Tagged iphone
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
- Fully compatible with all browsers and iPhone/iPad
- Letterboxes vertically oriented images
- Standalone: no library needed, no conflicts needed and speedy
- VERY light weight (under 3KB for uncompressed css and javascript)
- Easy to integrate...
3
1210
posted 14 years ago by kirie
this was just an exercise to learn about updating a UIImageView to the desired orientation;the accelerometer was used to detect the movements through the overridden method shouldAutorotateToInterfaceOrientation. wurd.
0
1268
posted 14 years ago by rvachere
Add the following framework "AddressBook.framework" to your project
Make sure to import these header files.
#import "AddressBook/ABAddressBook.h"
#import "AddressBook/ABPerson.h"
#import "AddressBook/ABMultiValue.h"
3
1157
posted 14 years ago by espinallab
execute javaScript only for iphone / ipad / ipod using jQuery, triggered on page load
7
2054
posted 14 years ago by humanoid
It was based in Markjnet example here:
>> http://www.markj.net/iphone-asynchronous-table-image/
4
1244
posted 14 years ago by rabc
Inside the `AppDelegate`, the `didFinishLaunchingWithOptions` method can be used to just create and use a custom View Controller class.
1
1057
posted 14 years ago by matryer
Detect if the user is browsing from and iPhone (or iPod) to server up specific content. For example, iPhone users can receive youtube video content instead of vimeo, etc.
1
829
posted 14 years ago by ericschweichler