Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 08-01-2010, 12:58 AM   #1 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 3
mathboy is on a distinguished road
Lightbulb new iPad developer needs your help !

Dears;

I have two questions

1) How to add a background image to my application , and it should be draggable , and above this background i need some fixed photos without being draggable , and other photos also above the background and it should aslo move with the background while dragging ?

2) How to implement the screen orientation and change the background to fit the screen ?

Thank you for your kind help
mathboy is offline   Reply With Quote
Old 08-01-2010, 10:40 PM   #2 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 3
mathboy is on a distinguished road
Default

Guys , any little help ?
mathboy is offline   Reply With Quote
Old 08-02-2010, 01:10 AM   #3 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 139
dudeofswim is on a distinguished road
Default

Quote:
Originally Posted by mathboy View Post
Guys , any little help ?
Well When Xcode generated YOURAPPViewController.m, they also included shouldAutorotateToInterfaceOrientation. By default, views display only in portrait orientation, so you need to implement shouldAutorotateToInterfaceOrientation method if you want to support other orientations.

Locate the shouldAutorotateToInterfaceOrientation method and uncomment it. You can support only some orientations such as portrait or landscape with Home button on the right, but we don’t need to limit ourselves to those scenarios. We want to support all orientations so the view rotates correctly no matter how we’re holding the iPhone. To do this, replace return (interfaceOrientation == UIInterfaceOrientationPortrait); with return YES;.

1
// Override to allow orientations other than
2
// the default portrait orientation.
3
- (BOOL)shouldAutorotateToInterfaceOrientationUIIn terfaceOrientation)interfaceOrientation {
4
// Return YES for supported orientations
5
return YES;
6
}
Now you can build and run it! Hit Command-Left to see your UI rotate with the iPhone simulator. You can Build and Run the project to make sure everything is compiling and running.
dudeofswim is offline   Reply With Quote
Old 08-02-2010, 02:36 AM   #4 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 3
mathboy is on a distinguished road
Default Thank You !

Quote:
Originally Posted by dudeofswim View Post
Well When Xcode generated YOURAPPViewController.m, they also included shouldAutorotateToInterfaceOrientation. By default, views display only in portrait orientation, so you need to implement shouldAutorotateToInterfaceOrientation method if you want to support other orientations.

Locate the shouldAutorotateToInterfaceOrientation method and uncomment it. You can support only some orientations such as portrait or landscape with Home button on the right, but we don’t need to limit ourselves to those scenarios. We want to support all orientations so the view rotates correctly no matter how we’re holding the iPhone. To do this, replace return (interfaceOrientation == UIInterfaceOrientationPortrait); with return YES;.

1
// Override to allow orientations other than
2
// the default portrait orientation.
3
- (BOOL)shouldAutorotateToInterfaceOrientationUIIn terfaceOrientation)interfaceOrientation {
4
// Return YES for supported orientations
5
return YES;
6
}
Now you can build and run it! Hit Command-Left to see your UI rotate with the iPhone simulator. You can Build and Run the project to make sure everything is compiling and running.

Thank you a lot ! appreciated ..
mathboy is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 354
9 members and 345 guests
alexP, gordo26, headkaze, mistergreen2011, nobstudio, Objective Zero, rayjeong, revg, Sloshmonster
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,655
Threads: 94,116
Posts: 402,889
Top Poster: BrianSlick (7,990)
Welcome to our newest member, pungs
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 11:16 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0