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 message. Show all posts
Showing posts with label message. Show all posts

Monday, August 19, 2013

Error Message In Xcode

hi i have recintly got Xcode for my computor and i am learning how to use the code. I am lerning form "tuturial for Xcode app" and copyed the code over for the first app i made there is a error message and i can not fix it. Here is the code and error

 

 

//

//  ViewController.m

//  First Program alart iphone

//

//  Created by Jennifer Sheridan on 18/08/13.

//  Copyright (c) 2013 Oscar Winter. All rights reserved.

//

 

#import "ViewController.h"

 

@interface ViewController ()

 

@end

 

@implementation ViewController

 

-(IBAction)sayhello:(id)sender{

   

    UIAlert View *alert = [ULAlert alloc]

                           initwithtitle:@"hello message"

                           message:@"hello There everyonr"

                           delegate:self

                           cancelbuttontitle:@"ok"

                           otherbuttontitles:nil];

   

        

                          

   

}

 

 

- (void)viewDidLoad

{

    [super viewDidLoad];

  // Do any additional setup after loading the view, typically from a nib.

}

 

- (void)didReceiveMemoryWarning

{

    [super didReceiveMemoryWarning];

    // Dispose of any resources that can be recreated.

}

 

@end

 

 

if you have any idear please post a responcie

 

thanks

 

osky4


View the original article here

Re: Error Message In Xcode

thankyou soo mutch it worked and i am just trying out the simulator know. i will try help you if you ever need it


View the original article here

Friday, January 25, 2013

Why do I keep getting this message: " The phone cannont be synced. An Unknown Error occured (1150)."

I've tried for 2 days to sync my phone with iTunes but it won't let me saying that the phone cannot be synced because an unknown error occured (1150). I've tried resetting my sync history and resetting my firewalls to allow iTunes but nothing I've tried seems to work. Suggestions????


View the original article here

Why do I keep getting this message: " The phone cannont be synced. An Unknown Error occured (1150)."

I've tried for 2 days to sync my phone with iTunes but it won't let me saying that the phone cannot be synced because an unknown error occured (1150). I've tried resetting my sync history and resetting my firewalls to allow iTunes but nothing I've tried seems to work. Suggestions????


View the original article here