c语言点按钮弹窗口,【iOS】按钮点击弹窗
拖入一個Round Rect Button,并將Button的文字修改成“點(diǎn)擊彈窗”
將ViewController.h修改為如下代碼,實(shí)則在ViewController.h中添加了一行-(IBAction)messageBoxShow;,注冊messageBoxShow這個函數(shù)。類似于C語言使用函數(shù)之前需要在頭文件聲明這個函數(shù)頭。
//
// ViewController.h
// MessageBox
//
// Created by pc on 17-5-13.
// Copyright (c) 2017年 pc. All rights reserved.
//
#import
@interface ViewController : UIViewController
-(IBAction)messageBoxShow;
@end將ViewController.m修改為如下的代碼,實(shí)則添加-(IBAction)messageBoxShow函數(shù),并完成這個函數(shù)的內(nèi)容。
//
// ViewController.m
// MessageBox
//
// Created by pc on 17-5-13.
// Copyright (c) 2017年 pc. All rights reserved.
//
#import "ViewController.h"
@interface ViewController ()
@end
@implementation ViewController
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
-(IBAction)messageBoxShow{
UIAlertView *uiAlertView=[[UIAlertView alloc]initWithTitle:@"彈窗標(biāo)題欄"message:@"彈窗消息"delegate:nil cancelButtonTitle:@"確定!" otherButtonTitles:nil];
[uiAlertView show];
}
@end回到MainStoryboard.storyboard,單擊按鈕之后,按著Ctrl出現(xiàn)藍(lán)色箭頭,將其拖到View Controller,松開鼠標(biāo)和Ctrl,指定點(diǎn)擊事件。
之后會彈出菜單,選擇Sent Events下面的messageBoxShow函數(shù)。
點(diǎn)擊運(yùn)行之后,點(diǎn)擊按鈕則可以彈窗,如下圖所示。
總結(jié)
以上是生活随笔為你收集整理的c语言点按钮弹窗口,【iOS】按钮点击弹窗的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: android图片浏览功能,怎么在And
- 下一篇: weigm怎么下载_彩七官网下载地址|官