IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label nsuser. Show all posts
Showing posts with label nsuser. Show all posts

Friday, March 22, 2013

i have problem with nsuser at login

i have problem with this i want want to login with another view controller the username and password recive from webservices

 

and responce string return the 0 and 1

 

NSString *responseString = [[NSString alloc] initWithData:returnData encoding:NSUTF8StringEncoding];

    NSLog(@"responcestring%@",responseString);

  

 

 

    if([responseString isEqualToString:false] )

   {

       UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"" message:@"WRONG USER" delegate:self cancelButtonTitle:@"Ok" otherButtonTitles:nil, nil];

       [alert show];

       [alert release];

 

      

 

          }

     else {

         [prefs setObject:@"true" forKey:@"login"];

         [prefs synchronize];


View the original article here

Wednesday, March 13, 2013

i have problem with nsuser at login

i have problem with this i want want to login with another view controller the username and password recive from webservices

 

and responce string return the 0 and 1

 

NSString *responseString = [[NSString alloc] initWithData:returnData encoding:NSUTF8StringEncoding];

    NSLog(@"responcestring%@",responseString);

  

 

 

    if([responseString isEqualToString:false] )

   {

       UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"" message:@"WRONG USER" delegate:self cancelButtonTitle:@"Ok" otherButtonTitles:nil, nil];

       [alert show];

       [alert release];

 

      

 

          }

     else {

         [prefs setObject:@"true" forKey:@"login"];

         [prefs synchronize];


View the original article here