Skip to content

Instantly share code, notes, and snippets.

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
NSDictionary *dictionary = [NSDictionary dictionaryWithObjectsAndKeys:@"Mozilla/5.0 (iPad; CPU OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Mobile/11D167", @"UserAgent", nil];
[[NSUserDefaults standardUserDefaults] registerDefaults:dictionary];
return YES;
}
//
// ImageSelector.m
// PG
//
// Created by Prince Kumar on 8/8/14.
// Copyright (c) 2014 Prince Kumar. All rights reserved.
//
#import <UIKit/UIKit.h>
//
// ImageSelector.m
// PG
//
// Created by Prince Kumar on 8/8/14.
// Copyright (c) 2014 Prince Kumar. All rights reserved.
//
#import "ImageSelector.h"
#import <AssetsLibrary/AssetsLibrary.h>
//
// ImageSelector.m
// PG
//
// Created by Prince Kumar on 8/8/14.
// Copyright (c) 2014 Prince Kumar. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <CoreMedia/CoreMedia.h>
#import <CoreVideo/CoreVideo.h>
#import <CoreGraphics/CoreGraphics.h>
#import <AVFoundation/AVFoundation.h>
#import <QuartzCore/QuartzCore.h>
#import <MobileCoreServices/UTCoreTypes.h>
#import <AssetsLibrary/AssetsLibrary.h>
//
// MytestViewController.m
// MyTest
//
// Created by Prince Kumar Sharma on 02/01/14.
// Copyright (c) 2014 Prince Kumar Sharma. All rights reserved.
//
#import "MytestViewController.h"
//
// MytestViewController.h
// MyLibTest
//
// Created by Prince Kumar Sharma on 31/12/13.
// Copyright (c) 2013 Prince Kumar Sharma. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GridViewTable.h"
//
// UITableView+TouchGesture.m
// HHH
//
// Created by Prince Kumar Sharma on 31/12/13.
// Copyright (c) 2013 Prince Kumar Sharma. All rights reserved.
//
#import "UITableView+TouchGesture.h"
//
// UITableView+TouchGesture.h
// HHH
//
// Created by Prince Kumar Sharma on 31/12/13.
// Copyright (c) 2013 Prince Kumar Sharma. All rights reserved.
//
#import <UIKit/UIKit.h>
// ViewController.m
// Collection
//
// Created by Prince Kumar Sharma on 25/07/13.
// Copyright (c) 2013 Prince Kumar Sharma. All rights reserved.
//
#import "ViewController.h"
@interface ViewController ()