Questions tagged [ios6.1]

iOS 6.1 was released by Apple on Jan 28, 2013. iOS 6.1 is an SDK used for building and developing apps for iPhone and iPad.

iOS 6.1 was released by Apple on Jan 28, 2013. It supports the same devices like and brought some updates, like larger "Report a Problem" button in Maps and new music controls on the lock screen when you double-press the home button.

Also see and for more information.

229 questions
0
votes
1 answer

iOS6.1 Facebook Error validating access token: Session has expired at unix time

I have just updated to iOS6.1 and am getting this error. error : Error Domain=com.facebook.sdk Code=5 "The operation couldn’t be completed. (com.facebook.sdk error 5.)" UserInfo=0x1ed55780 {com.facebook.sdk:ParsedJSONResponseKey={ body = { …
elliotrock
  • 3,410
  • 3
  • 22
  • 25
0
votes
1 answer

how to pass a different view instead of self.tableViewControl.dataSource =self?

is there any possibility of passing some another view instead of the self .?? self.tableViewControl.dataSource =self; self.tableViewControl.delegate=self; i tried this : thirdView *tv=[[thirdView alloc]init]; self.tableViewControl.dataSource…
warzone_fz
  • 472
  • 1
  • 9
  • 24
0
votes
1 answer

My device is not showing up in the schemes

My iPod touch runs iOS 6.1, and Xcode 4.5.2 deployment target supported is iOS SDK 6.0. Is this the reason behind the fact my iPod touch doesn't figure on the schemes list? Should I upgrade Xcode to support iOS 6.1 deployment? Thanx.
Malloc
  • 15,434
  • 34
  • 105
  • 192
-1
votes
1 answer

Autolayout issue with iOS 8.1.3

When we update constraint in cellForRowAtIndexPath? Then table jerks while scrolling. What is the best optimum solution to this issue? Thanks
-1
votes
1 answer

how to get the label value using button action in iOS

i want to get the label value by using perform button action using uicollectionviewcell in iOS. i have four label add as subview to uibutton in uicollectionviewcell. how to get the selected index uilabel value using button action.
-1
votes
2 answers

i want to this string array arrange in key value form like hashmap

("1$Indore","2$Lyallpur","3$Sagan","4$Bhopal","5$Reva","6$Santa","7$Dar","8$Chinaware","9$Gwalior","10$Jain","11$Morena","12$West Nimar","13$Chatterer") I want to this string array arrange in key value form like hash map from the "$" and select…
-1
votes
1 answer

How to run newer app version on unsupported iOS versions?

I like the redesigned version of Evernote and want to install it on my iPod touch 4th gen. with iOS 6.1.3. I opened up its plist file, looked for any parameter that would relate to iOS version restriction but I couldn't find any. Does anyone know…
Nathan
  • 1,074
  • 9
  • 14
-1
votes
1 answer

-[CFString intValue]: message sent to deallocated instance 0xa3a2610

I find some same topic in stackoverflow, but i can't solve my problems. This is my code In my .h @property (nonatomic, retain) NSMutableArray *favoriteShops; My .m NSString *idStr = @""; NSString *shopTypeId = @""; for (SHDFavoriteShopView…
Nam Vu
  • 5,669
  • 7
  • 58
  • 90
-1
votes
1 answer

Take photo from camera with date like digital camera in iOS

Need to take photo from the application with date and time the photo has been taken to be displayed in photo just like digital camera.
-1
votes
1 answer

Why the user name or password for twitter is shown incorrect iOS 6 device settings twitter login?

Team, Today when I tried to login to twitter in my iPad's settings app. It is throwing username and password is incorrect, even I have given correct credentials. My iPad has iOS 6.1 OS. Why its hapenning?
Easwaramoorthy Kanagaraj
  • 3,925
  • 8
  • 36
  • 62
-1
votes
1 answer

How to do orientations in iphone and ipad for ios6?

How to do orientations in iphone and ipad for ios 6? previous versions showing shouldrotateinterfaceorientation but latest version not showing ? iam facing problems with orientations for latest version? plz help me?
-1
votes
1 answer

To code an App like Candy Crush in iOS and Android

I was wondering if the standard iOS widgets is able to code a Candy Crush-like app? I'm confused about how to program for a Candy Crush-like app. I'm used to the normal dialog boxes and views but have not progressed further from those. What iOS…
Poliquin
  • 2,937
  • 4
  • 28
  • 32
-1
votes
3 answers

How can I add activityIndicator during viewload while fetching data from web services?

How I add an UIActivityIndicatorView before the viewload. I am fetching data from a web server. Here is my code spinner=[[UIActivityIndicatorView alloc]initWithFrame:CGRectMake(225, 115, 30, 30)]; [spinner setBackgroundColor:[UIColor…
-2
votes
1 answer

How do you pass data between two view controllers using ios 6?

I am new to xcode and I do not know how to get the content of one label on my first view controller to be displayed on another label on my second view controller. How would I go about trying to do this? What I am trying to accomplish is someone…
Katy
  • 1
-2
votes
2 answers

C Pointer to negative length array strange behaviour Apple LLVM compiler

I know that negative length arrays have undefined behaviours, but with the standard of E1[E2] being identical to (*((E1)+(E2))) I expected something to work. So in this instance what I do is I create an array that spans in direction -32, so the…
Felix Jones
  • 230
  • 3
  • 12
1 2 3
15
16