参数的注释:UIButton *btnSend;/**< 发送按钮 */效果:方法的注释:type1(无参数):/** table 相关设置 */-(void)configTable{}type2(含参数):(插件:VVDocument)使用此插件可以很便捷的为自己的代码添加注释/*! * @au....
分类:
移动开发 时间:
2015-10-01 11:33:19
阅读次数:
152
定制个性化按钮效果说明通过捕捉一个按钮不同状态的值来定制我们自己的按钮动画,本人仅仅提供了实现的抽象基类以及一个简单的示例,剩下的需要你根据自己的想象力创造了.源码https://github.com/YouXianMing/BaseButton//// BaseControl.h// Base.....
分类:
其他好文 时间:
2015-08-27 22:35:53
阅读次数:
157
纯CSS3动画按钮效果 5种漂亮样式DEMO演示Come in !click to beginYou'll get a lot !My box with glowHomeSee UsAboutMeet UsContactEmail Us Home About Services Portfoli...
分类:
Web程序 时间:
2015-08-26 17:32:03
阅读次数:
236
Bootstrap开发实践 Hello World 按钮 效果预览
分类:
其他好文 时间:
2015-08-18 18:52:02
阅读次数:
125
关于xml中经常用到边框及边框效果,在此进行一下总结。
3.border(边框及边框效果)
(1)直角边框线
android:layout_width="200dp"
android:layout_height="30dp"
android:layout_margin="10dp"
android:orient...
分类:
移动开发 时间:
2015-07-30 19:34:39
阅读次数:
286
1.实现原理: 将所有按钮放在viewcontroller的_buttonArray集合中,同时赋值给按钮中 增加长按手势的响应 当手势坐标进入其他按钮的frame时,调整集合中按钮位置; 当长按手势开始,放大按钮; 结束时还原按钮 2....
分类:
移动开发 时间:
2015-06-22 23:31:10
阅读次数:
684
效果如下:ViewController.h1 #import 2 3 @interface ViewController : UITableViewController4 @property (strong, nonatomic) NSMutableArray *mArrDataSource;5 6...
分类:
其他好文 时间:
2015-06-16 16:31:29
阅读次数:
148
效果如下:ViewController.h1 #import 2 3 @interface ViewController : UIViewController4 @property (strong, nonatomic) NSMutableArray *mArrTextField;5 6 @endV...
分类:
其他好文 时间:
2015-06-15 14:19:51
阅读次数:
106