Advertise Books Events Forum News Social Networking Support Us

sdkIQ for iPhone
($4.99)

Shape Up
($0.99)

Your First iPhone App
($1.99)

iVidCam Free
(free)

Kid Art
($0.99)

iPUBQUIZ
(£1.19)

ArtStudio
($3.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 07-10-2009, 12:12 PM   #3 (permalink)
Esko2300
Registered Member
 
Join Date: Jun 2009
Posts: 121
Default

Well i did figure put the problem with a little research so sorry for the inconvienence about asking the same question over and over , but i have a few more problems i encountered

heres the code i used to move the frame,
Code:
self.view.frame = CGRectMake(self.view.frame.origin.x, self.view.frame.origin.y - 210, self.view.frame.size.width, self.view.frame.size.height);
that took care of moving the textfields into the view

now to make the textfield at the top of the screen i removed the navigation bar at the top of the screen with
Code:
//i used this method to remove the bar[self.navigationController.navigationBar removeFromSuperview];
Code:
//and this method to remove the bar	
[self.navigationController.navigationBar setHidden:YES];
but when the textField moves to where the navigation bar was , the textfield is still covered like the navigation bar is still there, so is there like a navigationBarTransparent funciton or something like that


also how would i write out in code to check if someone tapped a textField?
Esko2300 is offline   Reply With Quote
 
Enter the iPhone App Challenge!  Win $500!
» Advertisements
» Stats
Members: 23,855
Threads: 38,628
Posts: 169,579
Top Poster: smasher (2,547)
Welcome to our newest member, laurelbigler58
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 07:05 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.