xcode - iPhone - ShareKit Facebook Password field is not in secured text entry for second time -



xcode - iPhone - ShareKit Facebook Password field is not in secured text entry for second time -

hi using sharekit api sharing text in iphone app,i facing problem in facebook login page while sharing if come in wrong userid , password 1 time , next time password field not in secure mode whatever password come in visible. can help in advance

shkformfieldtypepassword of import check out not shkformfieldtypetext

- (nsarray *)authorizationformfields { homecoming [nsarray arraywithobjects: [shkformfieldsettings label:@"username" key:@"username" type:shkformfieldtypetext start:nil], [shkformfieldsettings label:@"password" key:@"password" type:shkformfieldtypepassword start:nil], nil]; }

iphone xcode ios-4.2

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -