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
Post a Comment