开发者

Call an IBAction

Can i call a IBaction from this

- (void)runScheduledTask {

}

i wish to call this IBAction:

}


Yes.

- (void) runScheduledTask {
   [self GetSms];
}

IBAction is the equivalent of void and is only used as an identifier by Interface Builder.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜