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 04-16-2010, 04:40 PM   #1 (permalink)
Registered Member
 
Join Date: Mar 2010
Posts: 26
ipoduplink is on a distinguished road
Post Animating the Alpha on a UIView

I have tried this multiple ways, all with no success. I have an app with a UITableView and a UISearchBar at the top. I am trying to make it so that when the user clicks on the search bar, a dark translucent background will appear over the table view, and dissapear when the user starts typing. I have seen this in the contacts application, and thought i was on the right track, but ran into trouble. In the searchBarTextDidBeginEditingUISearchBar *)theSearchBar method i have this code:
Code:
if (overlay == nil) {
		overlay = [[UIView alloc] initWithFrame:CGRectMake(0, 44, 320, 436)];
		[overlay setBackgroundColor:[UIColor colorWithRed:0 green:0 blue:0 alpha:0.0]];
		[UIView beginAnimations:nil context:nil];
		[UIView setAnimationDuration:0.5];
		[overlay setAlpha:0.75];
		[UIView commitAnimations];
	}
I looked at the documentation for UIView, and it says that alpha in animateable. However, the overlay view doesnt appear.
ipoduplink is offline   Reply With Quote
Old 04-16-2010, 04:43 PM   #2 (permalink)
Emphasizing Fundamentals
 
BrianSlick's Avatar
 
Join Date: Jul 2009
Location: NoVA / DC Area
Age: 36
Posts: 7,990
BrianSlick has a spectacular aura about
Default

1. At least in this code sample, you never add the overlay to the view.

2. This whole approach is not necessary. See the table view link in my signature for guidance.
__________________
BriTer Ideas LLC - Professional iOS App Development. Available for hire.

SlickShopper 2 | Free NSLog utility | Leave a PayPal donation.

Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | Guide To Troubleshooting | Model Object Overview

Do you sit at a desk all day? Walk instead! Follow along with my treadmill desk adventures.
BrianSlick is offline   Reply With Quote
Reply

Bookmarks

Tags
alpha, animate, animating

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: 315
16 members and 299 guests
chemistry, Domele, Duncan C, Fstuff, givensur, heshiming, HowEver, iAppDeveloper, iphonedevshani, jbro, JoeRCruso, kapps11, newDev, SLIC, stanny, WheyLabs
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,648
Threads: 94,112
Posts: 402,874
Top Poster: BrianSlick (7,990)
Welcome to our newest member, brandon6031
Powered by vBadvanced CMPS v3.1.0

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