iOS 開發(fā)中遇到的UIMenuController的一個小問題

在之前的開發(fā)中用到了UIMenuController這個類莹菱,發(fā)現(xiàn)一個小問題吠卷,記錄下來蒜危,具體如下

UIMenuController *menu = [UIMenuController sharedMenuController];

menu.menuItems = @[

[[UIMenuItem alloc] initWithTitle:@"復(fù)制" action:@selector(copy:)],

[[UIMenuItem alloc] initWithTitle:@"刪除" action:@selector(delete:)]

];

此處注意她君,如果響應(yīng)事件名字這向上邊那樣命名的話域仇,menu 顯示的時候會多出來兩個按鈕,具體原因不是很清楚王暗,猜想是與其默認(rèn)名字有所沖突悔据,另外將初始化menultems 方法注釋的話,在- (BOOL)canPerformAction:(SEL)action withSender:(id)sender 方法內(nèi)實現(xiàn)return (action == @selector(copy:) || action == @selector(delete:)俗壹,menu會顯示拷貝和刪除兩個按鈕科汗,所以突然發(fā)現(xiàn)這也是實現(xiàn)UIMenuController 的一種方法,不過title 就是系統(tǒng)的

下面是我的UIMenuController 實現(xiàn)的具體方法

if (!ISNULLSTR(self.model.user_id)) {//首頁

if ([self.model.user_id longLongValue] == [LoginManager shareLoginManager].loginResponse.user_id) {//自己發(fā)的動態(tài)

menu.menuItems = @[

[[UIMenuItem alloc] initWithTitle:@"復(fù)制" action:@selector(commentcopyed:)],

[[UIMenuItem alloc] initWithTitle:@"刪除" action:@selector(commentdelete:)]

];

}else

{

if (!ISNULLARRAY(self.model.commentArray)) {

TT_DynamicStateCommentModel *commentModel = self.model.commentArray[self.tag-1];

if ([commentModel.user_id longLongValue] == [LoginManager shareLoginManager].loginResponse.user_id) {//別人發(fā)表的動態(tài)绷雏,自己發(fā)表的評論

menu.menuItems = @[

[[UIMenuItem alloc] initWithTitle:@"復(fù)制" action:@selector(commentcopyed:)],

[[UIMenuItem alloc] initWithTitle:@"刪除" action:@selector(commentdelete:)]

];

}else

{

menu.menuItems = @[[[UIMenuItem alloc] initWithTitle:@"復(fù)制" action:@selector(commentcopyed:)],];

}

}

}

}

if (!ISNULLSTR(self.detailModel.user_id)) {//動態(tài)詳情

if ([self.detailModel.user_id longLongValue] == [LoginManager shareLoginManager].loginResponse.user_id) {//自己發(fā)的動態(tài)

menu.menuItems = @[

[[UIMenuItem alloc] initWithTitle:@"復(fù)制" action:@selector(commentcopyed:)],

[[UIMenuItem alloc] initWithTitle:@"刪除" action:@selector(commentdelete:)]

];

}else

{

if (!ISNULLARRAY(self.detailModel.commentArray)) {

TT_DynamicDetailCommentModel *commentModel = (TT_DynamicDetailCommentModel *)self.detailModel.commentArray[self.tag-1];

if ([commentModel.user_id longLongValue] == [LoginManager shareLoginManager].loginResponse.user_id) {//別人發(fā)表的動態(tài)头滔,自己發(fā)表的評論

menu.menuItems = @[

[[UIMenuItem alloc] initWithTitle:@"復(fù)制" action:@selector(commentcopyed:)],

[[UIMenuItem alloc] initWithTitle:@"刪除" action:@selector(commentdelete:)]

];

}else

{

menu.menuItems = @[[[UIMenuItem alloc] initWithTitle:@"復(fù)制" action:@selector(commentcopyed:)],];

}

}

}

}

[self showMenuView:menu];

DLog(@"長按評論。涎显。坤检。。期吓。");

}

}

}

- (BOOL)canPerformAction:(SEL)action withSender:(id)sender

{

return (action == @selector(commentcopyed:) || action == @selector(commentdelete:) || action == @selector(commentNamecopyed:));

}

- (void)showMenuView:(UIMenuController *)menu

{

[menu setTargetRect:self.frame inView:self.superview];

[[NSNotificationCenter defaultCenter] addObserver:self

selector:@selector(handleMenuWillShowNotification:)

name:UIMenuControllerWillShowMenuNotification

object:nil];

[menu setMenuVisible:YES animated:YES];

}

- (BOOL)canBecomeFirstResponse

{

return YES;

}

#pragma mark - Notifications

- (void)handleMenuWillHideNotification:(NSNotification *)notification {

self.backgroundColor = [UIColor clearColor];

[[NSNotificationCenter defaultCenter] removeObserver:self

name:UIMenuControllerWillHideMenuNotification

object:nil];

}

- (void)handleMenuWillShowNotification:(NSNotification *)notification {

self.backgroundColor = [UIColor clearColor];

[[NSNotificationCenter defaultCenter] removeObserver:self

name:UIMenuControllerWillShowMenuNotification

object:nil];

[[NSNotificationCenter defaultCenter] addObserver:self

selector:@selector(handleMenuWillHideNotification:)

name:UIMenuControllerWillHideMenuNotification

object:nil];

}

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末早歇,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子讨勤,更是在濱河造成了極大的恐慌箭跳,老刑警劉巖,帶你破解...
    沈念sama閱讀 207,248評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件潭千,死亡現(xiàn)場離奇詭異谱姓,居然都是意外死亡,警方通過查閱死者的電腦和手機刨晴,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,681評論 2 381
  • 文/潘曉璐 我一進店門屉来,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人狈癞,你說我怎么就攤上這事茄靠。” “怎么了蝶桶?”我有些...
    開封第一講書人閱讀 153,443評論 0 344
  • 文/不壞的土叔 我叫張陵嘹黔,是天一觀的道長。 經(jīng)常有香客問我,道長儡蔓,這世上最難降的妖魔是什么郭蕉? 我笑而不...
    開封第一講書人閱讀 55,475評論 1 279
  • 正文 為了忘掉前任,我火速辦了婚禮喂江,結(jié)果婚禮上召锈,老公的妹妹穿的比我還像新娘。我一直安慰自己获询,他們只是感情好涨岁,可當(dāng)我...
    茶點故事閱讀 64,458評論 5 374
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著吉嚣,像睡著了一般梢薪。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上尝哆,一...
    開封第一講書人閱讀 49,185評論 1 284
  • 那天秉撇,我揣著相機與錄音,去河邊找鬼秋泄。 笑死琐馆,一個胖子當(dāng)著我的面吹牛,可吹牛的內(nèi)容都是我干的恒序。 我是一名探鬼主播瘦麸,決...
    沈念sama閱讀 38,451評論 3 401
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼歧胁!你這毒婦竟也來了滋饲?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,112評論 0 261
  • 序言:老撾萬榮一對情侶失蹤喊巍,失蹤者是張志新(化名)和其女友劉穎了赌,沒想到半個月后,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體玄糟,經(jīng)...
    沈念sama閱讀 43,609評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,083評論 2 325
  • 正文 我和宋清朗相戀三年袄秩,在試婚紗的時候發(fā)現(xiàn)自己被綠了阵翎。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,163評論 1 334
  • 序言:一個原本活蹦亂跳的男人離奇死亡之剧,死狀恐怖郭卫,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情背稼,我是刑警寧澤贰军,帶...
    沈念sama閱讀 33,803評論 4 323
  • 正文 年R本政府宣布,位于F島的核電站,受9級特大地震影響词疼,放射性物質(zhì)發(fā)生泄漏俯树。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,357評論 3 307
  • 文/蒙蒙 一贰盗、第九天 我趴在偏房一處隱蔽的房頂上張望许饿。 院中可真熱鬧,春花似錦舵盈、人聲如沸陋率。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,357評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽瓦糟。三九已至,卻和暖如春赴蝇,著一層夾襖步出監(jiān)牢的瞬間菩浙,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,590評論 1 261
  • 我被黑心中介騙來泰國打工扯再, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留芍耘,地道東北人。 一個月前我還...
    沈念sama閱讀 45,636評論 2 355
  • 正文 我出身青樓熄阻,卻偏偏與公主長得像斋竞,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子秃殉,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 42,925評論 2 344

推薦閱讀更多精彩內(nèi)容