开发者

drop down lists in xcode

开发者 https://www.devze.com 2023-01-11 20:43 出处:网络
Ive got a bu开发者_开发百科tton in a UICell. I want a list(a table view like view to be precise) to dropdown when the user touches the button and dissappear when he touches it again.Googling didnt get

Ive got a bu开发者_开发百科tton in a UICell. I want a list(a table view like view to be precise) to dropdown when the user touches the button and dissappear when he touches it again.Googling didnt get me any solutions:-(

Any suggestions on sites to refer would also be appreciated..


There is nothing quite like what you want in UIKit. I would recommend building the sample "UICatalog" application and playing around with it to see if anything does what you need. If it does not, you will need to create your own control.

0

精彩评论

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