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

Mockup & CodeGen, iPhone & iPad
($9.99)

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

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Tutorials > Tutorial Requests

Reply
 
LinkBack Thread Tools Display Modes
Old 02-13-2010, 06:28 PM   #1 (permalink)
Registered Member
 
Join Date: Feb 2010
Posts: 6
Question Rotating Navigation Menu

I'm hoping someone can help. I have searched the net several times and can't seem to find anything to help.

I am trying to create a menu that will have a button (custom image) in the center and a number of icons around it. I need the icons to rotate around the button when the user drags an icon or "flicks" it. The icon in the front would become slightly larger and more prominent that the others. All icons are visible to the user.

Can anyone direct me to a tutorial or a book that would help with this. I am new to programming, but doing this for a client that needs it complete in a few weeks.

Any and all help is greatly appreciated.

Thanks!
jesmith6 is offline   Reply With Quote
Old 02-13-2010, 06:35 PM   #2 (permalink)
Obj-C Learner
 
Join Date: Apr 2009
Location: Manchester, UK
Posts: 1,030
Send a message via MSN to ZunePod Send a message via Yahoo to ZunePod
Default

This seems like some pretty tough work if you're new.
ZunePod is offline   Reply With Quote
Old 02-13-2010, 06:50 PM   #3 (permalink)
Registered Member
 
Join Date: Feb 2010
Posts: 6
Default

Quote:
Originally Posted by ZunePod View Post
This seems like some pretty tough work if you're new.
I agree but unfortunately it has to be done. It is a school project for a company and my team and I have been committed to it. I just need a starting point, some tutorials that explain something very similar and classes that are needed. Maybe something as simple as making 1 object rotate in a circle when the user touches or "flicks" it. I'm not sure if this is done with Core Animation or UITouch?

A correction to above. I am not new to programming just new to Objective-C. I have programmed in C++, C#, and VB.NET.

Last edited by jesmith6; 02-13-2010 at 07:03 PM.
jesmith6 is offline   Reply With Quote
Old 02-13-2010, 07:09 PM   #4 (permalink)
Obj-C Learner
 
Join Date: Apr 2009
Location: Manchester, UK
Posts: 1,030
Send a message via MSN to ZunePod Send a message via Yahoo to ZunePod
Default

Let me see if I get what you're trying to do.

Will the other icons be on a "wheel" around the other ones?
ZunePod is offline   Reply With Quote
Old 02-13-2010, 07:39 PM   #5 (permalink)
Registered Member
 
Join Date: Feb 2010
Posts: 6
Default

Quote:
Originally Posted by ZunePod View Post
Let me see if I get what you're trying to do.

Will the other icons be on a "wheel" around the other ones?
Almost...there will be an image in the center that will be used as a button. The icons will be on a wheel around it. As the icons rotate by the user touching and dragging them the one at the bottom will become slightly larger and more prominent to indicate it is the one being selected

I have attached a .zip file with a .doc file illustrating what I am trying to accomplish.

Thank you for your help.
Attached Files
File Type: zip Menu.zip (2.3 KB, 122 views)
jesmith6 is offline   Reply With Quote
Old 02-13-2010, 07:46 PM   #6 (permalink)
Obj-C Learner
 
Join Date: Apr 2009
Location: Manchester, UK
Posts: 1,030
Send a message via MSN to ZunePod Send a message via Yahoo to ZunePod
Default

I can say with a degree of certainty that there is nothing like that built in.

But it's still possible. You'll need to learn how respond to drags, and moving UIImageViews.
ZunePod is offline   Reply With Quote
Old 02-13-2010, 08:09 PM   #7 (permalink)
Registered Member
 
Join Date: Feb 2010
Posts: 6
Default

Quote:
Originally Posted by ZunePod View Post
I can say with a degree of certainty that there is nothing like that built in.

But it's still possible. You'll need to learn how respond to drags, and moving UIImageViews.
I have found tutorials and can get an image to move when a user drags it, but I can't figure out how to get it to move in a circle as shown in the illustration.

Any suggestions on how to get started with trying to get the image to move in a circle?
jesmith6 is offline   Reply With Quote
Old 02-13-2010, 08:11 PM   #8 (permalink)
Obj-C Learner
 
Join Date: Apr 2009
Location: Manchester, UK
Posts: 1,030
Send a message via MSN to ZunePod Send a message via Yahoo to ZunePod
Default

Honestly, I have no idea.

There's a lot of code though, I can tell you that.
ZunePod is offline   Reply With Quote
Old 02-13-2010, 08:13 PM   #9 (permalink)
Registered Member
 
Join Date: Feb 2010
Posts: 6
Default

Quote:
Originally Posted by ZunePod View Post
Honestly, I have no idea.

There's a lot of code though, I can tell you that.
Yeah...I figured. Well, I appreciate your help.

If there is anyone else that can possible help I would be very grateful.

Thanks
jesmith6 is offline   Reply With Quote
Old 02-13-2010, 08:17 PM   #10 (permalink)
Obj-C Learner
 
Join Date: Apr 2009
Location: Manchester, UK
Posts: 1,030
Send a message via MSN to ZunePod Send a message via Yahoo to ZunePod
Default

Kalimba and BrainSlick know a lot about this stuff.

Don't contact them by PM, they don't like that kinda thing.
ZunePod is offline   Reply With Quote
Old 02-13-2010, 08:33 PM   #11 (permalink)
Registered Member
 
Join Date: Feb 2010
Posts: 6
Default

Quote:
Originally Posted by ZunePod View Post
Kalimba and BrainSlick know a lot about this stuff.

Don't contact them by PM, they don't like that kinda thing.
Thanks, I really appreciate it.
jesmith6 is offline   Reply With Quote
Old 05-26-2011, 02:41 PM   #12 (permalink)
Registered Member
 
Join Date: Apr 2011
Posts: 1
Default

Quote:
Originally Posted by jesmith6 View Post
Thanks, I really appreciate it.
Did you figure out how to do this? i have a similar requirement now, Please let me know if you have the solution.
naveenkurmadas is offline   Reply With Quote
Old 07-12-2011, 02:43 PM   #13 (permalink)
Registered Member
 
Join Date: May 2011
Posts: 3
Default

look for the demo app from Apple called iPlant it does what you want to do this, very cool,
will help you a lot.

I saw in WWDC 2010.
Dans_Edu is offline   Reply With Quote
Reply

Bookmarks

Tags
animation, navigation, rotate

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: 248
23 members and 225 guests
ADY, Alsahir, beleg_1998, Dani77, diyora, FAED, fredidf, iDifferent, iph_s, JamesCahall, JasonR, mer10, Monstertaco, prchn4christ, Robiwan, Rudy, smithdale87, Speed, spiderguy84, stekki, tgjorgoski, timle8n1, twerner
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,880
Threads: 89,228
Posts: 380,755
Top Poster: BrianSlick (7,129)
Welcome to our newest member, @sandris
Powered by vBadvanced CMPS v3.1.0

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