English 中文(简体)
部分控制,将图像转换成电图
原标题:segmented control to switch images in scrollview iphone

我对其中的《纳巴倡议》和《view概览》寄了看法。 纳夫酒吧有一个分层的纽子,我想用它来在滚动会中展示的2个图像之间盘旋。 这两种图像都处于相同的滚动状态,但一幅是隐蔽的。

我试图这样做:

-(IBAction)segmentedControlIndexChanged{
switch (self.segmentedControl.selectedSegmentIndex)
{
    case 0:
        bvpiimg.hidden = NO;
        mppiimg.hidden = YES;
    case 1:
        bvpiimg.hidden = YES;
        mppiimg.hidden = NO;
        break;
    default:
        break;
iii

iii

It isn t doing anything when I switch the segmented control though.. Also, these images are HUGE pngs.. Is there a better way than show/hide that would be easier on the memory/performance.

最佳回答

我走了! 问题是,在需要“价值变化”时,我被定在“内部”的控制之中。

问题回答

确保对分部分控制的控制行动视而不见于国际交易日志的方法。

您需要在案件0后休息:如果是直接复制件的话。 此外,第1号案件之后的休息在此是必要的。





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签