91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

iOS如何實現DropDown下拉按鈕效果

發布時間:2021-07-09 09:20:54 來源:億速云 閱讀:207 作者:小新 欄目:移動開發

小編給大家分享一下iOS如何實現DropDown下拉按鈕效果,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

具體內容如下

一、效果圖。

iOS如何實現DropDown下拉按鈕效果

二、工程圖。

iOS如何實現DropDown下拉按鈕效果

三、代碼。

RootViewController.h

#import <UIKit/UIKit.h>
@interface RootViewController : UIViewController
@end

RootViewController.m

#import "RootViewController.h"
#import "NIDropDown.h"

@interface RootViewController ()

@end

@implementation RootViewController

- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
  self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
  if (self) {
    // Custom initialization
  }
  return self;
}

- (void)viewDidLoad
{
  [super viewDidLoad];
  // Do any additional setup after loading the view.
  
  self.title=@"DropDown";
  
  UIButton *button=[UIButton buttonWithType:UIButtonTypeRoundedRect];
  button.frame=CGRectMake(10, 100, 150,30);
  button.backgroundColor=[UIColor redColor];
  [button addTarget:self action:@selector(doClickAction:) forControlEvents:UIControlEventTouchUpInside];
  [self.view addSubview:button];
  
  
  
 
}
-(void)doClickAction:(UIButton *)btn
{
   NSArray *dataArray=[NSArray arrayWithObjects:@"1",@"2",@"3",@"4",@"5", nil];
  
  NIDropDown *dropDown=[[NIDropDown alloc]init];
  [dropDown showDropDown:btn andHeight:[dataArray count]*36 andData:dataArray];
  [self.view addSubview:dropDown];
}
- (void)didReceiveMemoryWarning
{
  [super didReceiveMemoryWarning];
  // Dispose of any resources that can be recreated.
}

以上是“iOS如何實現DropDown下拉按鈕效果”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

获嘉县| 明溪县| 开阳县| 合作市| 屯门区| 海南省| 锡林浩特市| 藁城市| 邵东县| 弥勒县| 东丽区| 红原县| 二连浩特市| 望都县| 六枝特区| 利津县| 文成县| 乌兰县| 行唐县| 寿宁县| 英德市| 荥阳市| 龙岩市| 新安县| 霍邱县| 湘潭县| 徐闻县| 中阳县| 正宁县| 郑州市| 前郭尔| 海淀区| 沈丘县| 岢岚县| 莱州市| 开平市| 德令哈市| 天峨县| 富蕴县| 靖江市| 县级市|