2016-03-31 178 views
1

我正在製作iOs鍵盤擴展,現在我在用戶鍵入類似於默認iOS鍵盤時添加動畫。事情是這樣的:iOS鍵盤擴展如何在鍵盤下添加子視圖

enter image description here

我只是提出我的UIButton層上是這樣的:

button.layer.position.y = button.layer.position.y - button.layer.bounds.height 

一切正常,但在鍵盤的最上面一行一切都是隱藏的,看起來像clipSubviews =真。我嘗試將其更改爲controller.inputView和controller.view,但沒有任何幫助。

enter image description here

按鈕,帶 「T」 必須下keyboard.Please幫助。

+0

我覺得這個 - http://stackoverflow.com/questions/24969737/drawing-outside-uiinputviewcontroller-frame :(( –

回答

0

根據我的經驗,我只是設計了一些鍵盤。 比你會得到額外的空間。

+1

不知道ID稱這是一個解決方案。 – Takarii

0

無法在自定義鍵盤的主視圖的頂部邊緣上方顯示關鍵圖形,因爲系統鍵盤在iPhone上按住並按住頂部一行中的按鍵時會執行此操作。