最新文章列表

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) 有1088人浏览 2013-12-20 15:40

UITableView加外框

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

iOS透明UIButton实现方法

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {     UIButton *sbutton = [UIButton buttonWithType:UIButtonTypeRoundedRect];         sbutton.backgroundColor = ...
lizhuang 评论(0) 有4830人浏览 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) 有866人浏览 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) 有939人浏览 2013-10-18 14:12

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

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

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics