English 中文(简体)
加入国际商业行动纽芬兰公司
原标题:Adding an IBAction button to UIViewController

我有一个简单的看法控制器,有几个县被界定为“国际行动”。 我想把它们放在滚动上,基本上使整页的滚动性(说它们确实是大的,我有一席之地)。 我如何能够这样做? 我试图增加这些纽芬兰语,但由于这些纽芬兰语被定义为“国际行动”,它没有发挥作用。

这里是我的一些法典。 感谢!

- (IBAction) switchFromThird : (id)sender
{
    //some action...
}

- (IBAction) BackHome : (id)sender
{
     //some action...   
}

- (void)viewDidLoad
{
     [super viewDidLoad];    

myScroll.contentSize = CGSizeMake(480, 1000);
myScroll.maximumZoomScale = 4.0;
myScroll.minimumZoomScale = 1.0;
myScroll.clipsToBounds = YES;
myScroll.delegate = self;


[myScroll addSubview:switchFromThird]; //???
[myScroll addSubview:BackHome]; //???


[myScroll release];
}
最佳回答
问题回答

IBActions are not benns. 这些是特别标明的方法,以便界面建筑商能够轻易找到这些方法。 你们仍需要建立座子。

你可以通过把目标图书馆拖到你的滚动观上来把他们拖走在外围建筑中这样做。 之后,你可以从您的新纽纽纽纽纽芬兰拿到你定义的<代码>。 IBAction。

如果你倾向于在方案上建立座标,则需要打上<条码>。 没有必要宣布你的方法为<代码>。 IBActions in this case, that s Just some some Apple果使Interface Buildinger更容易找到相关方法。





相关问题
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风格的解决办法,只是一个简单的袖珍流程......

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

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

热门标签