Top "3dtouch" questions

Use this tag when developing apps that use the 3D Touch sensitivity feature on newer Apple Devices (iPhone 6s / 6s Plus and newer).

3D touch/Force touch implementation

How can we implement 3D touch to check if the user taps on UIView or force touch on UIView? Is …

ios swift 3dtouch
3D Touch Home Shortcuts In Obj-C

All of my apps are currently written in Obj-C. The link https://developer.apple.com/library/content/samplecode/ApplicationShortcuts/Introduction/…

ios objective-c swift ios9 3dtouch
Testing 3D touch with iOS Simulator

Questions: I was wondering if anyone has tried 3D touch feature on a simulator or rather anyone know whether it …

ios iphone ios-simulator ios9 3dtouch
How do I specify a custom icon for a static UIApplicationShortcutItem in my iOS 9 App?

I'm currently implementing home screen Quick Actions for my iOS 9 app using 3D Touch. I have several actions using the …

ios ios9 3dtouch uiapplicationshortcutitem
3D Touch Peek and Pop from UITableViewCell how to hand over data to other UIViewController?

my app stores different attributes in Core Data objects. They are all shown in a UITableView, if you click a …

ios objective-c uitableview 3dtouch
Launching with UIApplicationShortcutItem

I'm implementing some 3D touch quick actions for my iOS 9 app in swift, and I have a curious issue. When …

ios swift ios9 3dtouch
ios 9 iphone 6S Play Haptic feedback or vibrate

After user does force touch, I want to vibrate phone just like default behaviour. Is it haptic? If so, how …

ios9 3dtouch
Check if 3D touch is supported and enabled on the iOS9 device

I tried to access the trait collection and check "forceTouchCapability", but "forceTouchCapability" simply checks to see if the device is …

ios iphone 3dtouch