作者fightword (呼啦啦~)
看板MacDev
標題[問題] 如何產生一個透明圖疊在最上層
時間Thu Sep 5 15:22:50 2013
想請教一下
如果APP是以Tabbar的架構開發
﹣﹣﹣﹣﹣﹣ ﹣﹣﹣﹣﹣﹣
view
controller APP教學View
﹣﹣﹣﹣﹣﹣
tabbar prev next
﹣﹣﹣﹣﹣﹣ ﹣﹣﹣﹣﹣﹣
1 2
將2疊在1上頭 並透明
請問要朝什麼方向開發
謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 114.32.190.119
1F:推 neotek:[viewController.view addsubView:App教學view]; 09/05 15:46
2F:→ neotek:App教學view.alpha = 0; 09/05 15:47
這方法好像蓋不到tabbar, 只能蓋到viewcontroller的部分
※ 編輯: fightword 來自: 114.32.190.119 (09/05 16:10)
3F:推 neotek:那你只能從tabBarController下手 09/05 16:17
4F:→ yuanruo:拿到AppDelegate 疊加在Window上~或是疊在TabbarCtrl上 09/05 16:31
5F:推 darktt:[self.tabBarController.view addSubview:App教學View]; 09/05 17:40