Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to validate that string is email address or not.

During User registration it is very necessary to check that entered email id is valid or not. To check that following code will help you. - (BOOL)validateEmailWithString:(NSString*)email { NSString *emailRegex = @"[A-Z0-9a-z._%+-]+@[A-Za

How to Prevent iOS Devices on AT&T Account to Silently Run in Supervised Mode

I finally stopped mooching off my parents family plan and set up my own account with AT&T and I noticed some strange things.  Somehow my account got associated with a discount program with the company I work for, which I definitely didn'

How to stop a video in AVplayer in iOS

For those who are new & trying to use AVplayer in their iphone apps,i would like to share that AVplayer has in built functions for only PLAY & PAUSE as "[self.myAvPlayer play]; & [self.myAvPlayer pause];",which are handy to use,whereas t

Save the other Object in array using for loop

NSMutableArray *mutArray=[[NSMutableArray alloc]init]; for(int i=0;i<=2;i++) { NSString *object=@"Hello"; [mutArray addObject:object]; } NSLog(@"Mutable Array==%@",mutArray); //if the object are in other arr

How to convert NSData to UIImage in iOS

Hi Readers, This blog includes the concept of converting NSData to UIImage with the help of a very simple example. Given below is the screenshot and code which is used to convert NSData to UIImage on button click. Snapshot of storyboard is given be

How to Get Your iPhone Ready for a Repair

An Apple iPhone is one of the strongest mobile devices and rarely requires repairs or maintenance, aside from the battery which you will necessarily wear out after some years of intensive usage. The process of getting help from Apple or any iPhone re

Top 8 Advantages of Outsourcing iPhone App Development

App development has become a necessity for every business now. With all businesses opting for developing apps to increase their business revenue, app development has gained great momentum for all platforms. iPhones offer a platform that is trusted by

How to add Linker Flag (-objc) in Xcode

Please follow some steps and attached file as well for adding a linker flag in Xcode. Select the project file from the project navigator on the top left side of the window. Select the target for where you want to add the linker flag. Select the "

How to get sub strings from a string using Regular Expression

Hi, The below code is to get substrings from a string. You are going to love this below code which is very simple but very effective. I have used regular expression to get the sub strings. NSString *strTest = @"Hii how are you doing @Ravi , how do

HOW TO CHECK IF AN INTERNET CONNECTION EXISTS ON iOS DEVICE

Hi Readers, The most simple way to know that the device is connected to the internet is : NSURL *scriptUrl = [NSURL URLWithString:@"http://apps.wegenerlabs.com/hi.html"]; NSData *data = [NSData dataWithContentsOfURL:scriptUrl]; if (data) NSLog(@"De

1 3 21
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: