문제

i am new to iPhone programming... can any body help me out please... in my app i am displaying an image, transparent html page with text about that image and there is audio instead of html text... in the bottom tool bar i have button 'VIEW".. i want this button to show the 3 (radio or normal) buttons in a list like drop up list(for enable/disable the bgimage, audio, text)... How to display the list of buttons when i click on VIEW button...

Thank u

도움이 되었습니까?

해결책

iPhone does not have a build in radio list. You need to implement your custom view to make one. You may try to inherit table view to create a selection list. And for the on / off part, you can try UISwitch.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top