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-06-2010, 01:23 PM   #1 (permalink)
New User
 
Join Date: Feb 2010
Posts: 7
DorkyMohr is on a distinguished road
Default Removing black borders from transparent grouped UITableView



Set this UITableView to not opaque, set the background to clear color but still getting black corners on it. Is there a setting I'm missing or a piece of code that will get these guys off my grill?
DorkyMohr is offline   Reply With Quote
Old 08-06-2010, 01:49 PM   #2 (permalink)
New User
 
Join Date: Feb 2010
Posts: 7
DorkyMohr is on a distinguished road
Default

Solution:

It looks like setting it with code does the trick, the only issue was that the code wasn't being called at the right time for me. Make sure you got it in a viewDidLoad function like so:

Code:
- (void)viewDidLoad{
	
	table.backgroundColor = [UIColor clearColor];
	
}
DorkyMohr is offline   Reply With Quote
Old 09-10-2010, 03:50 PM   #3 (permalink)
Registered Member
 
iMerlin's Avatar
 
Join Date: Aug 2010
Posts: 25
iMerlin is on a distinguished road
Default

Quote:
Originally Posted by DorkyMohr View Post
Solution:

It looks like setting it with code does the trick, the only issue was that the code wasn't being called at the right time for me. Make sure you got it in a viewDidLoad function like so:

Code:
- (void)viewDidLoad{
	
	table.backgroundColor = [UIColor clearColor];
	
}
Wow, very simple, You would be surprised at how many suggestions I went through that were much more complicated than this and never seemed to work. This was perfect for my app, worked like a charm. Thanks Dorky!
iMerlin 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: 307
11 members and 296 guests
alexP, arash5500, gordo26, HemiMG, linkmx, mediaspree, nobstudio, Objective Zero, Sloshmonster, stanny, Touchmint
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:29 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0