no

Location Demo in iOS 8 With Swift

What we will be doing is a simple app the tells your location base on the longitude and latitude.    For making things simpler, I alre...

How to implement local notification in Swift

The following steps will guide us on how to develop an application in Swift that implements Local Notification. Requirements are: Mac ...

List of Useful Article Links in Studying Swift

1.) For studying the basic of swift :      file:///Users/czetsuya/Downloads/404_advanced_swift.pdf-,%20attachment 2.) Useful for studyin...

How to Create a simple table view app in xcode

Open Xcode and create a new Single View Application. For product name, use SimpleTableView and then fill out the Organization Name and Com...

How to check if a string contains another string in xcode

 NSString *string = @"how to check if a string contains another string"; if ([string rangeOfString:@"how"].locatio...

How to read raw data from pipe-delimited text file in xcode

Open Xcode and create a new Single View Application. For product name, use ReadPipeDelimitedTextfield and then fill out the Organization N...

How to Create A Simple AlertView in xcode

Open Xcode and create a new Single View Application. For product name, use SimpleAlertView and then fill out the Organization Name and Compa...

How to differentiate between 3.5 and 4 inch iPhone

Open Xcode and create a new Single View Application. For product name, use DifferentiateIphoneSize and then fill out the Organization Name...

How to Display Time Picker On Textfield Click in Xcode

Open Xcode and create a new Single View Application. For product name, use TextFieldTimePicker and then fill out the Organization Name and...

How to detect first time app launch on iPhone in Xcode

Inside the "AppDelegate.m", change - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary ...

archive