ios10 Questions

4

Solved

I am designing a website primarily focused on data entry. In one of my forms I have buttons to increment and decrement the number value in a form field quickly. I was using <meta name="viewport...
Piraeus asked 12/9, 2017 at 3:49

5

i have use the single notification , and this is my code: this is for register the local notification>>> func registerLocal() { let center = UNUserNotificationCenter.current() center.requestAu...
Olivarez asked 17/12, 2016 at 22:16

4

Solved

Solution Code: let center = UNUserNotificationCenter.current() print(center.getPendingNotificationRequests(completionHandler: { error in // error handling here })) My original post: I am ...
Instigation asked 26/10, 2016 at 19:24

2

Solved

I want to test my app in iOS 10, I'm just have tried the flow of add a new iOS simulator like I've made in the past, but the iOS version that I downloaded dons't appear in the list. I'm using the X...
Oraleeoralia asked 26/11, 2020 at 21:32

5

Solved

I have a bare-bones app to play with push notifications. I have the Notification Service Extension working. I can send a remote notification with an image URL and have it load. I can't seem to get...

5

Solved

I'm running my project which was working fine previously but after updating my xcode my app crashes and giving this error: This app has crashed because it attempted to access privacy-sensitive d...
Inwrap asked 3/10, 2016 at 5:23

5

I would like to use some haptic in my app. I am using the UISelectionFeedbackGenerator but it will not work. I am testing on real iPhone 7 with iOS 10. These two lines should do the magic – but not...
Katinakatine asked 12/12, 2016 at 9:57

3

Solved

I have an app that been happily shipping for a couple of years. It retrieves RSS Feeds in a UICollectionView. The cellForItemAtIndexPath method sets text and calls a datasource method to load an im...
Laughry asked 29/10, 2016 at 19:43

4

I have an app in which I'm trying to receive and handle SILENT push notifications. I'm registering for APNs as follows: UNUserNotificationCenter.currentNotificationCenter().delegate = self UNUse...
Bertha asked 3/11, 2016 at 16:9

3

Solved

I while ago, I updated one of my apps to iOS 10, and I got it working, and since then I've been using it on my phone (installed without removing old app, where new app replaced old one). Now when I...
Enfeeble asked 31/1, 2017 at 16:59

9

Solved

I noticed that the cells would always follow the definition in size inspector. Even if I have already applied UICollectionViewDelegateFlowLayout. So that's how it looks. But I want the cells t...
Sudoriferous asked 5/12, 2016 at 13:6

2

Solved

At WWDC2016 Apple introduces NSPersistentContainer for iOS10 The NSPersistentContainer class is in charge of loading the data model, creating a managed object model, and using it to create a NSPe...
Connate asked 9/3, 2017 at 10:51

15

Solved

On iOS 10 this code doesn't work in order to remove the tabBar shadow line: [[UITabBar appearance] setShadowImage:[[UIImage alloc] init]]; Somebody knows, what must I do to remove it? On iOS 9....
Systemic asked 4/10, 2016 at 11:11

3

I am using the UIFeedback Haptic Engine with swift 2.3 like: let generator = UINotificationFeedbackGenerator() generator.notificationOccurred(.Warning) and let generator = UIImpactFeedbackGener...
Serene asked 26/10, 2016 at 23:49

2

iOS10 notifications allow us to add images as media-attachments to them. Unfortunately, I haven't found any good way to control attachment's appearance inside the notification. For example, I'm ad...
Humidity asked 22/8, 2016 at 18:59

4

Solved

This is a very simple question I'm assuming. Can someone tell me what deployment target means? If I choose iOS 10, does that mean only users with iOS 10 can download the app? Is it bad to choose a ...
Fachanan asked 22/12, 2016 at 8:4

2

Context: Let's say we have one NavigationController and 2 viewControllers. ViewControllerA has a blue navigationBar, while ViewControllerB has a green one. I set them up like so : override func...
Lathan asked 3/10, 2016 at 15:42

5

Solved

I'm experiencing an issue where the first call to touchesBegan:withEvent: on a UIView or UIViewController is delayed when you touch on the left edge of the screen. This seems to be a new issue with...
Posse asked 2/10, 2016 at 2:16

3

This is a questoin regarding new iOS 10 Speech framework. I get the speech recognition result using following method recognitionTask = [speechRecgzr recognitionTaskWithRequest:recognitionRequest ...
Chrestomathy asked 6/9, 2016 at 22:10

4

Solved

When I'm in Safari in iOS, and I hit a form that requires I enter name and address, I get shortcuts in the keyboard area. For example, here is the keyboard when the focus is in a first name field. ...
Midvictorian asked 1/6, 2017 at 16:10

7

Solved

There are older version of this question for older versions of iOS no longer works due to the layout changes in UISearchBar. I've tried the following to completely remove the background color of U...
Pug asked 14/2, 2017 at 3:11

3

Solved

THE PROBLEM Running the same code on iOS10 and iOS11 my UIViewPropertyAnimator has a different behaviour just after changing of his .isReversed property. Everything is ok on iOS10. The animation p...
Alphard asked 25/9, 2017 at 13:39

3

Solved

UIGraphicsImageRenderer was newly introduced in iOS 10. I was wondering if there is any possibility to rotate an UIImage with it (any custom angle). I know there is the classic way with CGContextRo...
Shook asked 22/8, 2016 at 21:39

2

Solved

After updating to iOS 10 Im getting this error a bunch on one of my apps NSInvalidLayoutConstraintException: Constraint improperly relates anchors of incompatible types: <NSLayoutConstrai...
Grobe asked 16/9, 2016 at 13:27

8

I need to schedule a Timer for firing a function every second but I see that in Xcode 8 beta 3 the scheduledTimer is only available for iOS 10. Is there any alternative for using the timer in iOS ...
Myriammyriameter asked 1/8, 2016 at 9:50

© 2022 - 2024 — McMap. All rights reserved.