新浪微博 有道云笔记 麦库 EverNote Pocket Instapaper 更多
摘要: CHENYILONGBlog基本控件文档-UILabel属性FullscreenUILabel属性技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilong1.text:设置标签显示文本。2.attributedText:设置标签属性文本。Ios代码NSString *text = @"first... 阅读全文
posted @ 2014-02-19 18:38 iTeaTime(技术清谈) 阅读(902) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlog基本控件文档-UITextField属性FullscreenUITextField属性技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilongenablesReturnKeyAutomatically默认为No,如果设置为Yes,文本框中没有输入任何字符的话,右下角的返回... 阅读全文
posted @ 2014-02-19 18:35 iTeaTime(技术清谈) 阅读(1057) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlog基本控件文档-UIButton属性FullscreenUIButton属性技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilong1.UIButton状态:UIControlStateNormal//正常状态UIControlStateHighlig... 阅读全文
posted @ 2014-02-19 18:33 iTeaTime(技术清谈) 阅读(721) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlog基本控件文档-UISlider属性FullscreenUISlide属性技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilongminimumValue : 当值可以改变时,滑块可以滑动到最小位置的值,默认为0.0_slider.minimumValue =10.0;... 阅读全文
posted @ 2014-02-19 18:33 iTeaTime(技术清谈) 阅读(687) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlog基本控件文档-UIKit结构图FullscreenUIKit结构图技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilong©chenyilong. Powered byPostach.ioBlog 阅读全文
posted @ 2014-02-19 18:32 iTeaTime(技术清谈) 阅读(886) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlog基本控件文档-UISegment属性FullscreenUISegment属性技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilong1.segmentedControlStyle设置segment的显示样式。typedefNS_ENUM(NSInteger, UISe... 阅读全文
posted @ 2014-02-19 18:31 iTeaTime(技术清谈) 阅读(791) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlog基本控件文档-UISwitch属性FullscreenUISwitch属性技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilong1.onTintColor处于on时switch的颜色switchImage.onTintColor = [UIColor g... 阅读全文
posted @ 2014-02-19 18:30 iTeaTime(技术清谈) 阅读(821) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlog基本控件文档-UIView属性FullscreenUIView属性技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilong1.alpha设置视图的透明度.默认为1.//完全透明view.alpha=0;//不透明view.alpha=1;2.clipsToBo... 阅读全文
posted @ 2014-02-19 18:27 iTeaTime(技术清谈) 阅读(286) 评论(0) 推荐(0) 编辑
摘要: CHENYILONG 基本控件文档-UIScrollViewFullscreen基本使用作用UIScrollView可以用于显示多于一个屏幕的内容,超出屏幕范围的内容可以通过滑动进行查看常见属性CGSizecontentSize:设置UIScrollView的滚动范围CGPointcontentOffset:UIS... 阅读全文
posted @ 2014-02-19 18:26 iTeaTime(技术清谈) 阅读(229) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlogUIActivityIndicatorViewFullscreenUIActivityIndicatorViewactivityIndicatorViewStyle设置指示器的样式UIActivityIndicatorViewStyleWhiteLargeUIActivityIndicatorViewStyleWhite(默认样式)UIActivityIndica... 阅读全文
posted @ 2014-02-19 18:25 iTeaTime(技术清谈) 阅读(670) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlogUIControl事件FullscreenUIControl事件1.UIControlEventTouchDown单点触摸按下事件:用户点触屏幕,或者又有新手指落下的时候。2.UIControlEventTouchDownRepeat多点触摸按下事件,点触计数大于1:用户按下第二、三、或第四根手指的时候。3.UIControlEventTouchDragInside当... 阅读全文
posted @ 2014-02-19 18:02 iTeaTime(技术清谈) 阅读(625) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlogUIDatePickerFullscreenUIDatePickerLocale设置DatePicker的地区,即设置DatePicker显示的语言。// 1.跟踪所有可用的地区,取出想要的地区NSLog(@"%@", [NSLocaleavailableLocaleIdentifiers]);// 2.设置日期选择控件的地区[datePickersetLocal... 阅读全文
posted @ 2014-02-19 18:00 iTeaTime(技术清谈) 阅读(1500) 评论(1) 推荐(0) 编辑
摘要: CHENYILONGBlogUIPageControlFullscreenUIPageControl技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilongnumberOfPages // 设置有多少页 默认为0// 2)设置页数[pageControlsetNumberOfPages:kImag... 阅读全文
posted @ 2014-02-19 17:59 iTeaTime(技术清谈) 阅读(522) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlogUIScrollViewFullscreenUIScrollView技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilongcontentOffset默认CGPointZero,用来设置scrollView的滚动偏移量。//设置scrollView的滚动偏移量... 阅读全文
posted @ 2014-02-19 17:58 iTeaTime(技术清谈) 阅读(925) 评论(0) 推荐(1) 编辑
摘要: CHENYILONGBlogUIPikerView的属性FullscreenUIPikerView的属性技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilongnumberOfComponents:返回UIPickerView当前的列数NSIntegernum =_pickerView.numb... 阅读全文
posted @ 2014-02-19 17:57 iTeaTime(技术清谈) 阅读(626) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlogUITableViewFullscreenUITableView技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilongUITableView内置了两种样式:UITableViewStylePlain,UITableViewStyleGrouped里的方法:tableV... 阅读全文
posted @ 2014-02-19 17:56 iTeaTime(技术清谈) 阅读(856) 评论(0) 推荐(1) 编辑
摘要: CHENYILONGBlog控制器管理Fullscreen©chenyilong. Powered byPostach.ioBlog 阅读全文
posted @ 2014-02-19 17:54 iTeaTime(技术清谈) 阅读(117) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlog05.UIDynamicFullscreen©chenyilong. Powered byPostach.ioBlog 阅读全文
posted @ 2014-02-19 17:48 iTeaTime(技术清谈) 阅读(105) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlog(CoreText框架)NSAttributedString 2Fullscreen©chenyilong. Powered byPostach.ioBlog 阅读全文
posted @ 2014-02-19 17:47 iTeaTime(技术清谈) 阅读(213) 评论(0) 推荐(0) 编辑
摘要: CHENYILONGBlogUIAlertViewFullscreenUIAlertView1.Title获取或设置UIAlertView上的标题。2.Message获取或设置UIAlertView上的消息UIAlertView*alertView = [[UIAlertViewalloc]initWithTitle:@"Title"message:@"message"delegate:s... 阅读全文
posted @ 2014-02-19 17:46 iTeaTime(技术清谈) 阅读(1039) 评论(0) 推荐(0) 编辑