Questions tagged [ios10.2]
39 questions
1
vote
4 answers
How to set background image for UINavigationBar on different iOS Devices
I want to set full image on UINavigationBar, for this I have:
@2x image (640 x 128)
@3x image (960 x 192)
Below Screenshot is the issue:
Please refer this yellow outline. This portion is cutting.
I have written this code to add image:
override…

Dheeraj D
- 4,386
- 4
- 20
- 34
1
vote
1 answer
Where is my mistake in the following code using FCM?
I am new for using FCM (Firebase Cloud Messaging) and I am running IOS 10.2.
I followed every step in the tutorials provided and even took an example code but that didn't make it works.
I Have successfully connected to FCM and got the registration…

FamousMaxy
- 686
- 5
- 21
1
vote
1 answer
periodic IOS crash, but I do not see any involvement of my app in crash report
About once a week I'm getting a crash like this one. Maybe I'm wrong, but I do not see any involvement of my app ("WayAndSee"). Does anybody have a hint how to proceed?
Attached the crash report (which is very typically for that kind of crash), I…

Hardy_Germany
- 1,259
- 13
- 19
1
vote
0 answers
Prevent scroll to top when using "-webkit-overflow-scrolling: touch" on iOS 10
I am working on an iOS 10 app where there is a webkit page containing a vertical scrollable area with CSS rule -webkit-overflow-scrolling: touch.
If I scroll down the area and tap to the clock on the iPad status bar, the area is scrolled to the…

Andrea
- 3,370
- 1
- 17
- 25
1
vote
1 answer
Ionic 2 list avoid accidental click while scrolling
In the following contacts list in iOS 10 device, while doing infinite scrolling angular2+Meteor+Ionic2 app, many times the click event gets fired and the contact detail page gets displayed.
…

annadurai
- 172
- 1
- 9
1
vote
3 answers
Unable to present Apple Pay Authorization Controller
When I attempt to present a PKPaymentAuthorizationController with present(completion: _) it fails without any further information.
Here's how I'm presenting it:
let paymentSummaryItems: [PKPaymentSummaryItem] =
let paymentRequest =…

Teddy D
- 11
- 3
1
vote
1 answer
Can't view localhost on mobile:
I've been building a WordPress website, I set up my localhost through MAMP Pro. I've been wanting to view the website on my iPhone, but am unable to (in a manner of speaking).
I've already located my IP address, and know that I should be able to…

Robert Allamar
- 11
- 1
1
vote
2 answers
branch.io - parameter +is_first_session always false
I am using branch iOS SDK for sending universal links. One of my test devices now always returns the parameter +is_first_session as false.
I delete the app on the device to be tested and install the app on another device. I send the install link…

helkarli
- 131
- 1
- 8
0
votes
1 answer
UITableview Flickering in ios 11 while working correctly in iOS 10.2
I am trying to update my cell size when I click on particular cell.My table gets update perfectly in iOS 10.2 but my table flickers when I run my code on iOS 11 .I am also getting warning in iOS 11 that
-[UIApplication application state] must be…

user9294044
- 29
- 5
0
votes
1 answer
didUpdatePushCredentials is never called in ios 10.2
So I have called:
self.pushRegistry.desiredPushTypes = [NSSet setWithObject:PKPushTypeVoIP];
And it works on ios 9, 10.0.2 and 10.3. didUpdatePushCredentials is called and everything is ok. However for ios 10.2 it is never called and whole voip…

Artem Bakanov
- 250
- 2
- 12
0
votes
2 answers
Can't set navbar title in a VC that's in a tab
In a VC that's embedded in a tabbar I do this:
- (void)viewDidLoad
{
self.title = LS(@"Choose a soundtrack");
self.tabBarItem.title = LS(@"Music"); // self.title would not fit into tab
[super viewDidLoad];
I expect the self.title to…

Anton Tropashko
- 5,486
- 5
- 41
- 66
0
votes
0 answers
I want the iOS system to get the wireless LAN URL, which is Macaddress. Compatible with iOS8 or higher
My previous method does not work after iOS10.2. Now want to find the way to get Macaddress, can be compatible with iOS8.0 or more

Kevin
- 1
0
votes
1 answer
how to write test script(java) to scroll to a particular cell and perform a click on that cell using appium 1.6.4?
I have a tableview with a number of tableview cells. Within each cell there are 2 buttons.
What I need is I need to write a test script (in java) to scroll to a particular cell and perform click action in a button which is within the cell.
I am…

lakshmi
- 31
- 9
0
votes
1 answer
Button visibly clicking but event not registering
Swift 3/iOS 10/Xcode 8
I have a view controller (pieChart) that contains a label, two buttons and an empty view (which will contain a pie chart). The label and two buttons are incorporated into a horizontal stack view, which lies above the pie chart…

Rossco
- 37
- 5
0
votes
1 answer
Can I upload iOS App to AppStore using Xcode 8.2, even if apple has release Xcode 8.3 and iOS 10.3
As stated by apple in Xcode 8.3 release notes
Xcode 8.3 no longer supports Swift 2.3.
I have a lot of work before I migrate to Swift 3.0 And I want My app on AppStore soon before I migrate.
Keeping in mind that apple has recently relaease a new…

Siddharth Paneri
- 149
- 10