Discussion Forums  >  Uncategorized

Replies: 8    Views: 520

manubiou
Apple Fan
Profile
Posts: 71
Reg: Jan 11, 2011
france
710
02/09/11 08:08 AM (15 years ago)

same problem for home screen

Hi, always the same problem for home screen login : the top bar hide the login and password cell. only the login button is visible thanks
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
02/09/11 09:54 AM (15 years ago)
We have heard this a few times... the login screen is meant to be transitioned to the screen from a menu or button click, it wasn't thought of that that it may be used as as home screen. The source-code has been updated to allow for this - logins as home screens. The adjustment was very easy. You have two options: a) re-download the source-code for your project OR b) Adjust one line in BT_screen_settingsLogIn.m If you want to make the change yourself, in your proeject, open up BT_screen_settingsLogIn.m and find this on about line number 59: box.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleBottomMargin; Remove the UIViewAutoresizingFlexibleTopMargin and UIViewAutoresizingFlexibleBottomMargin values so it looks like this: box.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin; Re-launch the simulator, it should work great ;-)
 
manubiou
Apple Fan
Profile
Posts: 71
Reg: Jan 11, 2011
france
710
like
02/09/11 10:15 AM (15 years ago)
sorry David, but always same problem ! login screen loaded by a menu : login cell hidden by top bar I have re-download the source code and I've make change myself too it didn't work...
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
02/09/11 10:32 AM (15 years ago)
Which application in your control panel are you working with? I'll get a look at it, I can't seem to duplciate the same problem but will after downloading and compiling yours. Just post the name of the app you're working with.
 
manubiou
Apple Fan
Profile
Posts: 71
Reg: Jan 11, 2011
france
710
like
02/09/11 10:57 AM (15 years ago)
blampin3 - nous contacter - login screen manu 2 thanks David
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
02/09/11 11:56 AM (15 years ago)
Go it! In the Global Theme you are using a Solid Navigation bar. On the Login screen, you have overriden this and selected a Transparent navigation Bar. Becuase of this, iOS is moving everyting 'up' a bit and 'under' the navigation bar. If you look close, you can see through the bar. This is the standard behavior. However, the source-code was not accounting for this. It is now. If you don't want to re-download everything, use the attachment I sent you through email. Great catch! The lesson on our end: If users select transparent navigation bars the content will need to adjust for this on some screen. Some screens, like a list of items, SHOULD scroll under the transparent navigation bar but other screens (like the login screen) should 'move down' so it's not hidden.
 
manubiou
Apple Fan
Profile
Posts: 71
Reg: Jan 11, 2011
france
710
like
02/09/11 12:04 PM (15 years ago)
many thanks one more time David !
 
manubiou
Apple Fan
Profile
Posts: 71
Reg: Jan 11, 2011
france
710
like
02/09/11 12:13 PM (15 years ago)
Perfect ! It works !!! :-)
 
manubiou
Apple Fan
Profile
Posts: 71
Reg: Jan 11, 2011
france
710
like
02/09/11 12:14 PM (15 years ago)
And it works in home screen too !!! :-) :-) :-)
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.