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

learn more… | top users | synonyms

0
votes
0answers
34 views

Iphone Application crashing when running in iphone 4 with os 6.1.3

Devastating to hear from a user possessing iphone 4 with os version 6.1.3 is unable to run my application downloaded from app store i.e. it is crashing when launched.I have done rounds of testing ...
1
vote
2answers
56 views

How to get IMEI on iPhone 5

I'm develop application for jailbroken iOS devices. I use https://github.com/erica/uidevice-extension/blob/master/UIDevice-IOKitExtensions.m to get IMEI, but on iPhone 5 this solution does not ...
0
votes
1answer
19 views

“uniqueIdentifier” is banned by Apple to use

I want to upload my iphone app but problem is Facebook ios SDK using "uniqueIdentifier" because of this issue I am to able to upload my app on app store.Any possible solution ? Apple has banned ...
-1
votes
2answers
23 views

NSURL with string giving null value

Below is what I have NSString *foofile = @"/Users/alkandari/Library/Application Support/iPhone Simulator/6.1/Applications/8C445026-6387-4E40-B5A3-D1A1680666D6/Documents/ProjacsBODFiles/file_5_21.pdf" ...
1
vote
1answer
41 views

How to add more than 10 locations for pass

I want to use many locations to show on lock screen. I tested already, only 10 locations is shown. Are there any way to show more than 10 locations ?
0
votes
3answers
26 views

error on AdMob integration

I Have added Addmob sdk in my project and even added all framework needed. But m getting below error for StoreKit framework even i have added it in my project but still getting error.. ld: warning: ...
0
votes
1answer
31 views

Issue during validation

I have 2 issues during validation. iPhone/iPod Touch: Info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIcons, CFBundleIconFiles, CFBundleIconFile, or provide a ...
0
votes
0answers
9 views

Drag XBPageDragView from top left to bottom right

I am using XBPageCurl library. I want to drag view from top left to bottom right corner. The sample code for XBPageDragView curls the page from bottom right. Any idea how to do it.
-2
votes
0answers
17 views

file error during installation PHP PKPass class for iOS 6 Passbook [closed]

file error during installation PHP PKPass class for iOS 6 Passbook. Barcode in not creating when i run these file on local
0
votes
0answers
14 views

UIViewController adding child with incompatible orientation

Introduction I'm having a container view controller having as a child a backgroundViewController and a overlayViewController that can be presented animated (similar to modal transitions). The ...
0
votes
0answers
4 views

TPKeyboardAvoiding issue

I'm using the TPKeyboardAvoiding project and in doing so have an issue with the size of the scroll view. The scrolling works great but for some reason it's not using the full screen, despite being ...
1
vote
1answer
25 views

iOS6 Social framework: posting to multiple networks without the UI

In my app, I'm looking to allow my users to post a single status to both Facebook and Twitter. I've got my own compose window, so I'd like to avoid using the built-in SLComposeViewController, since ...
0
votes
4answers
59 views

ios how to hide one uiview and push another uiview at the same position

I want to set myview hidden and view visible, how can I do this. This is the code I got so far but it makes everything hidden. CGRect frame = CGRectMake(185, 960, 768, 1004); HiUIView *view = ...
0
votes
2answers
45 views

Objective C Converting float to integer produces strange results [closed]

I have float which has value 30 which I get from core data. When I print the value using NSLog I get 30. NSLog(@"The value of float temp is %@", [self.detailItem valueForKey:@"credit"]); When I ...
0
votes
1answer
42 views

does have objective-c have generic types (and with constraints) similar to c#?

Example Generic Repository: public interface IGenericRepository<T> where T : class { IQueryable<T> GetAll(); IQueryable<T> FindBy(Expression<Func<T, bool>> ...
1
vote
1answer
19 views

Sharing image exclusively with another app

I have two I apps, sender and receiver, and I want to exclusively share a photo with receiver, how can I share directly with the receiver so I don't have to present an action sheet to the user? I ...
0
votes
2answers
22 views

CFBundleVersion of another app on the device

I can get the version of my app by doing this: [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"] But how do I get the version of another app on the device? I want to know if ...
0
votes
0answers
12 views

After booting the launch Image resizes to half the width and won't disappear

I have a strange issue. After my App reboots, my Launch Image won't disappear and my initial view of my Main Storyboard won't show. Instead of disappearing the launch image resizes to half the ...
0
votes
2answers
32 views

UIButton titleLabel not displaying

I have seen a bunch of similar questions, but noone got the answer I am looking for. When I use this code to make a UIButton and set it's titleLabel, the UIButton appear, but the titleLabel won't ...
-3
votes
0answers
31 views

What are some iOS Design Patterns used for application accessing REST API [closed]

I am coming from a C# background where I am familiar with using generics, Entity Framework for making DB requests, and Ninject for dependency injection. I was wondering if anyone had any links or ...
1
vote
1answer
14 views

XCode 4.2 with multiple Default-568h@2x.png

I thought this should be asked but turned out it hasn't been. So my question is: I have a project which generate a series of products, in old XCode I specified loading image, i.e. the Default.png ...
0
votes
4answers
50 views

iOS 5 UIButton title showing with ellipsis

I have a problem regarding the UIButton title in iOS5. They are clipped and show like in this photo. I don't want them to be clipped, i want to show the full title. In iOS6, they work perfectly. ...
0
votes
1answer
63 views

iOS 6 - UIActivityViewController items [duplicate]

Hope everyone is aware of iOS 6 contains new style of ActionSheet (UIActivityViewController). The UIActivityViewController can be initiated with the paramentes like string, url, image etc. Below is ...
0
votes
0answers
25 views

How to play videos, from an array, in MPMoviePlayerController for iOS 6, using NSThreads or NSOperationQueue?

//This MutableArray, has the file name, which the app will pick, from the Bundle. arrayFileName=[[NSMutableArray alloc]initWithObjects:@"titanic", @"DummyName", @"Dinosaur",@"DummyName",@"titanic", ...
0
votes
0answers
20 views

Highlight UITabBarItem image

I am using UITabBarItems within a UITabBar. When a particular tabBarItem is selected it is shown highlighted. But for my case this highlighting is not enough (because of the background color of the ...
0
votes
1answer
18 views

Can we add dependency in between unit test class1 to unit test class2 iOS

I have started writing Unit Test cases for my existing application for testing functional flow. I am using OCUnit (SentestingKit.framework). App is client-server based app. There are five tabs in my ...
-5
votes
0answers
30 views

How to handle a huge screen touches cocos2D

I am developping an iOS game with cocos2D framework. Right now, I am in front of a big problem. If I click very quickly on the screen for few secunds my game starts to freeze, FPS go down to 1. How ...
0
votes
2answers
41 views

Multiple sharedInstance called failed

In my application i have called sharedinstance multiple time in multiple method deffinition , Here my code, Method 1 -(void) showActionSheet:(id)sender forEvent:(UIEvent*)event { ...
1
vote
3answers
53 views

adding custom button to number pad keyboard ios 6

I am new in IOS & I am using IOS 6. I have more than one textfield in my code, one of them uses the Number pad keyboard and I want to add the custom button to it. I am using this code: ...
2
votes
1answer
41 views

Playing Video on UIWebView getting Access Denied

Hello Everyone i am trying to play video based on URL that i am getting through API but i am getting Error like Access Denied. The reason why i am playing video in UIWebView is because Video is not ...
0
votes
1answer
51 views

UITableView Delete Control and Delete Button not synced

I have seen a very strange behavior of my table view: I have enabled the UITableViewEditingStyleDelete, which shows in the editing mode at the left side of the tableView a red "-" control. If I tap on ...
0
votes
0answers
21 views

ios DatePicker alternative or how to select multiple dates?

Ok, I have application with lists of to do tasks and I want to allow user to select due date for each task on a single screen. How would I go about doing this, datePicker seems just to big and clumsy. ...
0
votes
1answer
27 views

How can I add a row in UIPickerview

I have a UIPickerView, the green button to add a new record in UIPickerView. I can add a new record, but it does not appear cause I can not change the number of rows in the component. How can i add a ...
0
votes
3answers
57 views

Trying to give UILabel a shadow, but it won't show up

I'm trying to give a label in one of the classes in my app a drop shadow, but it's not working at all. Nothing shows up. What am I doing wrong? // Set label properties titleLabel.font = [UIFont ...
0
votes
3answers
70 views
+100

Symbols not found for architecture i386 - But works for iOS device

I am facing a strange problem here, I am trying to integrate the libkml C++ project sources into my iOS project. The project compiles independently fine, but when it comes to linking through this line ...
0
votes
1answer
34 views

Detect change in NSManagedObjectContext in app delegate from different class?

I have an NSManagedObjectContext in my app delegate and data is loaded and saved fine. I also call NSManagedObjectContext from master view controller and load data there. However I have problem as ...
0
votes
0answers
22 views

With YRDropdownView, when I present it after a refresh it gets caught at the top of the screen, and can't be seen

I'm using YRDropdownView to present notifications in my app, in this case when they try to manually trigger a data refresh it will notify them that there's no internet (if there isn't). This refresh ...
0
votes
2answers
42 views

How to Insert Core Data Record Related to Another?

Currently I have two entities in my model; Module and Level. They have one to many relationship e.g. a level can have a lot of modules. How can can I insert data so that they are related one to ...
1
vote
2answers
33 views

Safe to use Regex for this? (HTML)

I'm parsing some HTML, and I need to get all html in the body tag. My target string will always look something like this: <body><div><img src="" />text etc</div></body> ...
0
votes
1answer
48 views

Objective C: “Property implementation must have its declaration in interface” [closed]

I keep getting error above but I am not sure why. I imported all the required classes and I declared the properties. Any help is appreciated. I have included code below: // ...
-1
votes
1answer
25 views

using saved GPS coordinates from CLLocation to plot on the iPhone map

I have been using core data to save the user's location for various times in a table view. Now that I can actually get the location details (coordinates mainly) at various times, I would like to plot ...
0
votes
1answer
18 views

iOS, url schemes for app store both for specified developer's apps and for his concrete app to update in iOS 6?

This question was already answered but in iOS 6 all these solutions doesn't work. My current solutions sometimes doesn't work too: https://itunes.apple.com/us/artist/developer_name/developer_id ...
0
votes
1answer
26 views

Strange Bug in iOS 6 UINavigationController

I have found a strange bug in ios. When I use UINavigationController and push other controllers, the titleView shifted to the right so much as how many controllers was pushed It's looks like this: ...
0
votes
0answers
21 views

iOS6 XCode4.6.2 Passing Row Number via a Segue

If I pass data via a Seque to another View Controller, e.g. - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { if ([segue.identifier isEqualToString:@"mySequeIdentifier"]) { ...
0
votes
0answers
33 views

ios redirecting to safari issue

I am one strange issue ,the issue i am using the [[UIApplication sharedApplication]openURL:[NSURL URLWithString:URLString]] Url string means login page if i am calling the browser for the first ...
0
votes
0answers
18 views

IOS Bluetooth BLE writevalue return “Unknown error”

I am developping my first Smart Bluetooth (BLE) software on IOS 6. I am able to receive notifications and read chracteristics values exchanged with a Nordic Development kit including from a custom ...
0
votes
0answers
8 views

Getting the frame of Rect MKPinAnnotationView

I am writing an iPad app with an MKMapView which add adds a new annotation pin to the map with every tap of the user. I add the annotation (MKPinAnnotationView) to my MKMapView in the ...
0
votes
1answer
33 views

withSortColumn sorting failed with 2 digits

In my application i have used the the following code to set the array value from core data,i want add the array value withSortColumn reference @"companyNormalOrder". The @"companyNormalOrder" having ...
0
votes
2answers
27 views

A MKMapView delegate calling issue

I am facing an issue about MKMapView delegate. In iOS5, When I clicked a Pin on the mapview, thedidSelectAnnotationView: delegate will be called first, and the next is viewForAnnotation: delegate ...
0
votes
1answer
29 views

CoreData error failed

In my application i have used following code with core data, #import <Foundation/Foundation.h> #import <CoreData/CoreData.h> @interface Adduser : NSManagedObject @property (nonatomic, ...

1 2 3 4 5 147