Discussion Forums  >  Status Bar, Navigation Bar

Replies: 6    Views: 114

daku7
Aspiring developer
Profile
Posts: 227
Reg: Oct 30, 2011
Toronto
3,170
06/11/12 10:24 PM (12 years ago)

Image with a menu button

Hello, Please have a look at this image. http://www.xxxxxx.com/1.png I want to create a menu like this. How are you able to click CONTACT and be take to a menu in the app that has the contact function? Also if I click on MORE INFO I want to go to the MORE INFO menu on the app. The same goes for SHARE APP
 
jawdoss
Android Fan
Profile
Posts: 359
Reg: Jun 10, 2012
Gold Coast, Que...
9,090
like
06/11/12 11:52 PM (12 years ago)
When you are on you main page settings you have to link the page up to another menu page (e.g. Your 'more info' menu).
 
ATRAIN53
Code is Art
Profile
Posts: 1755
Reg: Nov 17, 2011
Chicago
26,450
like
06/12/12 06:42 AM (12 years ago)
That is a custom UIView screen someone made. Those are UIButtons on the screen and they are each assigned 'actions'. You could use a BT Menu to sort of mimic that screen, they would be stacked vertically. You could make a BT Button screen and use the horizontal layout and put 3 custom sized buttons there. that might look close. but if you want to replicate that exact screen/look - you'd need to make a new plug-in screen and add the background image and then the 3 UIButtons and assign them each an action. it would be a nice chunk of custom coding, but definately very doable in BT with a plugin screen. just made somethign similar myself with UIbuttons to use the Tweetsheet in my app.
 
daku7
Aspiring developer
Profile
Posts: 227
Reg: Oct 30, 2011
Toronto
3,170
like
06/12/12 06:54 PM (12 years ago)
Is it possible to get step by step instructions on how to do this?
 
jawdoss
Android Fan
Profile
Posts: 359
Reg: Jun 10, 2012
Gold Coast, Que...
9,090
like
06/12/12 06:56 PM (12 years ago)
drawable files is the key!
 
ATRAIN53
Code is Art
Profile
Posts: 1755
Reg: Nov 17, 2011
Chicago
26,450
like
06/13/12 07:02 AM (12 years ago)
if only there was..... i learned how to do this after watching a bunch of tutorials and piecing it together. lots of trial and error but finally i'm making more working trials than errors.... how comfy are you working with xcode? do the words "custom plugin" sound fun or scary? have you ever worked with a -viewDidLoad statement? have you dabbled in the plug-in area at all with BT? those are all things that you would be working with to make that kind of screen. i'm still studying and learning myself how this really works, but it does and it definately is the key to extending BT apps beyond the screens and features they offer.
 
jawdoss
Android Fan
Profile
Posts: 359
Reg: Jun 10, 2012
Gold Coast, Que...
9,090
like
06/14/12 01:17 AM (12 years ago)
They sound, both fun and scary! HAHA.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.