Questions tagged [ios11.2]
48 questions
0
votes
0 answers
iOS11.2 NSFileManager API behivour is different than previous iOS versions
I am using below piece of code to calculate a checksum for files I added in a "temp" folder for app bundle. I am getting different checksum values in iOS11.2 compared to all lower iOS version. I was wondering what has changed among these versions?…

SSuman99
- 171
- 1
- 6
0
votes
1 answer
iPhone X : : Error : safe-area-inset property is not supported for this property?
For aligning html page on an iPhoneX, apple had provided the constants like constant(safe-area-inset-left),etc.
This was working fine, last I checked in iOS 11.0.x. After updating to iOS 11.2, it has stopped working. I'm getting this error/warning…

Prateek Pande
- 495
- 3
- 12
-1
votes
1 answer
UITableViewCell.textLable.text does not appear on iOS11.2 simulator at xcode 9.2
TableViewController and TableViewCell are working properly for both iOS 10.2 and iOS 11.2 , which is developed with Objective C and compiled by xcode 8. Now I'd been upgraded my xcode to xcode 9.2. Then cell.textLabel.text are not appear at iOS 11.2…

Emerald
- 3
- 3