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

learn more… | top users | synonyms

2
votes
1answer
10 views

I have made an app but now I'm told it is to be backwards compatible with previous iOS versions

I'm new to writing apps but am slowly getting to grips with it. I finished an app I mad but now the client tells me it need to be compatible with iOS 5 too. I have used a lot of iOS6 features that ...
0
votes
0answers
20 views

Nil object reference in objective C

I am calling a class method from an outside class in order to obtain an object reference, in this case a reference to a UIImage. I can successfully call it and get it back from within myOtherClass ...
0
votes
0answers
11 views

Tableview to itself and to Viewcontroller [Multiple segues]

I have a UITableview with many cells and depends on the cell's content it suppused to go to the same UITableview with new cells or to a ViewController. I can do this but not at the same time, is it ...
1
vote
0answers
11 views

Can't change a default button for an alert that is showed when push notifications arrived in my iOS 6.0 application

I send a push notification from PHP server to my iOS 6.0 application.Everything works good but iOS always displays standard buttons 'Close' and 'Launch' in the alert box. I want to change 'Launch' to ...
0
votes
0answers
5 views

As consuming webservice one c# was constructed with object-c

I need consuming webservice that was constructed in c#, this webservice return one format in json. What's i do that ? Thanks Marcelo
0
votes
0answers
9 views

UISwipegesturerecognizer conflicting with TouchesMoved

My app requires all directional finger movements and then swipe up/down gestures. I have found that if I move up/down with my finger in a non swiping motion, it still calls the swipe gesture. This ...
0
votes
1answer
21 views

App release Code Sign error on xcode

I tried to build release version of my project for my iPHone device. (I choose Products->Archive), then I got the following error: Code Sign error: The identity 'iPhone Distribution: XXX' doesn't ...
0
votes
0answers
7 views

iPad on iOS 6 “UIStatusBarStyleBlackTranslucent is not available on this device.”

I'm explicitly executing the following line of code targeted for an iPad: [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleBlackTranslucent; which is giving me a runtime warning ...
0
votes
1answer
17 views

Google+ sharing post on specific friend's stream in ios

Is there any url or technique available in google+ in order to share posts on the one specific friend's stream? I found this url: https://plus.google.com/share?url={your url} but the problem with ...
-6
votes
0answers
36 views

Iphone Table Layout format [closed]

I have a requirement to display my table view to be like below image : I have searched on google, but failed to get anything similar.
0
votes
1answer
18 views

adding multiple pins on google map in ios

I want to add multiple pins on a google map, while it is being loaded. I have a list of Latitude and Longitude values of nearby locations. How can I show all these locations on the map with a pin. I ...
0
votes
0answers
12 views

Creating an iCloud Calendar in IO6

I am trying to create an iCloud calendar. After getting permission to access the Calendar store and getting my EKEventStore I go through the available sources in the EKEventSource to get the ...
0
votes
0answers
9 views

Event not created in Calendar

I am facing issue while creating Event in Native CALENDAR, When i pass event.startDate anything other than present timestamp... also event.endDate not working with different value as below.. - ...
0
votes
0answers
9 views

How to fetch posted tweets from screen name in twitter in ios6

Let me first explain my requirement: I need to fetch the tweets using screen name and to same screen name i have post some tweets and after post fetch again same from screen name. I can successfully ...
0
votes
0answers
8 views

Error warning and app quitting using MPMoviePlayerController

I am building an app which plays videos and don't want the user to have any video controls and also want the app to automatically return to the previous screen when video playback has finished. ...
0
votes
0answers
7 views

Images broken (partially loaded) - iOS 6 Safari

I have developed a website that is built in AJAX. We are facing a bug with Safari (the other browsers are fine) on iPad (2, 3) with iOS 6. Sometimes the images are only partially loaded, and this ...
0
votes
0answers
14 views

how to show multiple view controllers in a single view controller in ipad

I am new to iPad environment. I want to show uitableview and its corresponding ViewControllers by calling the uitableview Controller delegate method didSelectRowAtIndexPath both are shown in ...
1
vote
0answers
35 views

Adding zip as attachment to MFMailComposerViewController fail in iOS

I have an application in which I'm attaching zip file to mail composer. I'm using below code to attach zip file. NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, ...
0
votes
1answer
9 views

GWT-app permutation script not cached on iOS devices when web-app capable

Recently I discovered a problem relating to caching in my GWT app when running on iOS 6.x devices in web-app (fullscreen) mode. The problem is that iOS seems to ignore my cache policy directives on ...
0
votes
3answers
26 views

-base64Encoding return type defaults to id

In my application when i try with following coding i get the warning as Code [UIImageJPEGRepresentation(petAvadar.image, 1.0)base64Encoding] WARNING Instance method '-base64Encoding' not found ...
0
votes
1answer
18 views

iOS use cached image with SDWebImage properly

I am using SDWebImage to get pictures. let's say I have two view controllers A and B. B is the next view of A. they need to show the same image: [iconIamgeView setImageWithURL:[NSURL ...
0
votes
1answer
30 views

Device Rotation Not Working in IOS 6 Works Well in IOS 5 am I doing anything wrong?

-(BOOL)shouldAutorotate { if (appDelegate.isOrientationSupport) { return YES; } else { return NO; } } -(NSInteger)supportedInterfaceOrientations{ ...
0
votes
0answers
4 views

scrubbing in player in iPhone SDKs

I am making my custom player,i have made that but now i want to add scrubbing feature in my player which iPhone also provides.I searched through this on various site but didn't find anything regarding ...
1
vote
0answers
15 views

iOS6: Using ABAddressBook to create a list of arrays of contact information

I want to create an NSMutableArray of NSArrays that are filled with the user's Contacts information. For example, if I have an array called Contacts, then Contacts[1] would hold the NSArray *Person1. ...
1
vote
1answer
13 views

List of hardware accelerated CSS properties for mobile safari

I went across change logs of MobileSafari in iOS 6 where it states: WebKit no longer always creates hardware-accelerated layers for elements with the -webkit-transform: preserve-3d option. ...
0
votes
0answers
11 views

How to change minimum or maximum value by CIFilter in Core image?

I'm drawing several grayscale images in iOS. The values of grayscale image have minimum and maximum i.e. for 8 bit values in range [41,244]. I want to change minimum value or maximum value. I want to ...
0
votes
4answers
31 views

How to get path of image form Resource of main bundle

i have an iPhone application in which i added images directory (Group) in to Resources (group). i want to access that images which is in images. I need a path to that images so i create a code like ...
0
votes
2answers
7 views

How to set User read permission on FBLoginview in ios?

i using facebook SDK and using FBLoginView for login to facebook and i got a basic user information , but i need to some more permission like Emailid,BirthDay ,how to add permission. Thanks
1
vote
0answers
12 views

How to create normal project (without Tweak) in iosopendev

i am trying to create a cocoa touch project with a single view in iosopendev but may be somewhere i am doing it wrong as the icon of the project is not visible in application list of my iPhone.Below ...
-1
votes
0answers
12 views

Record Video With mute option and along with label on ios [closed]

In IOS 6, record a video in LandscapeRight orientation. while recording display label on video screen and record those labels also in video. Video must contain the recovered video and recored labels. ...
1
vote
0answers
22 views

ImageView Animation getting more Memory

My application is in ARC. I am using image Animation in imageView but after some period of time my application crashed with low memory error. I am not getting any error message in Log but in ...
0
votes
0answers
51 views

Move to next Dynamically created UITextfeild

I am generating dynamic textfeilds and want to move to the next textfeild i have two sets of textfeilds both containing 3 textfeilds(sets are x and ƒ(x)) what i want to do is if i entered x and hit ...
0
votes
1answer
17 views

How to show current date and time on the front of the pass

I use php to generate a pass. I try : $date = date('m/d/Y H:i',time()); // Convert date to string and pass's field: "value": "'.$date.'" , and I see the result as date is correct, but time isn't. How ...
0
votes
1answer
14 views

How to get last-modified of the pass that is added by user dynamically

Before I had a pass in my server and I got last-modified by using this: header('Last-Modified: ' . date("D, d M Y H:i:s", filemtime('/Applications/MAMP/htdocs/passesWebserver/DigiClubCard.pkpass')) . ...
0
votes
1answer
15 views

iPhone iOS how to programmatically check for characters like ✭ ♦ (and others from this set)?

I know that both ✭star and ♦ diamond are from the ASCII extended character set. But is there some NScharacterSet available on iOS that I can use to check for characters like these programmatically?
0
votes
0answers
22 views

UI issue using Grand Central Dispatch and UINavigationController

I am trying to create my own view that is similar to UIAlertView. I have pretty much done this by adding a few subviews to my custom view and then adding my custom view as a subview to ...
1
vote
1answer
40 views

iOS - Testing User Interface (Auto Layout / Layout Constraints)

I am looking for best practices, advice, and insight on how to test a user interface that leverages layout constraints. My view controller subclass is displaying "leaf-level" data - for sake of ...
0
votes
0answers
12 views

iOS Powerpoint Viewer trouble

I want to implement a PowerPoint viewer in my application. I tried to use Quick Look Framework. But it doesn't support transition animations and full screen. Can someone help me to implement these ...
0
votes
0answers
11 views

use of undeclared identifier 'audioRouteChangeListenerCallback'

Trying to initialize audiosession so that app audio plays in background and shows remote control events to control audio when screen locks but getting error use of undeclared identifier ...
0
votes
1answer
32 views

Image preview in MFMailComposeViewController is blank

In my iOS app, I allow the user to select an image from a photo album or capture one from the camera. Immediately after that, I present an MFMailComposeViewController with the selected/captured image ...
0
votes
0answers
21 views

RestKit .2 Posting Images to web service - Null Entity Error

This has been driving me crazy for a day now. I'm using RestKit to post images to a web service and they're posting fine, with the server sending 200 back. What's happening is that I'm getting the ...
-1
votes
0answers
17 views

No visible @interface for ‘MFMessageComposeViewController' declares the selector 'shouldAutorotate'

Here is my code, for sending an message. I don't know how it's caused but I rarely heard of the new "shouldAutorotate" method, but it did not work for me. Lately I got an error. (Using iOS6 SDK) ...
0
votes
3answers
17 views

FBSDKLog: System authorization failed:

I have added facebook sdk for accessing the user account. But when user is already login in facebook via iOS 6 facebook then in my app on the very first page it must shows the alert that app is asking ...
1
vote
1answer
35 views

Rotate UIView without deformation

I'm rotating a UIView based on the accelerometer data, and it works fine except that the UIView is deformed. I'm not sure how to fix the issue. Here's the code in my didAccelerate method: float ...
0
votes
1answer
25 views

Common toolbar and selectors. Do I need to copy the code every time?

I decided to have a custom toolbar within my navigation controller. To do so, I created this common toolbar class, which every single one of my view controller will add to its navigation item. ...
1
vote
2answers
51 views

Changing viewcontrollers with smooth push transition and without navigationcontroller

I'm trying to change from viewcontroller view1 to viewcontroller view2 with a smooth and nice transition, where view1 gets pushed to the left by view2 within a second. I have made a simple ...
0
votes
0answers
34 views

iOS Lite to Paid, migrate core data

I've been following this guide for migrating core data between two apps, a free one and a paid one. http://mobileorchard.com/lite-to-paid-iphone-application-data-migrations-with-custom-url-handlers/ ...
0
votes
0answers
11 views

IOS - Fire Local Notification at different times every day (when app is not running)

I have searched around but I couldn't get an answer, my first question on here please help! New to IOS development, developing an app that display 5 different times of the day, each time is different ...
-2
votes
0answers
15 views

Is possible to popup MFMessageCompose model on (any topviewcontroller) from another NSObject class method which is executed in background

if possible then how to popup MFmessagecomposeviewcontroller on any viewcontroller which is on top(it will be any) from another NSObject class method which is executed in background. how to do this ...
0
votes
0answers
18 views

search bar does not return any results

i am trying to add search function in my app using NSpredicate. i have tried to get this to work and can't seem to see where the issue is. i recreated a demo app to show what i have done. everything ...

1 2 3 4 5 137
15 30 50 per page