最新文章列表

uiw 1.3.1 发布,React组件库,祝贺月下载过千了

            为打造高品质的React UI工具包的理想而奋斗!!!  
jaywcjlove 评论(0) 有360人浏览 2017-11-23 14:50

UITextFieldDelegate

网上找的,纯粹是为了自己查找方便! UITextFielddelegate委托方法注释: - (BOOL)textFieldShouldBeginEditing:(UITextField *)textField{      //返回一个BOOL值,指定是否循序文本字段开始编辑      return YES;  }  - (void)textFieldDidBeginEditing:(UI ...
lizhuang 评论(0) 有1118人浏览 2013-12-20 15:40

UITableView加外框

tableView.layer.borderWidth = 1; tableView.layer.borderColor = [[UIColor grayColor] CGColor]; 要引入quartz core framework
lizhuang 评论(0) 有1002人浏览 2013-12-19 14:17

iOS透明UIButton实现方法

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {     UIButton *sbutton = [UIButton buttonWithType:UIButtonTypeRoundedRect];         sbutton.backgroundColor = ...
lizhuang 评论(0) 有4850人浏览 2013-12-04 14:59

UIAlert的宏写法

#define SHOWALERT(meg) {UIAlertView *alert=[[[UIAlertView alloc]initWithTitle:nil message:meg delegate:nil cancelButtonTitle:@"取消" otherButtonTitles: nil,nil]autorelease];[alert show];}
lizhuang 评论(0) 有899人浏览 2013-10-28 14:25

UITextView加边框

导入QuartzCote框架: #import <QuartzCore/QuartzCore.h> 设置边框: textView.layer.borderColor = [UIColorgrayColor].CGColor; textView.layer.borderWidth =1.0; textView.layer.cornerRadius =5.0;
lizhuang 评论(0) 有960人浏览 2013-10-18 14:12

44款超棒的免费web移动设备相关UI套件

日期:2012-11-29  来源:GBin1.com 还记得前段时间我们介绍的40个免费智能手机UI套件 吧。今天我们继续给大家推荐44个web和移动相关的用户界面ui 套件 ...
tyygming 评论(0) 有836人浏览 2012-11-29 11:07

最近博客热门TAG

Java(141741) C(73643) C++(68602) SQL(64557) C#(59604) XML(59131) HTML(59042) JavaScript(54916) .net(54782) Web(54511) 工作(54116) Linux(50906) Oracle(49861) 应用服务器(43285) Spring(40811) 编程(39452) Windows(39380) JSP(37540) MySQL(37266) 数据结构(36420)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics