iOS 6 was announced by Apple on June 11, 2012 and released on September 19th, 2012.

learn more… | top users | synonyms

0
votes
1answer
32 views

NSUrlCache disk limit?

I am trying to store a large array of images on the server and use AFNetworking's image caching feature which takes advantage of NSUrlCache, so that the app wouldn't need to hit the server all the ...
0
votes
0answers
13 views

Accessing Fetched Property causes Relationship fault for Proxy for prop

I'm dealing with some family tree and lineage type of data. I've got a Person entity which has a father relationship, mother relationship, and surrogateMother relationship. I wanted to have one way to ...
0
votes
2answers
33 views

How to find path o image so I can reload later again same image?

How to get path on device of captured image ? I am showing image and below I have switch when is off I show default image from project, when is on I want to show image which user captured. In capture ...
0
votes
1answer
28 views

Determine state of viewcontroller in storyboard

I'd like to know how to manage this: I have 4 viewcontrollers in a storyboard, each one has the same class but i would like to know how to determine when they change their state from fullscreen to ...
0
votes
1answer
12 views

IBOutlets deallocated after modal view controller

I have a couple of IBOutlets in my ViewController class, declared like this: @property (nonatomic, retain) IBOutlet UILabel* labelHostStatus; @property (nonatomic, retain) IBOutlet UIButton* ...
0
votes
1answer
37 views

SLTwitterComposeViewController message sent to deallocated instance

I'm working on a cocos2d project on iOS6 and it crash time to time while I'm trying to share something on twitter. It only crashes on physical device (iOS 6.1.3) It runs without any problems on ...
0
votes
2answers
28 views

How do I debug iPad iOS5 Javascript error using an iPad running iOS6?

A client has notified me that our website is generating an error for iPads running iOS 5 when using Debug Console in Safari. I only have an iPad running iOS 6 which no longer has the debug console, ...
0
votes
1answer
35 views

TableView as subview of UIView not appearing when app lunches in landscape mode

I am developing an application in which i created tableview as subview with two rows which contains label and textfield to take username and password from user. I took help from this site to create ...
0
votes
1answer
35 views

how to access Instagram photo

Can we acces the Instagram photos from IOS app? And show them in our app and can delete the photos from instagram? I have searched about it but dint find any solution. even checked on Instagram ...
0
votes
1answer
25 views

How to Archive two strings into NSData by using NSKeyedArchiver

I have NSMutableArray and a NSString. How to archive these two in to a NSData by using NSKeyedArchiver in IOS6, Xcode4.6
4
votes
5answers
79 views

Under what conditions is Apple's 'advertisingIdentifier' reset?

Other than the user manually resetting it, has anyone observed other things that will cause the ADID to be reset? OTA OS Upgrades? iTunes Backups?
0
votes
1answer
58 views

iOS Accelerometer-Based Gesture Recognition

I want to create a project that reads the user's gesture (accelerometer-based) and recognise it, I searched a lot but all I found was too old, I neither have problems in classifying nor in ...
0
votes
2answers
49 views

Stopping navigation bar from scrolling with table

I have a UITableViewController which successfully lists in the table view data fetched from a CoreData entity. I want to have a navigation bar at the top with a couple of buttons to navigate around, ...
0
votes
0answers
31 views

UIAlertView with TableView inside not working in iPad

In my project I have to web response in a list format, user would select a particular response and again modified data would be sent to Server. For this purpose I am using a UIAlertView with ...
0
votes
1answer
62 views

iOS 6 OpenGL ES 2.0 video memory leak in a render buffer object

Below is an example code that behaves like one leaking a video memory on iPad 2 IOS 6.1 (basically it creates a render buffer object, allocates a memory for it and destroys it after drawing): if I ...
-1
votes
2answers
24 views

How to disable edit mode in particular cell ios?

i created tableview in editable mode all tableview rows are contain (-) symbol, but i need some cells are not under editable mode ,if it is possible, Thanks
0
votes
2answers
44 views

detect collision with sprite in sprite sheet

I have a sprite sheet in which there a four images(bat1,bat2,bat3.bat4) , in Image there is a person with holding the bat and when all images are combined in animation then it looks like playing ...
0
votes
1answer
17 views

When I change the background of my UIButton it resizes

I am looking to change my UIButton background image using a click event but when I do the buttons resize, what can I do to prevent this? The code I'm using is below. UIImage *btnImage = [UIImage ...
0
votes
0answers
14 views

UILabels don't rotate when manually calling orientationChanged

I have an IOS 6 app with a Facebook-like sliding tab in the corner. When the top/primary view is centered, I'd like the user to be able to rotate into landscape mode. However, when the top/primary ...
0
votes
1answer
28 views

Is there any way to disable/enable notfication of my iphone app

My app contain a uiswitch that give the user an option to disable/enable notIfication of my iphone app So i need code of disable/enable notification, Thanks
0
votes
0answers
19 views

Can you programmatically accept an invite?

It seems GC is standing in between the invite and the client. I want to display my own custom dialog to accept matches rather than use the default GC one. The one above always pops up when you ...
0
votes
0answers
29 views

Empty NSDictionary object fill itself

This is somewhat of an odd problem. I suspect it is do to my inexperience with pointers. In my Some TableViewController.m viewWillAppear I get an empty (keys only, no Data) dictionary called ...
-1
votes
3answers
70 views

IOS AVPlayer won't play video

I'm trying to play a video usingso I got some code from a tutorial but it won't work. Here's the code I use : - (void) viewDidAppear:(BOOL)animated { avAsset = [AVAsset assetWithURL:[NSURL ...
-2
votes
0answers
36 views

Opening Settings trough app not working

I'm developing a iOS 6 app. I'd like to open Notification Settings app when the user touches a button. I use this code: [[UIApplication sharedApplication] openURL:[NSURL ...
0
votes
0answers
26 views

For the same URL dataWithContentsOfURL: sometime returns nil & sometimes returns valid value [closed]

the url is pointing to a jpg. the url can be opened through the web browser & "curl -v url" returns valid values. However, Say i am requesting imageURL1 & imageURL2, in code when i open the ...
0
votes
1answer
17 views

CALayer containsPoint with mask not working

I have a UIView that have a CALayer mask: // Getting the right mask image UIImage *myimage = [UIImage imageNamed:[NSString stringWithFormat:@"img%d", imageIndex]]; // Scaling image to fit UIView ...
0
votes
1answer
153 views

Best Way to Achieve Slide-Out Navigation IOS

I have used a fairly common design pattern for a standard IOS slide out navigation. I based the design off of the example found here: ...
-2
votes
1answer
53 views

How to write easily datas in an empty plist file [closed]

I would like to write/delete datas.plist programmatically. I have a view that contains several buttons that are differentiated by their tags. I want each time a button is pressed : write a new ...
2
votes
1answer
43 views

Wait until the next layout update (end of layout update cycle) before executing some code

I have code that invalidates the layout of a UICollectionView. I want to wait until the layout has updated before executing some code. Does the layout get updated in the main queue? And if so, ...
0
votes
2answers
56 views

static table view works in iOS6 but not iOS5

I have searched for hours and hours and found many hints but not the solution. I have a very simple tableview with static cells. I am following the Apple documentation. I am not using storyboard, I ...
-1
votes
0answers
31 views

Navigate image on click on arrow buttons [closed]

I am beginner to iPhone development and making application which has a requirement of selecting an image. The user can scroll through images using the arrow buttons. I am not getting any idea what ...
0
votes
0answers
14 views

ZBarReaderViewController forcing Landscape

Im trying out ZBARSDK to implement barcode scanning, but when presenting the view i only want it to be in landscape. I'm using the settings found in Zbars documentation, but it is not working: ...
0
votes
1answer
74 views

Measuring response time in AFNetworking HTTP GET

I am trying to measure time taken per GET request when downloading a file using AFNetworking. I am downloading a file repeatedly in a loop. The problem I am having is that the way I am measuring ...
-1
votes
1answer
37 views

iOS application acceptance [closed]

I want to start develop new iOS application. It will be my the second iOS app. First time I was many problems when app sent to acceptance, so I read guide and solved problem. But I did nit find, if I ...
0
votes
1answer
20 views

App crash while loading MKAnnotation in map view

In my application i have integrated a view controller like container (split view). Controller view controller container two view. Detail view and selection view(table view). While selecting the ...
0
votes
0answers
16 views

Ignore Three20 from being committed to SVN

I have linked Three20 into my project. For iOS 6 Compatibility I changed 2-3 lines in one of the Three20 classes. Now Xcode shows status as M for SVN see screenshot . How do I prevent All Three20 ...
0
votes
2answers
41 views

Remove last portion of the NSURL: iOS

I am trying to remove just the last part of the url, Its a FTP URL. Suppose, I have a URL like: > ftp://ftp.abc.com/public_html/somefolder/. After removing the last portion I should have it as: ...
0
votes
2answers
25 views

how can I combine uibezierpath drawings?

I'm trying to combine several UIBezierPath drawings; I have different types of drawings I can make (line, cubic bezier, quadratic beziers), and each of these can be filled or unfilled. I'm selecting ...
-2
votes
0answers
49 views

Any places to advertise a free iphone app? [closed]

I just made an iphone app and released it on the App Store. I got 600 downloads in the first week and a half but then the numbers started dwindling until now i am at only about 12 downloads a day. Is ...
0
votes
1answer
54 views

didReceiveMemoryWarning in iOS 6

I am starting a new project (without ARC) targeting iOS 6. From Apple doc: Use this method to deallocate all noncritical objects associated with your view controller. On iOS 6, you can also use ...
0
votes
0answers
36 views

How do I remove the cache facebook settings for my app?

So I am on iOS6 with my facebook account logged in. When I go into my app I initially denied my app permissions to use the account. I then relaunch the app and tried to grant access but kept getting ...
0
votes
1answer
47 views

iOS 6 - Force portrait mode only not working

I made an app wich need to be only portrait : I set up portrait in the Plist file, in the Project Infos, i tried everything but my app still change orientation My app is using an ShSideBarController ...
0
votes
1answer
42 views

How to use coordinateWritingItemAtURL in iOS 6.1.3 to save coredata document using iCloud?

I am using the coredata with iCloud in my app. I am using couple of code which is working fine below the iOS 6.1.3 but not write the document and save when using iOS 6.1.3 devices. I am using the ...
0
votes
1answer
23 views

new page in pdf created by app

I have an app that creates a report in a pdf form which works fine however the reports are now going over onto a second page. How do I start a new page? The method used to generate the pdf is: ...
0
votes
0answers
12 views

iOS 6: shouldPopItem not called

I am trying to reach - (BOOL)navigationBar:(UINavigationBar *)navigationBar shouldPopItem:(UINavigationItem *)item { NSLog(@"tttt"); return YES; } but it does not get called. Why? Do I ...
-4
votes
1answer
52 views

Is using iPhone IMEI number acceptable after May 1? [closed]

can we use iPhone IMEI number in code after may 1st?As using UDID is forbidden now, Does same issue go for IMEI number?
1
vote
1answer
31 views

Unrecognized selector sent to UIRefreshControl

I am getting this Error : Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[MasterViewController setRefreshControl:]: unrecognized selector sent to instance 0x2681e0' ...
0
votes
2answers
47 views

How to Draw Simple Line chart in iphone?

I am a newbie to the graph functionality in an iPhone application. I am having array of numbers for which I want to make the simple static line graph without using the coreplot library since I have ...
-4
votes
0answers
27 views

Use AVFoundation library [closed]

Can I use AVFoundation library to stop video on particular time, and save the captured video as image for later use? If yes where can I see some examples?
1
vote
1answer
56 views

How to ask for permission to access iphone contacts adressbook again?

Hello everyone I am asking permission to access my contacts using the code below. ABAddressBookRef addressBookRef = ABAddressBookCreateWithOptions(NULL, NULL); if ...

1 3 4 5 6 7 147