如何区分主屏幕小部件点击和强制触摸小部件选项卡?

时间:2017-01-04 12:22:18

标签: ios objective-c widget ios-app-extension 3dtouch

我正在使用Single View iOS application开发Objective C,我在我的应用中使用小部件和3d Touch UIApplicationShortCutItems。我希望通过主屏幕和3D touch.来区分窗口小部件点击。默认情况下,openURL Appdelegate上的Widget方法正在调用小部件。我不知道如何区分这些水龙头。是否有可能获得myimg = rgb2gray(imread('tissue.png')); %load grayscale example image of cells BW=bwareaopen(myimg<150,10); %only look at dark pixels, remove small objects BW=bwlabel(imfill(BW,'holes')) %fill holes of structures, label structures figure; imagesc(BW); %display image 的标题?请帮帮我

1 个答案:

答案 0 :(得分:0)

对于Shortcut项,我们有委托方法performActionForShortcutItem来处理动作方法。因此,您可以从那里处理快捷项目操作。