i new programming. facing problem password field. value showing 'nil' in debug.
here code.
code:
-(void) login: (nsstring*)username withpassword:(nsstring*)password { // login...on result, change advanced search controller view.. [self.model loginuser:username password:password]; } in debug statement username object type showing "nscfstring" , password object type showing "nsstring" only.
in root.plist
defined this
item 5 (text field - password)
text field secure - boolean - yes
identifier - string - password
title - string - password
type - string - text field
what code calling login method like, guess not calling text property of login textfield.
Forums iPhone, iPad, and iPod Touch iOS Programming
- iPhone
- Mac OS & System Software
- iPad
- Apple Watch
- Notebooks
- iTunes
- Apple ID
- iCloud
- Desktop Computers
- Apple Music
- Professional Applications
- iPod
- iWork
- Apple TV
- iLife
- Wireless
Comments
Post a Comment