专业的QQ下载站 本站非腾讯QQ官方网站

QQ下载|QQ资讯|QQ分类|下载排行|最近更新

软件
软件
文章
当前位置:首页应用软件编程开发 → MacRadio(ios单选按钮控件) v1.0 免费版
MacRadio(ios单选按钮控件) v1.0 免费版

MacRadio(ios单选按钮控件) v1.0 免费版

MacRadio控件下载评分:10.0
下载地址
  • 软件介绍
  • 软件截图
  • 猜你喜欢
  • 同类推荐
  • 相关文章

MacRadio苹果单选按钮控件是一款UI控件,通过此款空间,用户们在编程的构成中能够快速的制作出所需的各类单选框,通过直接调用的方式就能够将单选框运用到自己的程序当中十分便捷,快来绿色资源网下载吧!

MacRadio控件官方介绍

MacRadio是一款苹果作风的单选按钮控件,它具有默认单选按钮的基础功效,支撑分组,可方便快速的调换默认的单选按钮控件,应用简略,兼容性强,运行稳固,可用于大部份开发平台。

MacRadio控件

源码实现

#import <UIKit/UIKit.h>

@protocol RadioButtonDelegate <NSObject>

-(void)radioButtonSelectedAtIndex:(NSUInteger)index inGroup:(NSString*)groupId;

@end

@interface ZYRadioButton : UIView{

NSString *_groupId;

NSUInteger _index;

UIButton *_button;

}

//GroupId

@property(nonatomic,retain)NSString *groupId;

//Group的索引

@property(nonatomic,assign)NSUInteger index;

//初始化RadioButton控件

-(id)initWithGroupId:(NSString*)groupId index:(NSUInteger)index;

//为

+(void)addObserverForGroupId:(NSString*)groupId observer:(id)observer;

@end

ZYViewController.m(视图控制器中的代理方法):

//代理方法

-(void)radioButtonSelectedAtIndex:(NSUInteger)index inGroup:(NSString *)groupId{

NSLog(@"changed to %d in %@",index,groupId);

}

展开内容

软件截图

同类推荐

推荐文章

用户评论

关于九渡客 | 联系方式 | 发展历程 | 版权声明 | 下载帮助(?) | 广告联系 | 网站地图 | 友情链接

Copyright 2019-2029 9DOKE.COM 【九渡客】 版权所有 鲁ICP备2021036634号-4 | 鲁ICP备2021036634号-4

声明: 本站非腾讯QQ官方网站 所有软件和文章来自互联网 如有异议 请与本站联系 本站为非赢利性网站 不接受任何赞助和广告