#pragma mark返回當(dāng)前UIView的UIController - (UIViewController *)funResponderVC{ UIView *net = [super superview]; // 返回上一級(jí)的視圖。直到找到UIViewController視圖為止 UIResponder *nextResponder = [next nextResponder]; if ([nextResponder isKindOfClass:[UIViewController class]]) { return (UIViewController *)nextResponder; } else{ return nil; } }
UIViewController *vc = [[UIViewController alloc] init];
成都創(chuàng)新互聯(lián)是專業(yè)的平川網(wǎng)站建設(shè)公司,平川接單;提供網(wǎng)站建設(shè)、成都做網(wǎng)站,網(wǎng)頁設(shè)計(jì),網(wǎng)站設(shè)計(jì),建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行平川網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來合作!
[[self funResponderVC] presentViewController:vc animated:YES completion:nil];
這樣就實(shí)現(xiàn)了UIVIew的跳轉(zhuǎn),其實(shí)可以寫在UIViewController,不必這么麻煩,可是考慮到代碼的封裝性以及代碼后期的修改,所以遇到在UIVIew的跳轉(zhuǎn)是必不可少的。
文章題目:IOSUIView的跳轉(zhuǎn)
網(wǎng)站URL:http://www.rwnh.cn/article46/jipihg.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供軟件開發(fā)、App開發(fā)、App設(shè)計(jì)、小程序開發(fā)、品牌網(wǎng)站設(shè)計(jì)、移動(dòng)網(wǎng)站建設(shè)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)