07-25-2011, 05:05 PM
#1 (permalink )
Registered Member
Join Date: Jan 2011
Location: Toronto, Canada
Posts: 11
Interface Question
How would I go about creating a similar interface to this one? (The background, text at the bottom, etc.)
07-25-2011, 05:26 PM
#2 (permalink )
Just helping out.
Join Date: Feb 2011
Posts: 2,565
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.
07-25-2011, 06:00 PM
#3 (permalink )
Registered Member
Join Date: Jan 2011
Location: Toronto, Canada
Posts: 11
Quote:
Originally Posted by
Domele
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?
07-25-2011, 06:06 PM
#4 (permalink )
Reading the Documentation
Join Date: Sep 2010
Location: 45.255019,19.844908
Posts: 5,414
They are different sections. And the stripes are default background for a grouped style tableview.
07-25-2011, 07:32 PM
#5 (permalink )
Just helping out.
Join Date: Feb 2011
Posts: 2,565
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.
07-25-2011, 08:31 PM
#6 (permalink )
Registered Member
Join Date: Jan 2011
Location: Toronto, Canada
Posts: 11
Quote:
Originally Posted by
Domele
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 .
07-25-2011, 09:11 PM
#7 (permalink )
Just helping out.
Join Date: Feb 2011
Posts: 2,565
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.
07-26-2011, 08:32 AM
#8 (permalink )
Registered Member
Join Date: Jan 2011
Location: Toronto, Canada
Posts: 11
Quote:
Originally Posted by
Domele
Yes it works as a normal UIColor object.
Thanks a lot!
Thread Tools
Display Modes
Linear Mode
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
» 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