Questions tagged [ios8.1]

Refers to the first minor version of Apple's iOS 8 operating system used on the iPhone, iPad, iPod, and upcoming Apple Watch devices.

iOS 8.1 was released on the 20th October 2014.

Please see the documentation for the API changes between iOS 8.0 and iOS 8.1.

392 questions
-1
votes
1 answer

Incompatible pointer types sending 'NSDate *' to parameter of type 'NSCalendar *'?

Let me first say I didn't write this code; it was from the Calendar API written by tinyFool in 2010. As such, it did what it was supposed to do before Apple deprecated CFGregorianDate; now, I'm trying to convert it to the recommended NSCalendar. If…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
-1
votes
1 answer

iOS::When i click the UITextView or UITextField keyboard is not getiing properly

When I click the UITextView , keyboard is getting like this image means below black screen Anyone can you give me the suggesion for this. Thanks in advance.
Ravikumar
  • 85
  • 1
  • 16
-1
votes
1 answer

Is it possible to do pay-pal chain payments using credit card?

Hello everyone in my application i'm using pay-pal API with selecting mode as chain payment. My question is shall i use credit card for pay-pal chain payment? thanks in advance
Babul
  • 1,268
  • 2
  • 15
  • 42
-1
votes
1 answer

Worklight : Deprecated attempt to access property 'userAgent' on a non-Navigator object. and SideBar issue

We developed a Hybrid application on Phonegap with the help of IBM worklight 6.1. Worklight is using cordova version 3.1. My first problem is that when I ran my project on IOS 8.1 platform getting by default sidebar on my screen(i.e. surrounded by…
Vishal Singh
  • 628
  • 1
  • 7
  • 25
-1
votes
1 answer

TableViewCell not initializing correctly

I'm using a TableView inside a ViewController. There are two scenarios, one where there are 3 sections and one where there are 4. When the app loads the default is 3. One of the TableViewCells shows another ViewController in which the user makes a…
Dan
  • 2,304
  • 6
  • 42
  • 69
-1
votes
1 answer

Worklight: How to change dropdown text size for iOS version 8.0 and above?

I have a dropdown in my WL application which looks fine in android and iOS<7. But for iOS versions 8.0 and above the dropdown text looks bigger and the whole text doesn't fit in.
Aditi
  • 1
-1
votes
1 answer

issue with UISplitViewController in iOS 8.1: [UISplitViewController navigationBar]: unrecognized selector sent to instance

Im trying to create a New UISPlitViewController and display it instead of current ViewController, but for some reason it's not working, it says: -[UISplitViewController navigationBar]: unrecognized selector sent to instance this is the code -…
Jesus
  • 8,456
  • 4
  • 28
  • 40
-1
votes
1 answer

getting error if func is called (unrecognized selector sent to instance) swift

I created a function. This function is called by a button. If I press the button the app crashes and throws the following error: 2014-12-23 18:42:59.966 MyApp[8775:115552] -[MyApp.ViewController setDate]: unrecognized selector sent to instance…
hom
  • 25
  • 2
  • 6
-1
votes
1 answer

dispatch_get_main_queue not working

My iOS base SDK is 8.1. dispatch_get_main_queue works fine when I'm running on 8.1 simulator. However when I run it on 7.1 simulator, it does not get called. I noticed that dispatch_get_main_queue has been reimplemented in iOS 8.0 and later. How…
-2
votes
1 answer

I create a file using NSPersistentStoreCoordinator, but it's not found after app restart

I am trying to do a backup/restore of my Core Data store; in my app, I create the file, do a fileExistsAtPath and the file is there. When I use Finder, it's not there. This is the code (which I copied and modified, so the style and duplicate…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
-2
votes
2 answers

Rotate the imageview in ios

I have 3 images, Square, Portrait and Landscape. I would like to rotate the images with the angles 90, 180, 270 and 360 degree. How is it possible using Objective-C ?
Nishan29
  • 353
  • 1
  • 4
  • 16
-2
votes
2 answers

trying to understand the concept for NSNotification DefaultCenter multi threaded

Let me explain, I have a UIViewController in a thread n. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(myCommandNotification:) name:NetConnection object:nil]; I have an other Class in thread n +1 and i post a…
Alan10977
  • 973
  • 1
  • 9
  • 7
-3
votes
2 answers

how to add an NSString variable values into an NSString array in Swift ? (iOS )

how to add an string variable values into an string array in swift ? After assigning whole values i want to populate these array elements into an UITableView. [ArrayName abbObject:Stringname]; //objective-c code swift code ? this objective-c…
SARATH SASI
  • 1,395
  • 1
  • 15
  • 39
-3
votes
2 answers

Swift Tableview Cell for row at index

how to write this code in swift . NSString *ss=[[[Arr valueForKey:@" " ] objectAtIndex:indexPath.row]valueForKey:@""];
Yogesh shelke
  • 438
  • 4
  • 12
-3
votes
1 answer

[NSCFArray replaceObjectAtIndex:withObject:]: mutating method sent to immutable object

UPDATED This is my code; the last line of code caused the error as described in the title. I understand userDefaults will always return an immutable object; so how do I fix this? I tried making the sending field a "mutable copy" but it was flagged…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
1 2 3
26
27