Friday, June 10, 2011

For Getting Log

In Xcode, click Run > Console to see NSLog statements.
NSLog(@"log: %@ ", myString);
NSLog(@"log: %f ", myFloat);
NSLog(@"log: %i ", myInt);

3 comments:

  1. Core Location is a software framework in iOS. It is primarily used by applications on iOS (formerly iPhone OS) 2.0 or later for detection of the device's location, and on supported devices running iOS 3.0 or later, the device's heading. On the iPod Touch and iPad (Wifi-only models), Core Location uses Skyhook Wireless's Wi-Fi-based positioning system. On the original iPhone, it uses cellular tower triangulation in addition to Wi-Fi positioning. iOS Developer

    ReplyDelete
  2. Xcode 4
    Complete developer toolset for building Mac, iPhone, and iPad apps, includes the Xcode IDE, performance analysis tools, iOS Simulator, and the latest OS X and iOS SDKs. Iphone Game Developer

    ReplyDelete
  3. The iPhone SDK, or Software Development Kit, is a software azpplication development environment that allows developers to write programs that can be installed and run natively on the iPhone, iPod touch, and iPad, AKA apps. The SDK includes a development environment, desktop iOS simulator for testing, optimization tools, and drag-and-drop interface builder, and access to documentation and support. Iphone Game Developer

    ReplyDelete

Followers