开发者

How to implement a custom keyboard pop on an iPhone

开发者 https://www.devze.com 2023-03-20 18:24 出处:网络
I have a tabviewcontroller and within that is a navigationcontroller and tableview. When i tap on one of the tab开发者_如何学JAVAle rows I want a custom keyboard to pop up. (This will be some simple p

I have a tabviewcontroller and within that is a navigationcontroller and tableview. When i tap on one of the tab开发者_如何学JAVAle rows I want a custom keyboard to pop up. (This will be some simple plus and minus buttons to increase/decrease a counter on the tablerow item)

I'm assuming I create a View Controller and add it as a subview but how do I add it so that it pops over the tab bar?

What would be the general steps to do this?


Custom Views for Data Input

0

精彩评论

暂无评论...
验证码 换一张
取 消