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

learn more… | top users | synonyms

2
votes
2answers
27 views

Should My Class Translate to Core Data Managed Object, or Be Core Data Managed Object

I'm not sure which of these is the best practice, but it seems like a pretty common situation. I have a bunch of classes, so here's a simplified situation: I have a class called Recorder that records ...
0
votes
0answers
13 views

How to display the bookmarked page in UIPageViewController after adding bookmark

Created the bookmark toggle button for bookmarking current page and removing bookmark from the current page - (IBAction)bookmarkAction:(id)sender { if ( _bookmarkbtn.tag) { [_bookmarkbtn ...
-1
votes
2answers
30 views

Best practices and tutorials for ios authentication [on hold]

What are the best practices for creating a user authentication system for an ios application? Any good tutorials or insights on the process are helpful (newbie).
0
votes
1answer
21 views

Can't make modal view appear right in the center of the screen on iPad iOS6

I have a problem with modalviewcontrollers that I want to represent on iPad screen. If I leave the size as it is, then it's all centred fine. But I have very few info on these views, so I need to ...
0
votes
1answer
32 views

Can't get rid of “Splitview controller is expected to have a view controller at index 0 before it's used” error in iOS6

I'm trying to convert my app to universal for iPad support and whatever I do I can't get rid of the "Splitview controller is expected to have a view controller at index 0 before it's used!" error ...
0
votes
0answers
34 views

Autorotation code fails

I have the following code to prevent a view from autorotating. But in IOS 6 it is not working. What should I do? - (BOOL)shouldAutorotate { return NO; } - ...
0
votes
1answer
15 views

Apple Maps Annotation on URL

I want to ask you please how can I do to Introduce a custom title (annotation) on the new iOS 6 Maps on a URL. { http://maps.apple.com/?q=cupertino } So how can I do to add custom title on a web ...
0
votes
1answer
37 views

Will this iOS code cause memory to fill up over a sufficiently long time?

So I'm writing an iPhone app who's only purpose is to count down from a date sometime in the future. It's a static app, will be the only non-standard app used on the phone, will always be the only ...
0
votes
0answers
27 views

Facebook login failing on iOS 6

When I try to login using Facebook iOS SDK I get the error The operation couldn't be completed (com.facebook.sdk error 2). The state of the session is: FBSessionStateClosedLoginFailed. THis is my ...
0
votes
2answers
41 views

UIButton action method is not doing anything

UIButton Action method not showing any results when executing. Basically UIButton by default shows Bookmark-N image when UIButton is pressed it should replace Bookmark-N with Bookmark-YES image. ...
0
votes
1answer
36 views

UIBarButtonItem in UIStoryboard shows error in action method

Added UIBarButtonItem in UIstoryboard and declared action method for UIBarbuttonitem. when writing code for action method it shows error on this line [_bookmarkbtn setBookmarkState:NO]; and on ...
0
votes
2answers
20 views

layoutSubviews isn't called for UIView that has NIB-subviews with Auto Layout

I work with iOS 6. I created a custom sub-class of UIView that has my own layout logic described in overridden layoutSubviews method. I expect to support both Portrait and Landscape modes so ...
0
votes
0answers
18 views

will CBCentralManager ,CBService delegate methods be called in backgrouind mode in iOS6

I am using Apple core bluetooth example .The peripheral is running in foreground in one iphone device.I am running cbcentral client application in one device.It is pairing well when both application ...
-1
votes
4answers
55 views

Where to find iOS platform versions? [on hold]

I've made about 12 Android apps, and I'm going to begin to start porting them over to iOS. One thing I always do before starting an application on Android is choosing a minimum API level. I usually ...
0
votes
0answers
10 views

Google MapViews in IOS 6

I have memory problems with MKMapView. Simply i want to switch to google maps instead of MKMapView. Does apple allows google maps in ios 6,or they reject the the (binary) application from the app ...

1 2 3 4 5 552
15 30 50 per page