我正在使用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
的标题?请帮帮我
答案 0 :(得分:0)
对于Shortcut项,我们有委托方法performActionForShortcutItem
来处理动作方法。因此,您可以从那里处理快捷项目操作。