swift - iOS8 Keyboard Extension clipsToBounds -
i'm trying write custom keyboard ios8 , far, minus odd hiccup, i've not had many issues. however, when create view , add subview of uibutton
i've added keyboard view newly added view clipped @ top of keyboard view. can tell, hierarchy follows:
uiview
(popup) -> uibutton
(actual "key") -> uiinputview
with hierarchy, top-level uiview
being clipped inside uiinputview
. each uiview
has had clipstobounds
set false
, , set uiview
(self.view
) false
within uiinputviewcontroller
, doesn't seem have helped.
it restriction of extension system currently, it's silly i'm doing!
this not possible. according the docs states "in addition, not possible display key artwork above top row, system keyboard on iphone when tap key in top row.", shame.
thanks @spentak pointing out
Comments
Post a Comment