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
0
votes
4 answers

sqlite3_step(statement) == SQLITE_DONE returning false all the time

Guys I have an issue with my snippet. I must also say I'm a newbie. I'm trying to insert data in to sqlite. but I keeps failing as sqlite_step == sqlite_done returns false all the time. Am I doing something wrong here. I had done something similar…
Mr.Noob
  • 1,005
  • 3
  • 24
  • 58
0
votes
1 answer

Need to access scrollbar Frame of Uitablebiew - iOS 8

I would like to add a view to Scrollbar based on its frame as user scrolls down. This is already being done by below custom component (works fine till iOS 7) https://github.com/honkmaster/TimeScroller From iOS 8 there seems to be lot of changes in…
Sundar_Mob
  • 155
  • 12
0
votes
1 answer

Trigger.IO can't install on iOS 8.1

I believe there is a problem between trigger.io and ios version 8.1. One of our testing devices updated to 8.1 and we're getting install service failed message when running normally and serving. [INFO] ERROR: Start installation service…
Volkan Ulukut
  • 4,230
  • 1
  • 20
  • 38
0
votes
0 answers

how can fix Auto Layout issues in xcode 6 for iOS 7 and iOS 8?

I have a problem with AutoLayout of my project, I'm making a universal application for iPhone 4S, 5S, 6, 6 + and iPad, I'm doing it in Objective-C in XCode 6, I have understood that for XCode 6 for a universal application in the storyboard view is…
user_Dennis_Mostajo
  • 2,279
  • 4
  • 28
  • 38
0
votes
1 answer

UICollectionViewController in iOS 8.1 won't allow custom class

Is anyone having a problem with Xcode 6 when adding a Collection View Controller to storyboards and naming the custom class? -> I drag a Collection View Controller to my scene -> add a new file -> name it "LCCollectionViewController" with a…
iDev
  • 478
  • 1
  • 3
  • 24
0
votes
0 answers

Getting strange error on iTunes Connect - ITC.halliday.error.unavailble with Xcode 6 iOS 8.1SDK

I'm trying to upload a new build via Xcode 6 to iTunes Connect release, and see a few errors, which might be related. The build validates successfully, but when I try to submit I get this error: When I check out the Prelease section on iTunes…
Taylor
  • 55
  • 6
-1
votes
1 answer

Is it possible to use Custom UI with ResearchKit Framework?

I am developing a simple app using ResearchKit framework and I have created my own User Interface. As ResearchKit provides pre-built user interface, is there any way that I can use my UI instead of the one provided by ResearchKit. If so, how to…
-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

Iterate object in dictionary with ordered form in swift

I have a dictionary i want to iterate it in ordered form as the objects are in the dictionary, but after iterating it is iterating in random order. Please help Thanks in advance.
Gopal Devra
  • 564
  • 2
  • 5
  • 24
-1
votes
3 answers

iOS 8.1 and 8.2 uitableviewcells are stacked on top of each other but not in 8.3

Any thoughts? Kind of weird, I've never see this before.
Ryan Detzel
  • 5,519
  • 9
  • 37
  • 49
-1
votes
1 answer

Fast-enumeration logic error checking for compare of UITableViewCell

I have a mutable array (editedServiceParts) with two objects in it; I have a table view with about 30 cells in it. I want to check to see if any of table view cells (cell.textLabel.text) appear in the mutable array; if they do, I want to set the…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
-1
votes
1 answer

Improve UILabel text visibility in Swift

I am showing the text on an UIImage in UITableViewCell, but UILabel text is dull. How to improve label text brightness? I have added Label on Image. I am also using Shadow image in label to make the text more visible, but the text is more dull in…
-1
votes
1 answer

keep on getting error in gamecenter authantication with ios8.1

Suddenly in my project,I keep on getting error as below which works well before. error: { NSLocalizedDescription = "The requested operation has been canceled or disabled by the user."; }, 2 I can see the GameCenter login window several days…
-1
votes
1 answer

WARNING: More than 10 instances of ADBannerView or ADInterstitialView currently exist

I have a iPad app with 2 view controllers; 1st one is for the UI, the 2nd for a view which displays help from a UIWebView. When I go back and forth 10 times between view controllers, I get the message in the title above on exactly the 10th time…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
-1
votes
2 answers

UIWebView shows black screen without data

iOS 8.1, XCode 6.1, Storyboards and 2 UIViewControllers that look like this: The view on the left is the main view, the view on the right is a UIWebView that will show help information written in HTML. My problem is that when I tap on the blue…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120