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 07-25-2011, 05:05 PM   #1 (permalink)
Registered Member
 
roher4's Avatar
 
Join Date: Jan 2011
Location: Toronto, Canada
Posts: 11
roher4 is on a distinguished road
Send a message via Skype™ to roher4
Default Interface Question

How would I go about creating a similar interface to this one? (The background, text at the bottom, etc.)
roher4 is offline   Reply With Quote
Old 07-25-2011, 05:26 PM   #2 (permalink)
Just helping out.
 
Domele's Avatar
 
Join Date: Feb 2011
Posts: 2,565
Domele is on a distinguished road
Default

The background is default and the text at the bottom of Xbox 360 is added using a data source method called titleForFooterInSection. The text above sections are adding using titleForHeaderInSection. UISwitches are added by making them the accessory view of the cell. The loading bar on the right I think is called a UIProgressView.
__________________
If you are looking for a quality developer, I'm your man. Give me a PM if you are interested.

New app - See screenshots and details at www.globaclock.com.

If you want to thank me, click the link. Every click counts. If you want to do more, buy my app. A link is available on my website. Thanks.
Domele is offline   Reply With Quote
Old 07-25-2011, 06:00 PM   #3 (permalink)
Registered Member
 
roher4's Avatar
 
Join Date: Jan 2011
Location: Toronto, Canada
Posts: 11
roher4 is on a distinguished road
Send a message via Skype™ to roher4
Default

Quote:
Originally Posted by Domele View Post
The background is default and the text at the bottom of Xbox 360 is added using a data source method called titleForFooterInSection. The text above sections are adding using titleForHeaderInSection. UISwitches are added by making them the accessory view of the cell. The loading bar on the right I think is called a UIProgressView.
I knew about the switches and progress view; but how would I go about setting it the background color. Would it just be:
Code:
[UIColor defaultColor];
Last but not least, are the different bubbles grouped tables?
roher4 is offline   Reply With Quote
Old 07-25-2011, 06:06 PM   #4 (permalink)
Reading the Documentation
 
baja_yu's Avatar
 
Join Date: Sep 2010
Location: 45.255019,19.844908
Posts: 5,414
baja_yu has a spectacular aura about
Default

They are different sections. And the stripes are default background for a grouped style tableview.
baja_yu is offline   Reply With Quote
Old 07-25-2011, 07:32 PM   #5 (permalink)
Just helping out.
 
Domele's Avatar
 
Join Date: Feb 2011
Posts: 2,565
Domele is on a distinguished road
Default

If you create a grouped table view it'll automatically set it to the striped background. If for some reason it doesn't, you can set it like so:
Code:
UIColor *stripedBackground = [UIColor groupTableViewBackgroundColor];
tableView.backgroundView.backgroundColor = stripedBackground;
__________________
If you are looking for a quality developer, I'm your man. Give me a PM if you are interested.

New app - See screenshots and details at www.globaclock.com.

If you want to thank me, click the link. Every click counts. If you want to do more, buy my app. A link is available on my website. Thanks.
Domele is offline   Reply With Quote
Old 07-25-2011, 08:31 PM   #6 (permalink)
Registered Member
 
roher4's Avatar
 
Join Date: Jan 2011
Location: Toronto, Canada
Posts: 11
roher4 is on a distinguished road
Send a message via Skype™ to roher4
Default

Quote:
Originally Posted by Domele View Post
If you create a grouped table view it'll automatically set it to the striped background. If for some reason it doesn't, you can set it like so:
Code:
UIColor *stripedBackground = [UIColor groupTableViewBackgroundColor];
tableView.backgroundView.backgroundColor = stripedBackground;
Thanks a lot. This would work as a normal view background color object right? Sorry, I'm not at my Macbook at the moment...

Last edited by roher4; 07-26-2011 at 08:33 AM.
roher4 is offline   Reply With Quote
Old 07-25-2011, 09:11 PM   #7 (permalink)
Just helping out.
 
Domele's Avatar
 
Join Date: Feb 2011
Posts: 2,565
Domele is on a distinguished road
Default

Yes it works as a normal UIColor object.
__________________
If you are looking for a quality developer, I'm your man. Give me a PM if you are interested.

New app - See screenshots and details at www.globaclock.com.

If you want to thank me, click the link. Every click counts. If you want to do more, buy my app. A link is available on my website. Thanks.
Domele is offline   Reply With Quote
Old 07-26-2011, 08:32 AM   #8 (permalink)
Registered Member
 
roher4's Avatar
 
Join Date: Jan 2011
Location: Toronto, Canada
Posts: 11
roher4 is on a distinguished road
Send a message via Skype™ to roher4
Default

Quote:
Originally Posted by Domele View Post
Yes it works as a normal UIColor object.
Thanks a lot!
roher4 is offline   Reply With Quote
Reply

Bookmarks

Tags
background, interface, interface builder, iphone

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: 401
16 members and 385 guests
7twenty7, blasterbr, buggen, chiataytuday, Clouds, dre, fiftysixty, HemiMG, jimmyon122, jonathandeknudt, LEARN2MAKE, n00b, nyoe, pungs, tymex, UMAD
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,668
Threads: 94,121
Posts: 402,902
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jonathandeknudt
Powered by vBadvanced CMPS v3.1.0

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