3dtouch Questions
2
Solved
0
I was trying to write UI tests for home screen quick actions that I implemented for my iOS app. So when I start recording UI workflows, it doesn't let me capture the force touch events on the app. ...
Serinaserine asked 29/11, 2016 at 16:22
3
I'd like to remove my apps Today Widget from appearing when 3D touching the app icon on the home screen because showing the quick actions and the Today Widget just doubles up the actions app provid...
1
In my app, I have a standard widget that comes with it. When I build with iOS 10, the widget is automatically included in the 3D Touch Quick Actions menu. This widget kind of duplicates the feature...
1
Solved
In my apps that use 3D touch home screen quick actions I do not have the new iOS 10 default sharing option that all apps got for free.
I have seen some apps, for example Amazon, that have their 4...
3
Solved
Recently in Xcode 8 beta 6 (8S201h), this has become a problem.
UIApplicationLaunchOptionsShortcutItemKey
Here's the error :
Anyone else having this issue?
var performShortcutDelegate = tru...
Contaminant asked 16/8, 2016 at 4:36
2
Solved
If you press firmly on the left edge of the screen using an iPhone with 3D touch you will bring up the task switcher.
I'd like to know how I can disable this behavior in my app.
Mighty asked 15/2, 2016 at 20:5
1
Solved
i'm trying to implement new "quick menu widget" in iOS 10 available with 3dtouch.
My app has multiple today extension and apple guidelines report
If your app has multiple widgets, pick one to a...
4
Solved
I want to add a "Continue" shortcut to my game. But when user will finish my game completely I want this to be either removed or replaced by another shortcut. Is this possible? I know 3d touch is h...
7
Solved
Questions:
I was wondering if anyone has tried 3D touch feature on a simulator or rather anyone know whether it actually works there or not.
I know it's a hardware based feature and support is t...
Balch asked 8/10, 2015 at 5:53
3
Solved
I am trying to incorporate some 3D touch into an application and I've run into a weird issue where the forceTouchCapability check is returning nil on viewDidLoad but not in viewWillAppear/viewDidAp...
Revolver asked 16/12, 2015 at 17:23
1
Solved
I have a UITableViewController that is embedded in a UINavigationController and I'm trying to implement Peek & Pop into the TableView. I have the "peek" part working perfectly, but when I try t...
Nubble asked 20/2, 2016 at 18:23
2
How to add custom images as UIApplicationShortcutIcon for UIApplicationShortcutItem? which is similar like photos UIApplicationShortcutItem in Photos/Message app for most recent.Because all icon ar...
1
Solved
I have recently send out a version of my game to TestFlight for internal testing.
My friend noticed that on his iPhone 6S Plus the controls to shoot do not work correctly.
The controls are as foll...
Codi asked 17/3, 2016 at 12:20
1
Solved
I found very easy way to use 3D Touch — check "Peek & Pop" in storyboard. But I'm struggling with one problem.
I have UITableView, when user touches cell all is working ok with my code:
overr...
Threepiece asked 9/1, 2016 at 13:43
3
Solved
I'm trying to implement peek and pop feature in my application.but since I can't test it yet, I wanted to know if I was doing it correctly, I feel something is wrong?
- (UIViewController *)previe...
Tuggle asked 24/9, 2015 at 23:7
3
Solved
This is a pretty goofy stack trace, because looking around, the only thing I can think of is that the iPhone 6s user is trying to 3D-touch something, and my gesture recognizer (somewhere, I don't k...
Reminiscent asked 18/11, 2015 at 7:2
2
Solved
I am trying to add 3D Touch Shortcuts to an application, I have managed to have the shortcuts appear when using 3DTouch on the app icon from the homescreen; however when using the shortcut the appl...
2
Solved
In my app I will show settings, which only should be visible, if the device can 3D Touch. at the moment I check, if the device has ios9.
if #available(iOS 9.0, *)
problem is, for example the iP...
1
Solved
UIApplicationShortcutItem - Can I use an image downloaded from the web as UIApplicationShortcutIcon?
I'm setting up some 3D Touch functionality and would like to use an image that has been downloaded from the web (can access via SDWebImage's cache) as an audio cover image in a UIApplicationShortcu...
3
Solved
my app stores different attributes in Core Data objects. They are all shown in a UITableView, if you click a cell, a DetailView is shown. the usual stuff like in the Master-Detail-XCode-Template.
...
Ankylose asked 7/10, 2015 at 21:22
2
I'm currently implementing home screen Quick Actions for my iOS 9 app using 3D Touch. I have several actions using the existing System icons from the defined UIApplicationShortcutIconType enum.
A...
Lugar asked 13/9, 2015 at 20:51
3
Solved
Phone, Reminders, and Maps use a different 3D-Touch Peek UI allowing to select an action in one go. For instance, force-press on a reminder and select "Remind me on a day" in one go, without releas...
Haubergeon asked 29/9, 2015 at 10:34
2
Solved
I have an application and I want to add a mix of static and dynamic app shortcut items. Localizing for dynamic items is pretty straightforward, using NSLocalizedString, but not so much with the ite...
Revest asked 25/9, 2015 at 0:53
1
Solved
I want to add the new 3D/Force Touch feature (UIApplicationShortcutItem) to my app but I was wondering whether there is or isn't a limit to how many you can have on a single app?
I've had a look o...
© 2022 - 2024 — McMap. All rights reserved.